POST
https://api-us.engagor.com/{account_id}/inbox/add
Add new mentions to your topic (in bulk).
Param | Description | Required | Default Value |
---|---|---|---|
mentions |
A JSON encoded array of mention items your want to add to your topic. (Maximum of 500.) |
Yes |
bool Were all mentions added successfully?
Add a mention with minimal information
In the example we add a single new mention to the Qualtrics Social Connect topic 1234, with the minimal required information.
Parameters |
Value
|
---|---|
mentions |
array(1)
|
Example Response
|
---|
array(2)
|
Add a mention with all possible details
In this example we add a mention to the Qualtrics Social Connect topic 1234 with all possible fields for a mention filled in.
Parameters |
Value
|
---|---|
mentions |
array(1)
|
Example Response
|
---|
array(2)
|
Adding multiple mentions at once
Here we are adding two new mentions (minimal information) to the Qualtrics Social Connect topic 1234 at once.
Parameters |
Value
|
---|---|
mentions |
array(2)
|
Example Response
|
---|
array(2)
|
Adding a mention that already exists (error format)
Adding a mention to Qualtrics Social Connect with a URL that is already known to Qualtrics Social Connect.
Parameters |
Value
|
---|---|
mentions |
array(1)
|
Example Response
|
---|
array(4)
|