How do I create a Zapier integration with a rails app?
I've read a lot about this and I understand that it involves REST webhooks, but I'm struggling to get it to actual work. I'm not sure how to actually get my app to tell Zapier that something has been saved and to send it over.
I am also looking for a good resource on this topic. If anyone has a good refference please feel free to share.
Thanks!
I have messed with Zaps in my previous job, and had a form submitting via Zapier into a Google Sheet.
Hopefully this Medium article can help?
https://medium.com/@ThatGuyTinus/rails-to-anything-integrating-zapier-via-webhooks-3e51a8f6a54f
I am currently working on integrating webhooks into a client webapp using Doorkeeper, it has been an uphill battle so far with little solid progress. Is anyone working on this as well?