View Source ExPipedrive.Webhooks.Subscription (ex_pipedrive v0.1.0)
A Pipedrive webhook subscription returned by the API v1 Webhooks endpoints.
This represents an outgoing Pipedrive subscription. It is separate from
ExPipedrive.Webhook.Event, which normalizes incoming webhook deliveries.
Summary
Types
@type t() :: %ExPipedrive.Webhooks.Subscription{ add_time: String.t() | nil, company_id: pos_integer() | nil, event_action: String.t(), event_object: String.t(), http_auth_user: String.t() | nil, id: pos_integer(), is_active: boolean() | nil, name: String.t() | nil, original_object: map() | nil, remove_time: String.t() | nil, subscription_url: String.t(), user_id: pos_integer() | nil, version: String.t() | nil }