Regenerate a pending approval
ai-sdr:write scope (or a broader one that includes it).
Starts a background job that regenerates the AI-generated message for a single (sequence, contact) pair, and returns the job id. Optionally pass freeform recommendations to steer the regeneration.
Poll GET /v3/background-jobs/{jobId} for status; when the job finishes, its result holds the regenerated subject and body.
Requires the AI SDR feature on the caller’s team.
Authorizations
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
x >= 1Contact id
x >= 1Body
Freeform guidance to steer the regenerated message
Response
Regeneration started; poll the returned background job for the result