Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For more information on how to orchestrate execution of your flows, see Overview of Operationalization.


Limitations

  • Custom security certificates cannot be used.
  • HTTP-based requests have a 30-second timeout limit.


  • 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.


...

  • You can create a maximum of 50 webhooks per flow.

    Info

    NOTE: Administrators can change this limit as needed. For Configure Webhooks.


Prerequisites


Info

NOTE: It's possible that webhook requests can be submitted back to the platform to execute API tasks within the platform. However, there are security concerns. Additional configuration is required. For more information, see Configure Webhooks.


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.

Prerequisites


Info

NOTE: For this example, the platform must be whitelisted to receive webhooks from itself. Additional configuration is required. For more information, see Configure Webhooks.

You must acquire the recipe identifier for the next job to execute. 

...

ParameterDescription
Name

This name appears in the

D s webapp
only.

UrlPaste the URL that you copied from Slack.
Headers
Copy the content headers from the Slack cURL command:


Code Block
key: Content-Type
value: application/json


Body


Code Block
{"text":"Job $jobId has completed. Status: $jobStatus."}



MethodSelect the POST method.

...