POST
/
leads
/
{leadId}
/
addContext

Authorizations

x-api-key
string
headerrequired

Path Parameters

leadId
string
required

The ID of the lead to add context to.

Body

application/json
context
string
required

Any additional context to add to the lead.

command
string

An optional command for Apten regarding the lead. Currently allowed commands are scheduling a follow up and sending a message.

Response

200 - application/json
message
string

Returns "Success" if the context was added successfully.