Skip to main content
POST
Resend Invite

Resend Invite

Re-fire the invite email for a specific campaign recipient. Updates the recipient’s last_invited_at timestamp.
The campaign must not be locked or past its period. To invite all pending recipients at once, use Send Invites.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the parent dataset
string
required
UUID of the campaign
string
required
UUID of the campaign-assignment to re-invite

Response

Returns the campaign-assignment with refreshed last_invited_at (HTTP 200).
string
Campaign-assignment UUID.
string
Parent campaign UUID.
string
Updated timestamp of the re-sent invite (ISO 8601).
string
Derived status: awaiting, completed, or locked.
object
Embedded dataset assignment with recipient details.

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: Campaign-assignment not found

Send Invites

Bulk-send to all pending recipients

Get Campaign

View recipient statuses