cURL
curl --request POST \ --url https://api.wapikit.com/api/conversation/{id}/assign \ --header 'Content-Type: application/json' \ --data '{ "organizationMemberId": "<string>" }'
{ "data": true }
assign a conversation to a user
The id value of the conversation you want to assign.
assign conversation info
The body is of type object.
object
conversation object
The response is of type object.
Was this page helpful?