Method: Formstack::Client#webhook

Defined in:
lib/formstack/client.rb

#webhook(webhook_id) ⇒ Object



123
124
125
# File 'lib/formstack/client.rb', line 123

def webhook(webhook_id)
  get("webhook/#{webhook_id}")
end