Outgoing Webhooks

Overview

Outgoing webhooks are a simple way to send HTTP POST requests to external applications. They are like notifications, but the recipient is an external application URL instead of an email address, and the message is a JSON payload instead of a text or HTML body.

To create outgoing webhooks, use the SENDHTTPPOST workflow application, which you can use as a system action in your workflows.

Integrating webhooks with WorkflowGen

SENDHTTPPOST workflow application

WorkflowGen uses the SENDHTTPPOST workflow application (available as of version 6.6.0) to send HTTP POST requests to external applications using JSON or URLENCODED payloads. The SENDHTTPPOST application will then receive and process the response from the external API.

For more information on how the application works, see SENDHTTPPOST workflow application in the WorkflowGen Administration Guide.

For samples of APIs that use SENDHTTPPOST, see the SENDHTTPPOST workflow application repository on GitHub.

For an example of how you can use SENDHTTPPOST to send messages to Slack channels from WorkflowGen, see Workflow Application: Using SENDHTTPPOST to send messages to Slack on the WorkflowGen Forum & Knowledge Base.

Last updated