Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook params for "event_name" should be ||= params[:event] not ||= params[:name] #10

Open
Velora opened this issue Sep 20, 2018 · 0 comments

Comments

@Velora
Copy link

Velora commented Sep 20, 2018

Zapier sends the event as "event" in its parameters not "name". The hook params in hooks_controller.rb needs to be adjusted to params[:event_name] ||= params[:event] in order for the hook to save.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant