Headers

Path parameters

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
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>"
        }
      ]
    ]
  ]
}