Sending expressive messages
Expressive messages allow you to add an extra flare to the messages you send to iPhone users.
To send a message with a specific send style add the send_style
field into the JSON body of your request to the /send-message endpoint so that your request looks like:
{ "number": "+19999999999", "content": "check it out - this message is invisible!", "send_style": "invisible"}
Possible values:
Section titled “Possible values:”send_style |
---|
"celebration" |
"shooting_star" |
"fireworks" |
"lasers" |
"love" |
"confetti" |
"balloons" |
"spotlight" |
"echo" |
"invisible" |
"gentle" |
"loud" |
"slam" |