Skip to main content
POST
/
sequence-folders
/
{id}
/
sequence-links
/
bulk
Bulk assign sequences to a folder
curl --request POST \
  --url https://api.reply.io/v3/sequence-folders/{id}/sequence-links/bulk \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "sequenceIds": [
    123
  ]
}
'
{}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
string<uuid>
required

Sequence folder Id

Body

application/json
sequenceIds
integer[]
required

List of sequence IDs to assign to the folder

Response

Bulk assign result with any errors per sequence ID

{key}
object