Nov 19, 2022 08:46 AM
Hi, I’m trying to build out an automate with Airtabe and I’d like to use the webhook automation, however, I want to send a response to the webhook, is there anyway to do this in Airtable?
Nov 19, 2022 09:12 AM
Welcome to the Airtable community!
Do you mean you want to customize the response from the webhook? You cannot currently do this in Airtable.
You could include a callback and have a scripting action call the callback.
You could also use a third party system that allows for a custom webhook response, such as Make.com
Nov 19, 2022 01:31 PM
The Airtable Automation Webhook response upon success is hard-coded to;
{
"success": true
}
Frustratingly, the response it can’t be changed - I was hoping that Airtable might have added a dynamic response option when Webhook revised from Alpha, but it’s still the same.