Hey
So, Airtable is quite tricky with webhooks, it accept them, but not really optimised to send them.
What you can build to have you fluid user experience, and run optimisation it to trigger your scenario with a mailhook
- On Make to initialise your mailhook and get the email
- On Airtable, in the Automation part, you create an automation that will be triggered when a new form is submitted and sen an email with the Record_ID within the message.
- On Make, you receive the mailhook with the record_id, and just have to add a “get a record” on airtable step to recall all the data
The Airtable Automation should like something like that :