Application events, capturing details around the initiator, recipient, etc.
body | string The event body (for external events only) |
createdAt | string <date-time>
The date and time the event was created. |
eventAt | string <date-time>
The date and time the event occurred. |
externalUrl | string The external URL associated with this event (for external events only) |
name | string <= 255 characters The name of the event that took place (e.g. "mailbox_created"). |
payload | object The transmitted data for the event (cannot be updated once an event has been created) |
requestCity | string <= 255 characters The city where the request that created the event was made. |
requestDevice | string <= 255 characters The type of device on which the request that created the event was made. |
requestHost | string <= 255 characters Name of the host from which the request was made. |
requestProxied | boolean A boolean value whether the request was proxied. For example, when true the request city refers to the location of the email server and not the prospect. |
requestRegion | string <= 255 characters Name of the region from which the request was made. |
{- "body": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "eventAt": "2019-08-24T14:15:22Z",
- "externalUrl": "string",
- "name": "string",
- "payload": { },
- "requestCity": "string",
- "requestDevice": "string",
- "requestHost": "string",
- "requestProxied": true,
- "requestRegion": "string"
}
data (object) or links (object) (account) The account associated with this event. You can use only the attribute id to filter events by account (e.g. filter[account][id]=X). | |
data (object) or links (object) (call) The call associated with this event. You can use only the attribute id to filter events by call (e.g. filter[call][id]=X). | |
data (object) or links (object) (mailing) The mailing associated with this event. You can use only the attribute id to filter events by mailing (e.g. filter[mailing][id]=X). | |
data (object) or links (object) (opportunity) The opportunity associated with this event. You can use only the attribute id to filter events by opportunity (e.g. filter[opportunity][id]=X). | |
data (object) or links (object) (prospect) The prospect associated with this event. You can use only the attribute id to filter events by prospect (e.g. filter[prospect][id]=X). | |
data (object) or links (object) (task) The task associated with this event. You can use only the attribute id to filter events by task (e.g. filter[task][id]=X). | |
data (object) or links (object) (user) The user associated with this event. You can use only the attribute id to filter events by user (e.g. filter[user][id]=X). |
{- "account": {
- "data": {
- "id": 0,
- "type": "account"
}
}, - "call": {
- "data": {
- "id": 0,
- "type": "call"
}
}, - "mailing": {
- "data": {
- "id": 0,
- "type": "mailing"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "prospect": {
- "data": {
- "id": 0,
- "type": "prospect"
}
}, - "task": {
- "data": {
- "id": 0,
- "type": "task"
}
}, - "user": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}
METADATA NAME | DESCRIPTION | QUERY PARAM |
---|---|---|
dataConnections | The set of connections a given Event has to external sources. | provideDataConnections |
{- "data": [
- {
- "attributes": {
- "body": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "eventAt": "2019-08-24T14:15:22Z",
- "externalUrl": "string",
- "name": "string",
- "payload": { },
- "requestCity": "string",
- "requestDevice": "string",
- "requestHost": "string",
- "requestProxied": true,
- "requestRegion": "string"
}, - "id": 0,
- "relationships": {
- "account": {
- "data": {
- "id": 0,
- "type": "account"
}
}, - "call": {
- "data": {
- "id": 0,
- "type": "call"
}
}, - "mailing": {
- "data": {
- "id": 0,
- "type": "mailing"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "prospect": {
- "data": {
- "id": 0,
- "type": "prospect"
}
}, - "task": {
- "data": {
- "id": 0,
- "type": "task"
}
}, - "user": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
]
}
{- "data": {
- "attributes": {
- "body": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "eventAt": "2019-08-24T14:15:22Z",
- "externalUrl": "string",
- "name": "string",
- "payload": { },
- "requestCity": "string",
- "requestDevice": "string",
- "requestHost": "string",
- "requestProxied": true,
- "requestRegion": "string"
}, - "id": 0,
- "relationships": {
- "account": {
- "data": {
- "id": 0,
- "type": "account"
}
}, - "call": {
- "data": {
- "id": 0,
- "type": "call"
}
}, - "mailing": {
- "data": {
- "id": 0,
- "type": "mailing"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "prospect": {
- "data": {
- "id": 0,
- "type": "prospect"
}
}, - "task": {
- "data": {
- "id": 0,
- "type": "task"
}
}, - "user": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}