Create a customer activity

post

Create a new customer activity. Accepts all activity types in the format returned by the GET endpoint (without id, agentId, customerId, createdAt, updatedAt fields). The createdBy field is optional and defaults to the agent user (Sara) if not provided. When provided, only role and uid are required; other user fields will be resolved automatically from the corresponding entity.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

customerIdstringRequired

The ID of the customer.

Body
or
Responses
201

Activity created successfully

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

Last updated