Send notifications to your users through various channels using the Dialect REST API, covering basic messaging to advanced features like batch operations and rich content
POST /v2/{appId}/send
POST /v2/{appId}/send
all-subscribers
recipient type.
POST /v2/{appId}/send-batch
/send
with "subscribers"
type when sending the same message to multiple users (up to 10,000)/send-batch
when sending different personalized content to multiple users (up to 500)channels
array. Note that IN_APP notifications are delivered automatically when included, so you can add other channels as needed.
GET /v2/{appId}/subscribers
offset
: Pagination offset (default: 0)limit
: Pagination limit (default: 1000, max: 10000)