Transfer ownership of a Heymarket conversation from one team member to another within the same inbox. Requires inbox_id, target, user_id, and reassign_id.
curl --request POST \
--url https://api.heymarket.com/v1/conversations/reassign \
--header 'Content-Type: application/json' \
--data '
{
"inbox_id": 123,
"target": "<string>",
"targets": [
"<string>"
],
"user_id": 123,
"reassign_id": 123
}
'"ok" on success.
14155551234). Required if targets is not provided.target is not provided."ok" on success.
curl --request POST \
--url https://api.heymarket.com/v1/conversations/reassign \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"inbox_id": 101,
"target": "14155551234",
"user_id": 55,
"reassign_id": 72
}'
Was this page helpful?
curl --request POST \
--url https://api.heymarket.com/v1/conversations/reassign \
--header 'Content-Type: application/json' \
--data '
{
"inbox_id": 123,
"target": "<string>",
"targets": [
"<string>"
],
"user_id": 123,
"reassign_id": 123
}
'