cURL
curl --request POST \ --url https://api.reply.io/v3/sequences/{id}/steps/{step_id}/variants/bulk \ --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": 123, "error": "<string>" } ]
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 multiple text variants for a sequence step at once
API key passed in the X-API-Key header
Sequence Id
Step Id
Subject line of the variant
Body content of the variant
Whether the variant is enabled
Bulk creation results
Created variant Id (null if failed)
Error detail if creation failed