cURL
curl --request POST \ --url https://api.reply.io/v3/sequences/{id}/steps/{step_id}/variants \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "subject": "Follow up on our conversation", "body": "Hi {{firstName}}, I wanted to follow up...", "isEnabled": true } '
{ "id": 1, "subject": "Follow up on our conversation", "body": "Hi {{firstName}}, I wanted to follow up...", "isEnabled": true }
Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Creates a new text variant for a sequence step
API key passed in the X-API-Key header
Sequence Id
Step Id
Request body for creating or updating a text variant
Subject line of the variant
Body content of the variant
Whether the variant is enabled
Variant created successfully
A text variant for a sequence step
Unique identifier for the variant