Can I send text message with new line character using Ringcntral Apis? if i can send then in which way please exaplin.
currently i am trying to send SMS using RingCentral Apis but it gives me error like "Parameter [text] value is invalid".
Following is my values which i am passing into api in UTF-8 Encode.
"%7B%22to%22=%5B%7B%22phoneNumber%22%3A+%2214133767135%22%7D%5D%2C%22from%22%3A+%7B%22phoneNumber%22%3A+%22%2B13464448263%22%7D%2C%22text%22%3A+%22What+is+your+ETA%3F%0D%0A+What+is+your+location%3F+What+time+you+started+loading%3F+What+time+you+finished+loading%3F+Are+you+loaded+%3F%22%7D"
Following is my values which i am passing into api.
"{"to"=[{"phoneNumber": "14133767135"}],"from": {"phoneNumber": "+13464448263"},"text": "What is your ETA?
What is your location? What time you started loading? What time you finished loading? Are you loaded ?"}"
Can you please help me to do same like above?
Thanks