Add a step in the Workflows builder with Add Node, then pick one of the steps below.
Many fields accept data from the trigger or an earlier step: type
{{ to open the variable
picker.Send to Webhook
Sends an HTTP request to a URL you choose, so a workflow can push data to a system Default does not connect to natively. The endpoint must be reachable on the public internet overhttp or https. Default blocks
requests to localhost and to private or internal network addresses.
Request
Authorization controls how Default authenticates: choose None, API Key (you set
an API Key and a Header Name, default
X-API-Key), Token (a Bearer Token), or
Basic (a Username and Password).
Body has two tabs. Fields builds the body from key and value pairs. JSON lets you
write the raw JSON yourself (type {{ to insert a value). A body is sent only with POST, PUT,
PATCH, and DELETE.
Example response is optional: paste a sample of the JSON your endpoint returns so later
steps can use its fields, and so the run log warns you if the live response looks different.
After the request runs, the response body and the HTTP status code are available to later
steps. To act on the result, add a Multi-Branch step and compare the status code. A
request that takes longer than 30 seconds is cancelled, and redirects are not followed.
Redirect
Sends the visitor’s browser to a URL. Useful at the end of a form-driven workflow.Date Transformer
Shifts a date forward or backward and saves the result for later steps. You can add more than one transform. For each transform:
For example, set Input date to the meeting time, Before, Days, Amount
1,
and Output name reminder_time to get the day before the meeting for a reminder step.
Create Variable
Defines one or more named variables you can reuse in later steps. Each variable’s value can reference data from an earlier step or be a fixed value you type in.
Select Add variable to define another one in the same step. For example, set
campaign_name to a fixed value and lead_score to a value an enrichment step produced, then
reference both in a later CRM or notification step.