Reputation: 103
I have been assigned to a task where I suppose to use Zapier oauth2 with rails 4 application.whenever new prospect comes rest web hooks receive the data and send outbound mail with the data received.
Upvotes: 2
Views: 670
Reputation: 91
I'm not 100% sure what you're asking. Are you asking how to implement oauth2 in your Rails 4 app for Zapier integrations to work? If so, Doorkeeper is a great gem for doing so. I've used it to implement oauth with Zapier.
Upvotes: 1