MESSAGES
Bulk Update Message Status
Change the status of messages by passing their id and notification action.
PATCH
Documentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
Channel applicability for
actionseen,clicked- all channelsdismissed- mobile push only (androidpush,iospush)read,unread,archived,unarchived-inboxonly
Authorizations
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Body
application/json
List of messages to update. No duplicate message_ids allowed.
Required array length:
1 - 1000 elementsResponse
202 - application/json
Bulk update accepted. Inspect each record's status_code and error for individual outcomes - a null error means success.
Per-message results, in the same order as the request.
Previous
Create / Update ObjectsAPI to upsert (create if not exists, update if exists) object by providing a unique object ID and type.
Next