Integration
Through the integration registration it is possible to trigger an event of the type GET, POST, PUT or DELETE, in the act of registration, update, removal respectively.
- GET: used to fetch records from an external database and insert them into the system. When configured an
Import Records
button will be displayed on the selected destination screen. - POST: used to send system data to an external database.
- PUT: used to update data from an external database.
- DELETE: used to delete data from an external database.
Example
Search for products registered in Bling and register them in the system, using Integromat
to reference the fields (from to) and generating the webhook link to trigger the integration when requested (click the import button).
Fields
Field | Description | Type | Size | Required |
---|---|---|---|---|
Webhook | Webhook generated to trigger the integration | String | 400 | Yes |
Description | Description for identification | String | 400 | Yes |
Method | Method to be used | Selection | - | Yes |
Screen | Integration screen | Selection | - | Yes |