...
- Additional configuration may be required. See Configure Webhooks.
For more information on how to orchestrate execution of your flows, see Overview of Operationalization.
Limitations
- Custom security certificates cannot be used.
...
Webhook tasks are not included when a flow is copied. They are available to collaborators for review, editing, and execution, when a flow is shared.
Tip Tip: You can export and import the flow, which includes the webhook task definition. See Export Flow.
Pre-requisites
Info | |
---|---|
NOTE: It's possible that webhook requests can be submitted back to the
|
Requirements for receiving application
...
As needed, you can specify webhook overrides as part of a launching a job via API. For more information, see API Workflow - Run Job.
Pre-requisites
Info | |
---|---|
NOTE: For this example, the
|
You must acquire the recipe identifier for the next job to execute.
...
Parameter | Description | ||||||
---|---|---|---|---|---|---|---|
Name | This name appears in the
| ||||||
Url | Specify the URL as follows, replacing the example values with your own:
| ||||||
Trigger event | Select Job success . | ||||||
Trigger object | Select the any option to execute all jobs in the target flow, or you can specify individual jobs to execute. | ||||||
Headers | Insert the following two headers:
| ||||||
Body | In the body, insert the recipe Id for the value for
| ||||||
Method | Select the POST method. |
...
Parameter | Description | ||
---|---|---|---|
Name | This name appears in the
| ||
Url | Paste the URL that you copied from Slack. | ||
Headers | Copy the content headers from the Slack cURL command:
| ||
Body |
| ||
Method | Select the POST method. |
...