Skip to main content
PUT
/
v3
/
sequences
/
ai-sdr
/
{sequence_id}
/
generated-step-types
Set generated step types
curl --request PUT \
  --url https://api.reply.io/v3/sequences/ai-sdr/{sequence_id}/generated-step-types \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "generatedStepTypes": []
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

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

Body

application/json

Replaces the channels of steps the AI SDR is allowed to generate, and regenerates the sequence steps using the new mix. Rejected (409) when the sequence has already acted on contacts (sent emails or LinkedIn messages, generated tasks, etc.).

generatedStepTypes
enum<string>[]
required

Step channels the AI SDR is allowed to generate. Non-empty, no duplicates.

Minimum array length: 1

Channel of a step the AI SDR is allowed to generate when building the sequence.

Available options:
email,
linkedIn,
call,
linkedInInMail,
linkedInAiVoice

Response

Step types updated and regeneration triggered