Skip to content

Commit

Permalink
Send bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Sep 10, 2024
1 parent d7ca21d commit 414d94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send-bulk-messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ curl -X POST -H "Content-Type: application/json" -d '[
"text": "Hi there!",
"phone": "123123"
}
]' https://localhost:5000/webhook/11111111-111111-1111-1111-d2ac95896744/messages/default/bulk
]' https://localhost:5000/webhook/11111111-111111-1111-1111-d2ac95896744/messages/{SESSION}/bulk
```

It'll send the message to the phone numbers and at the end send an email,
Expand Down

0 comments on commit 414d94e

Please sign in to comment.