Skip to main content
POST
/
v3
/
sequences
/
ai-sdr
/
{sequence_id}
/
contacts
/
{contact_id}
/
preview
/
personalize
Personalize the preview for a contact
curl --request POST \
  --url https://api.reply.io/v3/sequences/ai-sdr/{sequence_id}/contacts/{contact_id}/preview/personalize \
  --header 'Authorization: Bearer <token>'
{
  "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

sequence_id
integer
required

Sequence id

Required range: x >= 1
contact_id
integer
required

Contact id

Required range: x >= 1

Response

Personalization accepted; poll the returned job for progress

jobId
string<uuid>
required

Background job id; poll GET /v3/background-jobs/{id}.