 
    
Automation APIs are related to bot capabilities.
GET: Get Object Context
Returns object data context. Must include desierd data propertie for query (comma separated)
Example
https://api.commbox.io/automation/objects/{OBJECT_ID}/context?properties=data.plus,data.name
path Parameters
| OBJECT_ID required | integer <int64> Object ID is a Cirrus generated number for the conversation | 
Response Schema: application/json
| status | string | ||
| description | string | ||
| response_time | string | ||
| object | |||
| 
 | |||
POST: Insert Data Context
Insert data context to conversation.
POST/automation/objects/{OBJECT_ID}/context
path Parameters
| OBJECT_ID required | integer <int64> Object ID. This is a Cirrus generated number | 
Request Body schema: application/json
Optional description for new mail object in Markdown
| object | |||||||||
| 
 | |||||||||
Response Schema: application/json
| status | string | ||
| description | string | ||
| response_time | string | ||
| object | |||
| 
 | |||
POST: Jump to node
POST/automation/objects/{OBJECT_ID}/context/jump
path Parameters
| OBJECT_ID required | integer <int64> OBJECT ID. This is a Cirrus generated number | 
Request Body schema: application/json
Optional description for new mail object in Markdown
| object | |||
| 
 | |||
Response Schema: application/json
| status | string | ||
| description | string | ||
| response_time | string | ||
| object | |||
| 
 | |||
 
                         
                                