Update a Sequence Bot's details
Last updated 3 years ago
PUT https://{{account_id}}.acquire.io/api/v1/bot/seq/{{id}}
PUT
https://{{account_id}}.acquire.io/api/v1/bot/seq/{{id}}
Update a sequence bot's description. The id must be passed into the endpont as a path parameter.
{ "data": { "id": 139, "title": "Blank Lead", "description": "Description Changed", "status": "draft", "greeting": "active", "askFeedback": "disabled", "identifier": "blankSequence", "identifierCount": 1, "isImported": "no", "isCloned": "no", "clonedCount": 0, "createdBy": 1, "updatedBy": 1, "dateCreated": "2021-03-19T04:01:38.000Z", "dateUpdated": "2021-03-19T04:03:47.648Z" } }
{ "title": "Blank Lead", "description": "Description Changed", "status": "draft", "greeting": "active", "askFeedback": "disabled" }
id*
integer
Specify the ID of the sequence to be updated
Authorization*
string
Bearer {{api_key}}