List of webhook event types
The webhook event types used in Truto. These values can be found in event_type
attribute of a webhook event.
Integrated accounts
integrated_account:created
- A new integrated account is connectedintegrated_account:updated
- Integrated account is updatedintegrated_account:post_install_error
- Post install steps failed after an integrated account got connected. The integrated account will need re-authorization.integrated_account:validation_error
- If defined for the Installed integration, Connection validation steps defined for the integrated account failed. The integrated account will need re-authorization.integrated_account:active
- Integrated account is activated and ready to useintegrated_account:post_connect_form_submitted
- If defined for the Installed integration, RapidForm has been submitted by the user.
Sync Job Run
sync_job_run:created
- A new sync job run is createdsync_job_run:started
- Sync job run has startedsync_job_run:record
- Webhook containing the records fetched from a resource during the sync job runsync_job_run:completed
- Sync job run has completedsync_job_run:failed
- Sync job run has failedsync_job_run:updated
- Sync job run has been updated
Records
Sent when webhooks have been setup for the underlying Integration.
record:created
- A new record is created in the underlying integration.record:updated
- Record is updated is updated in the underlying integration.record:deleted
- Record is deleted is deleted in the underlying integration.