sugarcrm
This is a SugarCRM connector. It is a CRM system with a simple user interface, industry-leading customer experience and with an intuitive customization platform. This connector allows flexible handling of objects in Sugar CRM, such as modifying, deleting, or searching for objects.Functions and use cases
As a user of a SugarCRM instance, I would like to have all new objects of a certain type transferred for further processing (e.g. all new incoming opportunities) during the execution of my integration flow.
As an administrator, I want to update certain objects from my SugarCRM instance. For example, an internal data source is accessed from which the data is moved to the SugarCRM instance via the integration workflow.
Technical Specifications
getObjectsPolling
Get SugarCRM objects which have recently been modified or created
- OnInit
- ./lib/triggers/getObjectsPolling.js
- OnStartup
- -
- OnClose
- -
Attributes
-
getObjectsWebhook
Get SugarCRM objects which have recently been modified or created
- OnInit
- ./lib/triggers/getObjectsWebhook.js
- OnStartup
- -
- OnClose
- -
Attributes
-
getDeletedObjectsWebhook
Get SugarCRM objects which have recently been deleted
- OnInit
- ./lib/triggers/getDeletedObjectsWebhook.js
- OnStartup
- -
- OnClose
- -
Attributes
-
lookupObject
Given an id, fetches the corresponding object.
- OnInit
- ./lib/actions/lookupObject.js
- OnStartup
- -
- OnClose
- -
Attributes
-
deleteObject
Given an id, deletes the corresponding object.
- OnInit
- ./lib/actions/deleteObject.js
- OnStartup
- -
- OnClose
- -
Attributes
-
upsertObject
Update an existing entry if the id provided. Otherwise create a new entry.
- OnInit
- ./lib/actions/upsertObject.js
- OnStartup
- -
- OnClose
- -
Attributes
-
No data available for terms
No data available for environment