Appearance
Configure triggers
Defines when an integration should be triggered (and outgoing messages should be send).
| Field | Description |
|---|---|
| Name | Name the trigger |
| Integration | Reference to the Integration record |
| Type | When should the trigger run: • Create: Only when the record was not integrated previously • Update: Only when the record is already integrated • Both: When created and updated |
| Active | Turn the trigger on/off |
| Before | Run before the record is inserted/updated in the database |
| After | Run after the record is inserted/updated in the database |
| Async | Run asynchronously |
| Order | Define the priority of this trigger, lower order will trigger first |
Condition
| Field | Description |
|---|---|
| Table | Select the table on which the integration should trigger |
| Use Advanced Condition | Use an encoded query instead of the condition builder |
| Advanced Condition | Define the condition using an encoded query under which the integration should trigger |
| Conditions | Define the condition under which the integration should be triggered |
