Trigger a flow
Returns 200 if the flow is triggered successfully
| Request Body — REQUIRED | ||
|---|---|---|
askribeKey Askribe Key — REQUIREDObtain the API key required to connect with Askribe servers from the Settings section in your Askribe flow dashboard. | ||
configId Config Id — REQUIREDThis is the config Id of the the distribution you want to trigger. You can get this from the Distribution List panel of the flow you want to trigger | ||
context objectPass a list of Key-Value pairs to be substituted in the flow | ||
webPushConfig object
| ||
androidPushConfig object
| ||
receiversEmailAddress Email address of the recipientRequired if the flow will run in Email channel. Not required for workflows | ||
receiversPhoneNumber Phone number of the recipientRequired if the flow will run in WhatsApp, SMS or Voice channel. Not required for workflows | ||
slackUserId Slack user id of the recipientRequired if the flow will run in Slack channel. Not required for workflows | ||
language LanguageUse this parameter to set the language of the flow | ||
iOSPushConfig object
|
| Responses | ||
|---|---|---|
200Successfully triggered
|