Retrieve the mentionable accounts for a conversation.
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
POST
/api/v1/conversation/{conversation_uuid}/mentions
curl \
--request POST https://api.plannrcrm.com/api/v1/conversation/conversation_uuid/mentions \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
[
[
{
"item": "Gareth Thompson",
"contents": "<span data-type=\"mention\" data-account-uuid=\"87614221-8632-45fe-b15d-0002176b7a5d\">@Gareth Thompson</span>"
}
]
]
]
}