Leads
Add context to a lead
Adds context to a lead
POST
Authorizations
Path Parameters
The ID of the lead to add context to.
Body
application/json
The lead's context and an optional command.
Additional context to add to the lead. Good for adding free-form text context or event details.
An key-value object containing structured data to store with the lead. These will be stored as variables that can be accessed in the flow-chart conversation prompts.
An optional command for Apten regarding the lead. Currently allowed commands are scheduling a follow up and sending a message.
Response
200
application/json
Context has successfully been added to the lead.
Returns "Success"
if the context was added successfully.