Create notifications in batch #54
-
|
Can notifications be created in batch via REST API? I want to reduce number of requests, so checking how it can be done. |
Beta Was this translation helpful? Give feedback.
Answered by
unamashana
Dec 29, 2022
Replies: 1 comment 2 replies
-
|
@avcpu you can specify multiple recipients in one API call and customize the content (if needed) using the recipient's data (including their Happy to expand further if you have any questions. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
unamashana
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@avcpu you can specify multiple recipients in one API call and customize the content (if needed) using the recipient's data (including their
custom_attributes). Please see the docs for the syntax for specifying recipients - https://www.magicbell.com/docs/rest-api/reference#notifications-create.Happy to expand further if you have any questions.