To accomplish this, you need to make two separate API requests:
1. First, use our Contacts API to retrieve all mobile numbers in the group by utilizing the ‘List Contacts’ method.
2. Then, iterate through the retrieved mobile numbers and send the message to each number using our ‘Send Message’ API.
0 Comments