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:
It is possible to have new and updated objects be pushed to the AVA.
platform via webhooks. To do so, select Fetch new and updated objects (getObjects
- Webhook).
When a flow with this trigger is started, the AVA platform will register webhooks on the SugarCRM instance. When the flow is stopped, this webhook will be destroyed by the platform.
It is possible to have the ids of deleted objects be pushed to the AVA platform via webhooks. In order to do so, select Fetch deleted objects (getDeletedObjects
- Webhook).
When a flow with this trigger is started, the AVA platform will register webhooks on the SugarCRM instance. When the flow is stopped, this webhook will be destroyed by the platform.