On my new project, I need to strat an integromat scenario by clicking on a button,
BUT
I don’t know if I can link a webhook on a button, or if I need a webhook but an API call.
For more details, this button will call an automation, with I will take values on Airtable and send a PDF to the one who clicking on the button.
But today, I’ve make the render of the pdf, but by clicking on an Airtable button, it’s not what i want.
Sounds like a great solution however when I add the Make URL to the Action field the user gets redirected to a blank page with just the word ‘Accepted’.
Do you know how to prevent such a redirect and still POST the data to the webhook? I’m trying to avoid a redirect because of several reasons which I won’t go into detail here.
On a slightly separate note, thanks for your nocodequest.com blog, it’s been very useful
My tutorial walks through using Javascript (and includes it all) to make it a better user experience, but you could also skip that and just use the “webhook response” module mentioned with a “301 redirect” to a new page if you prefer.