Is it possible to make an automation with Make instead of Zapier?
A webhook
There is currently not a builtin way to use Make, but for webhooks I would imagine our Generic HTTP
could work
How could I do this?
I’ve never used Make, but I guess the workflow would be :
Setup Webhook in Make
It will generate an URL (https://hook.make.com/ID) and maybe crendentials to use in Header.
Create an HTTP Data source with the base URl equal to https://hook.make.com/ and with the authorization headers.
In your plasmic app, use the data source to POST to /ID with the required data
I´m sorry but can you explain this in simpler terms?
OMG it works!
Thank you!