Our most recent update introduces the ability to add a user to one or multiple accounts in a single call. This expands the capabilities of the Accounts API private beta, which lets you define user-to-account-level relationships, especially useful in the context of B2B SaaS applications.
For more information, see the full documentation.
Our most recent update introduces support for account properties as template variables, broadening the potential of your notification customization. With this feature, you can integrate data supplied in the Send API request or User Profile directly into your notification design.
This is achieved using JSON paths and variables, allowing you to access data either from the data and profile objects in a Send API request or from the associated account object created through the Accounts API.
For instance, if you need to reference an associated company name from a user's account in your notification, you can use a JSONPath expression such as $.account.company_name
. This will dynamically incorporate the company name into your notification template. To reference profile information like a user's email, use an expression like $.profile.email
.
Substitution variables can also be used for personalized elements in your notifications. A simple example would be including a personal greeting using {name}
, where name is a property in your data object. Courier replaces the {name}
variable with the actual value at the time of sending, generating personalized greetings.
This update further enhances the flexibility and dynamic customization of your notification systems.
For more information, see the full documentation.
is_after
and is_before
operators.Send up to 10,000 notifications every month, for free.
Get started for free
© 2024 Courier. All rights reserved.