Create a note for a customer

Notes are related to interactions and insights about a customer. They can be useful for tracking the sales process and improving customer relationships.

post

Creates a note for a customer.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

customerIdstringRequired

The ID of the customer.

Body
taskIdstringOptional

The ID of the task associated with the note.

opportunityIdstringOptional

The ID of the opportunity associated with the note.

textstringRequired

The text of the note.

Responses
200

Successful Response

application/json
post
/v1/agents/{agentId}/customers/{customerId}/note

Last updated