SugarCRM component

SugarCRM triggers

SugarCRM component triggers.

Fetching New and Updated Objects from SugarCRM - Polling

It is possible to fetch any type newly created and/or updated object in your SugarCRM instance. Select the trigger Fetch new and updated objects and then configure the following:

Fetching New and Updated Objects from SugarCRM - Polling

  • SugarCRM module to fetch: Type of object to fetch.
  • Number of records to fetch: Maximum number of records to fetch per call. If left blank then the default set on your SugarCRM instance.

Fetching New and Updated Objects from SugarCRM - Webhook

It is possible to have new and updated objects be pushed to the elastic.io. platform via webhooks. To do so, select Fetch new and updated objects (getObjects - Webhook).

Fetching New and Updated Objects from SugarCRM - Webhook

When a flow with this trigger is started, the elastic.io platform will register webhooks on the SugarCRM instance. When the flow is stopped, this webhook will be destroyed by the platform.

Fetch Deleted Objects from SugarCRM - Webhook

It is possible to have the ids of deleted objects be pushed to the elastic.io platform via webhooks. In order to do so, select Fetch deleted objects (getDeletedObjects - Webhook).

Fetch Deleted Objects from SugarCRM - Webhook

When a flow with this trigger is started, the elastic.io platform will register webhooks on the SugarCRM instance. When the flow is stopped, this webhook will be destroyed by the platform.

Click here to learn more about the elastic.io iPaaS