GET
https://api.engagor.com/{account_id}/inbox/mention/{topic_id}/{id}
Returns a single mention
object (including cases).
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
A single mention
item.
Fetch content counters for a mention
POST
https://api.engagor.com/{account_id}/inbox/mention/{topic_id}/{id}
Updates a single mention
object (including cases). Use version 20160108 to use the sendMail option
Param | Description | Required | Default Value |
---|---|---|---|
updates |
A JSON encoded object of changes you want to make. Structured as a mention item, but with only the keys you want to update. (See examples for supported updates.) |
No | |
list_filter |
Check if the updated mention still fits in this optional filter | No | |
options |
A JSON encoded object of options for the update. Supported keys: "tags_edit_mode", "sendMail", "hide_on_service", "delete_on_service" | No |
The updated mention
item.
Updating the tags of a mention
Deleting a single tag from a mention
Updating the status of a mention
Assigning a mention, with comment
Changing sentiment of a mention.
Hiding a mention from a service
DELETE
https://api.engagor.com/{account_id}/inbox/mention/{topic_id}/{id}
Deletes a single mention
object (including cases).
Param | Description | Required | Default Value |
---|---|---|---|
options |
A JSON encoded object of options. Supported keys: "delete_on_service", "hide_on_service", "block_author_on_service" actions to perform together with the delete | No |
bool true if delete succeeded