📡Outgoing Webhook

📡 The Outgoing Webhook block sends data from a workflow to an external system through an HTTP request.

Difference from a Webhook trigger

  • Webhook trigger: Receives a request and starts the workflow.
  • Outgoing Webhook: Sends a request externally while the workflow is running.

Uses

  • Notify another system of a result, such as updating a CRM or sending an event.