Skip to content

Firstname and phone request #174

Answered by unamashana
ehssanehs asked this question in Questions
Discussion options

You must be logged in to vote

Hey @ehssanehs welcome to the community! You can send them in the create broadcast call in the recipients attributes, or you can call our users endpoints to update them asynchronously whenever you have new data on the users. For example, here is the sample JSON from the |API reference](https://www.magicbell.com/docs/rest-api/reference#broadcasts-create)

{
  "broadcast": {
    "title": "We're processing your order",
    "content": "<p>Thank you for your order. We'll notify you when these items are ready.</p>",
    "category": "order_created",
    "topic": "order:33098",
    "recipients": [
      {
        "email": "[email protected]"
      },
      {
        "external_id": "83d987a-83fd034",…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by unamashana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Questions
Labels
None yet
2 participants