POST https://api.engagor.com/{account_id}/inbox/add

Description

Add new mentions to your topic (in bulk).

Required Access Token Scope

accounts_read, accounts_write

POST Parameters

Param Description Required Default Value
mentions A JSON encoded array of mention items your want to add to your topic. (Maximum of 500.) Yes

Result

bool Were all mentions added successfully?

Examples

Add a mention with minimal information

Add a mention with all possible details

Adding multiple mentions at once

Adding a mention that already exists (error format)