Module: PipedriveRuby

Defined in:
lib/pipedrive_ruby.rb,
lib/http_factory.rb,
lib/resources/base.rb,
lib/resources/deals.rb,
lib/pipedrive_client.rb,
lib/resources/recents.rb,
lib/resources/products.rb,
lib/resources/currencies.rb,
lib/resources/activities.rb,
lib/resources/deal_fields.rb,
lib/pipedrive_ruby/version.rb,
lib/resources/organizations.rb,
lib/resources/user_settings.rb,
lib/resources/authorizations.rb,
lib/resources/activity_types.rb,
lib/resources/search_results.rb,
lib/resources/user_connections.rb,
lib/resources/activitiy_fields.rb,
lib/resources/push_notifications.rb

Overview

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 app.pipedrive.com/push_notifications#dialog:/push_notifications/help for detailed documentation of web hooks.

Defined Under Namespace

Classes: Activities, ActivityFields, ActivityTypes, Authorizations, Base, Currencies, DealFields, Deals, HttpFactory, Organizations, PipedriveClient, Products, PushNotifications, Recents, SearchResults, UserConnections, UserSettings

Constant Summary

API_URL =

this is the url for API V1

'https://api.pipedrive.com/v1'.freeze
VERSION =

version of gem

"1.0.1.pre15"