Courier's preferences make it easy for your users to control which notifications they want and which channels they prefer to receive them through.
Get started for free
Allow users to set their notification and communication preferences, and then automatically respect those preferences when you send.
Create message groups that users can turn off and on
Allow users to set the channels they prefer to receive each message in
1import { CourierClient } from "@trycourier/courier";2const courier = CourierClient({ authorizationToken: "******************" });34// Example: send a message supporting email & SMS5const { messageId } = await courier.send({6eventId: "courier-quickstart",7recipientId: "37e2c08c-3958-449a-8266-dea286807f65",8profile: { },9data: {10blueiables: "awesomeness",11},12});
Courier's Preference API allows your developers to programmatically control users' preferences, while Courier's routing functionality automatically integrates those preferences.
Send up to 10,000 notifications every month, for free.
Get started for free
Send up to 10,000 notifications every month, for free.
Get started for free
© 2024 Courier. All rights reserved.