Prerequisites
- A destination service that accepts the chosen HTTP method.
- A credential or secure header strategy if the destination requires authentication.
Configure a completion request
- Add a Webhook node to the workflow.
- Turn it on, choose GET, POST, PUT, PATCH, or DELETE, and enter the destination URL.
- Select an optional managed credential and add only the custom headers the destination needs.
- Build the JSON payload with run context values such as workflow ID, initial context, gathered context, annotations, and call metadata.
- Complete a test call and confirm the destination received the expected shape.