How to Process Inbound Webhooks (Railsconf 2023) Discussion
When will the entire RailsConf be uploaded to youtube? π³
Nice work as allways, thanks for sharing!
It usually takes a couple months for them to edit all the videos and publish them to YouTube. Follow the Railsconf twitter account and I'm sure they will tweet when they're live.
Thank you for such a great README file! Videos aren't my preferred method of learning, but a good read me file... :chefs_kiss
Great episode and just in time. I just started working on updating my app to accept inbound webhooks from a couple of different vendors. I seem to have an issue when I put the job in a the webhook module (Webhooks::CustomJob). I get a NameError(uninitialized constant Webhooks::CustomJob). When i place the job directly into the "jobs" folder it works fine.
Great screencast! Thank you. Will be using this to process webhooks from Shopify. Btw.. would love to see examples with Shopify. Lots of apps are written in Rails for Shopify.