Skip to main content
PUT
/
workspaces
/
{workspaceID}
/
sequences
/
{sequenceID}
/
contacts
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "sentCount": 123,
      "sequenceId": "<string>",
      "url": "<string>"
    }
  ],
  "message": "<string>"
}
{
"data": [
{
"id": "<string>",
"name": "<string>",
"sentCount": 123,
"sequenceId": "<string>",
"url": "<string>"
}
],
"message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

workspaceID
string
required

Workspace ID

sequenceID
string
required

Sequence ID

Body

application/json

Request body

Request body

contactIds
string[]
required
Minimum array length: 1

Response

Contacts assigned successfully