Sha256: e38baa7cfc11e457a05cc101cdad409d9ecda25f01ffa222fdb4a42c6898cc4f
Contents?: true
Size: 683 Bytes
Versions: 2
Compression:
Stored size: 683 Bytes
Contents
# Manage subscriptions of push notifications / web hooks / REST hooks about data changes. # A subscription means a designated HTTP(S) endpoint which will receive a request every time a certain event happens on your Pipedrive account. # E.g. when you have subscribed to receive events about all new deals ('deal.added'), this HTTP(S) will receive a request per each such event. # See https://app.pipedrive.com/push_notifications#dialog:/push_notifications/help for detailed documentation of web hooks. module PipedriveRuby # Returns data about all subscriptions. class PushNotifications < PipedriveRuby::Base def_delegators :endpoints, :all, :find, :create, :remove end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pipedrive_ruby-1.0.1.pre16 | lib/resources/push_notifications.rb |
pipedrive_ruby-1.0.1.pre15 | lib/resources/push_notifications.rb |