Method: Drip::Client::Webhooks#webhook
- Defined in:
- lib/drip/client/webhooks.rb
#webhook(id) ⇒ Object
Public: Fetch a webhook id - Required. The String id of the webhook
Returns a Drip::Response. See www.getdrip.com/docs/rest-api#webhooks
19 20 21 |
# File 'lib/drip/client/webhooks.rb', line 19 def webhook(id) make_json_api_request :get, "v2/#{account_id}/webhooks/#{id}" end |