Send sms to all participants
Send sms to all (or just confirmed) participants
Request
1 | POST /host/events/{number}/participants/sms
|
Request
1 2 3 4 | { "message": "Hello World", "group": "UNCONFIRMED | CONFIRMED | ALL" } |
Response
HTTP/1.1 200 OK
Send sms to all (or just confirmed) participants
1 | POST /host/events/{number}/participants/sms
|
1 2 3 4 | { "message": "Hello World", "group": "UNCONFIRMED | CONFIRMED | ALL" } |
HTTP/1.1 200 OK