Copy Existing Sequence
Copy an existing sequence
Copy Existing Sequence
POST
https://{{account_id}}.acquire.io/api/v1/bot/seq/clone/{{id}}
Create a copy of the existing sequence. The Sequence id must be passed in the endpoint as a path parameter.
Path Parameters
Name
Type
Description
id*
integer
The ID of the Sequence you intend to copy
Headers
Name
Type
Description
Authorization*
string
Bearer {{api_key}}
{
"data": {
"lead": {
"title": "Sales Sequence 06 : Copy 01",
"description": "A sequence designed to generate leads.",
"status": "draft",
"greeting": "active",
"askFeedback": "disabled",
"identifier": "salesSequence",
"identifierCount": 7,
"isCloned": "yes",
"clonedCount": 1,
"createdBy": 1,
"updatedBy": 1,
"dateCreated": "2021-02-24T12:10:32.000Z",
"dateUpdated": "2021-03-19T04:50:20.166Z",
"id": 140,
"isImported": "no"
}
}
}
Last updated