Retrieve the mentionable accounts for a conversation.
Headers
-
Content-Type
string -
Accept
string -
X-PLANNR-ACCOUNT-UUID
string
Path parameters
-
conversation_uuid
integer Required
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=\"12ea5b69-3405-4f99-8d4c-f49362ee4bb1\">@Gareth Thompson</span>"
}
]
]
]
}