Q: Webhook responses?
If you have a workflow that starts with a custom inbound webhook (e.g. receiving a POST with some data to albato), can you do some steps and then later in the workflow send a response to that webhook using some data from the prior steps?
Eg our CRM sends a post webhook to albato with a new customer’s contact info. Albato workflow creates new records in some other system like marketing platform and gets a record ID back. Then at end of workflow it responds to the original webhook with some json including the marketing platform’s record ID?
Any documentation on how to do this?
Wenddy_Albato
Jun 9, 2026A: Hey there!
Yes, this can be achieved using our HTTP Request action.
After receiving data through a custom inbound webhook, you can process the information within your automation, create records in external systems, capture the returned IDs, and then send that data to another endpoint using an HTTP Request step.
You can find detailed documentation on configuring HTTP requests here:
https://albato.com/en/wiki/articles/configuring-outgoing-http-requests