I'm looking to trigger a Make.com scenario from a Retool action. I've been trying to see if webhooks is an option but cannot find a simple way to send a webhook from retool. I can set it up as a Google Sheets row but that would introduce delays and limit the JSON capabilities. Any advice or direction would be helpful!
2 Likes
You should be able to trigger the webhook by making Rest API call in Retool doing a post call to the webhook address. Simply doing the call to the address of the webhook will trigger it.
1 Like
Hi @ecoabate, were we able to implement this?