Resend Invite
Resend Invite
Re-send the invite email to a specific campaign recipient
POST
Resend Invite
Resend Invite
Re-fire the invite email for a specific campaign recipient. Updates the recipient’slast_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_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath 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 refreshedlast_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 key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: Campaign-assignment not foundRelated Endpoints
Send Invites
Bulk-send to all pending recipients
Get Campaign
View recipient statuses