ContactInvitationRead
A connection request sent to a contact before messaging is allowed (e.g. a LinkedIn connection invite or InMail), created as a step within an outreach dispatch run. The dispatch run waits for the invitation to be accepted before proceeding.
Unique numeric identifier of the record.
ID of the dispatch run that created this invitation.
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
ID of the lead this record relates to.
ID of the contact this record relates to.
channel_id objectrequired
ID of the messaging channel this record relates to.
- integer
- null
External channel id used to send the invitation.
The invitation's id at the provider.
Index of the dispatch step that produced this invitation.
Invitation status — queued, sending, sent, approved, denied, failed, or expired.
Possible values: [queued, sending, sent, approved, denied, failed, expired]
Whether the request was a connection invite or an InMail.
note objectrequired
Optional note sent with the invitation.
- string
- null
reason objectrequired
Status detail (e.g. failure reason).
- string
- null
sent_at objectrequired
When the invitation was sent (UTC).
- date-time
- null
accounted_at objectrequired
When the invitation was counted against limits (UTC).
- date-time
- null
expires_at objectrequired
When the invitation expires (UTC).
- date-time
- null
Creation time (UTC, ISO 8601).
Last modification time (UTC, ISO 8601).
{
"id": 0,
"dispatch_run_id": 0,
"agent_id": 0,
"lead_id": 0,
"contact_id": 0,
"channel_id": 0,
"ext_channel_id": "string",
"provider_id": "string",
"step_index": 0,
"status": "queued",
"mode": "string",
"note": "string",
"reason": "string",
"sent_at": "2024-07-29T15:51:28.071Z",
"accounted_at": "2024-07-29T15:51:28.071Z",
"expires_at": "2024-07-29T15:51:28.071Z",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}