Size mümkün olan en iyi deneyimi sunmak için çerezleri kullanıyoruz. Ayrıca, web sitesini sizin için sürekli olarak geliştirmek amacıyla kullanıcı davranışını analiz etmemize de olanak tanırlar.
MySQL Veritabanı Hizmeti, bulut tabanlı uygulamaları dağıtmak için tamamen yönetilen bir veritabanı hizmetidir. Bu, açık kaynaklı bir ilişkisel veritabanı yönetim sistemi (RDBMS)dir.
Bu olduğunda (Tetikleyiciler)
Bunu yap (Aksiyonlar)
Create task Creates a new task.
Update task Updates an existing task.
Create contact Creates a new contact.
Update contact Updates an existing contact.
Create company Creates a new company.
Update company Updates an existing company.
Create deal Creates a new deal.
Update deal Updates an existing deal.
Call init When a call start.
Call hangup When the call hangup.
Create callback When the caller create a new callback request.
New Row in a Table
Get Rows Retrieves rows on the basis of MySQL WHERE clause.
Insert Row Inserts a row in your connected MySQL Database.
Custom Query Executes a custom MySQL query in your Database.
Update Rows Updates a specific row in your connected MySQL Database.
Delete Rows Deletes rows from your connected MySQL Database based on WHERE clause.
Create task (Coming soon) Creates a new task.
Create contact (Coming soon) Creates a new contact.
Create company (Coming soon) Creates a new company.