EmailOpen v1.2
Describes when a subscriber opened an email.
i
Describes when a subscriber opened an email.
Opens give you insight into subscribers interactions:
task_id
or subscriber_id
.Use openAutomation for enhanced, automated functionality.
Attribute | Type | Filter | Sort | Description |
---|---|---|---|---|
id | string | Yes* | No | Unique ID of the open event. |
subscriber_id | int | Yes* | No | ID of the subscriber who clicked the link. |
task_id | int | Yes* | No | ID of the task containing the link. |
cdate | decimal | No | Yes | Timestamp at which the subscriber opened the message. |
*GET requires at least one of: id
, subscriber_id
, task_id
.
The id
attribute is an artificial primary key formed as a composite of task_id
, subscriber_id
and cdate. Please note that its type is "string".
Attribute | Type | Presence | Description |
---|---|---|---|
id | string | Optional* | Unique ID of the open event. |
subscriber_id | int | Optional* | ID of the subscriber who clicked the link. |
task_id | int | Optional* | ID of the task containing the link. |
*HEAD requires at least one of: id
, subscriber_id
, task_id
.
This method is not supported.
This method is not supported.
This method is not supported.
There are no error codes for this endpoint.
{ "id": "12333_123123123_1379502479", "subscriber_id": 123123123, "task_id": 12333, "cdate": 1379502479 }