I’m quite new to using Airtable, Discord Webhooks, and Zapier. Currently, I have an Airtable form designed to gather inputs, and I want to display these inputs in one of the text channels on my Discord server.
Current Progress
I’ve successfully set up the connection using Zapier to link Airtable to Discord, and it looks something like this:
Hit this same issue last week! Skip Discord’s built-in integration and use Zapier’s webhook action instead. Set up a POST request to your Discord webhook URL with content-type application/json, then drop your embed JSON structure in the body. Way more flexible than the basic Discord action, and it handles Airtable data perfectly.