Trigger workflows using an external event
POST https://automation.8x8.com/api/v1/accounts/:accountId/triggers/http_request
Use this resource to trigger workflows from an external system. Inbound SMS and chat apps message triggers are managed by the automation service. However, if you would like to trigger workflows from an external system like your CRM or ERP application or even a 3rd party system, you can use the http_request trigger to do so.
Request
Path Parameters
Account id
Query Parameters
Subaccount id to trigger definitions that must be run only for specific subaccounts.
Body
Workflow data. Request body can be any JSON containing data required by your workflow. This data will be saved to the workflow context when a workflow is triggered. You can access that data from the workflow using the data.
An event to trigger workflows is successfully raised.
Source: https://developer.8x8.com/connect/reference/http-request-trigger · 8x8 CPaaS Developer Docs. Synced for support deflection.
0 Comments