I thought it would be interesting to connect a Thunkable app (with several buttons) to a Zapier webhook so that a button push on your phone could trigger other actions … it was pretty easy to do!
I’ll post some more info on the Zapier side in a minute, but basically Zapier assigns you a webhook URL which you put into the app (or override in the “Settings” screen). When a button is pushed, you make a POST to that URL with the info (in this case “button=thunk1” or “thunk2”, etc.).
(the “STUFF/FROM/ZAPIER/” obviously needs to be overwritten)
ZapierButtons_demo.aia (4.1 KB)