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
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Validation Error
application/json
500
Internal Server Error
application/json
post
/v1/agents/{agentId}/customers/{customerId}/activityLast updated