Skip to content

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

@Velora

Description

@Velora

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions