Some applications like Twilio ask for a webhook where they can POST responses. Therefore Airtable is a good candidate for such integration.
However, Airtable always return { success: true } after the webhook succeeds, which triggers an error on Twilio:
Invalid Content-Type: application/json; charset=utf-8 supplied
Is there a way to prevent Airtable from returning such response? I’ve found this topic already Silencing webhook received responses but no solution was provided.
Thanks in advance!



