Yes, you can achieve this by using Liquid templates combined with user or device Tags in the /createMessage API call.
Here is how it works:
- Use Content Templates: The
/createMessageendpoint supports content templates (Liquid templates) for push notifications. - Set Up Placeholders: Instead of writing static text, you write the notification content once using placeholders or conditional logic (Liquid syntax).
- Dynamic Rendering: When the message is processed, each user receives a different final text that is rendered based on their specific tag values.
This allows you to personalize the message content for each recipient without needing to make separate API calls for every user.
Comments
0 comments
Please sign in to leave a comment.