Help

Re: Response to a webhook

998 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Wayne_Simpson1
4 - Data Explorer
4 - Data Explorer

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?

2 Replies 2

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

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.