EventSubscription Model

A record of a subscriber's desire to receive notifications of a particular event class at a specific endpoint.

NameTypeDescription
advertiser_subscriber_idNullable IntegerID of the advertiser subscriber entity receiving the notification. Only set if the subscriber is an advertiser.
affiliate_subscriber_idNullable IntegerID of the affiliate subscriber entity receiving the notification. Only set if the subscriber is an affiliate.
deliver_via_emailNullable BooleanWhether or not this is an email subscription
employee_subscriber_idNullable IntegerID of the employee subscriber entity receiving the notification. Only set if the subscriber is a network employee.
endpoint_sha1StringSHA1 hash of the combination of all endpoint fields
event_classStringEvent triggering the notificationShow Supported Values
idIntegerID of unique primary object of this subscription record
This parameter is non-writable
subscriber_classStringThe type of subscriber receiving the notificationShow Supported Values
subscriber_sha1StringSHA1 hash of the combination of all subscriber fields
target_classStringOrigin of event triggering the notificationShow Supported Values
webhook_endpoint_idNullable IntegerID of a webhook endpoint being subscribed to
Have a Question? Please contact [email protected] for technical support.