{
"id": "invitation-12345",
"accountId": "account-12345",
"attributes": {},
"clickThroughs": 5,
"configurationAttributes": {},
"createdAt": "2023-10-01T12:00:00Z",
"deactivated": false,
"deliveryCount": 3,
"deliveryTypes": [
"email",
"sms"
],
"foreignCreatorId": "creator-12345",
"invitationType": "single_use",
"modifiedAt": "2023-10-01T12:00:00Z",
"status": "queued",
"target": [
{
"type": "email",
"value": "[email protected]"
}
],
"views": 10,
"widgetConfigurationId": "widget-12345",
"projectId": "project-67890",
"groups": [
{
"type": "workspace",
"id": "workspace-12345",
"name": "Development Team"
}
],
"accepts": [
{
"id": "accept-12345",
"status": "accepted"
}
]
}This endpoint re-sends an invitation to a specific invitee, as identified by the invitation ID. It can be used to prompt the invitee to accept the invitation again.
{
"id": "invitation-12345",
"accountId": "account-12345",
"attributes": {},
"clickThroughs": 5,
"configurationAttributes": {},
"createdAt": "2023-10-01T12:00:00Z",
"deactivated": false,
"deliveryCount": 3,
"deliveryTypes": [
"email",
"sms"
],
"foreignCreatorId": "creator-12345",
"invitationType": "single_use",
"modifiedAt": "2023-10-01T12:00:00Z",
"status": "queued",
"target": [
{
"type": "email",
"value": "[email protected]"
}
],
"views": 10,
"widgetConfigurationId": "widget-12345",
"projectId": "project-67890",
"groups": [
{
"type": "workspace",
"id": "workspace-12345",
"name": "Development Team"
}
],
"accepts": [
{
"id": "accept-12345",
"status": "accepted"
}
]
}The ID of the invitation
The ID of the invitation
"invitation-12345"
The ID of the account associated with the invitation
"account-12345"
Various attributes of the invitation, none exist at the moment, but this acts as a placeholder for future use
The number of times the invitation has been clicked
5
The configuration attributes for the invitation. Includes raw data from widgets.
{}The date and time when the invitation was created
"2023-10-01T12:00:00Z"
Indicates whether the invitation has been deactivated
false
The number of times the invitation has been delivered
3
The types of delivery methods used for the invitation
["email", "sms"]The ID of the creator in your system associated with the invitation
"creator-12345"
The type of the invitation
single_use, multi_use "single_use"
The date and time when the invitation was last modified
"2023-10-01T12:00:00Z"
The current status of the invitation
queued, sending, delivered, accepted, shared, unfurled, accepted_elsewhere "queued"
The target(s) for the invitation, such as email or phone
Show child attributes
The type of target for the invitation, such as email or phone. Currently, only email is valid
email, phone "email"
The value of the target for the invitation, such as an email address or phone number. At the moment, only email is accepted.
[{ "type": "email", "value": "[email protected]" }]The number of times the invitation has been viewed
10
The ID of the widget configuration associated with the invitation
"widget-12345"
The ID of the project associated with the invitation
"project-67890"
The groups associated with the invitation, such as workspaces or teams
[
{
"type": "workspace",
"id": "workspace-12345",
"name": "Development Team"
}
]The acceptance details for the invitation
Show child attributes
The ID of the acceptance record
"accept-12345"
The ID of the Vortex account that owns the invitation
"account-12345"
The ID of the project associated with the acceptance
"project-12345"
The date and time when the invitation was accepted
"2023-10-01T12:00:00Z"
The type of target for the acceptance, such as email or phone. Currently, only email is valid
email, phone "email"
The value of the target for the acceptance, such as an email address or phone number
[
{
"id": "accept-12345",
"status": "accepted"
}
]