i am using this string template to send message
-d ‘template_object={
“object_type”: “text”,
“text”: “This is a Text area that displays up to 200 characters.”,
“link”: {
“web_url”: “https://developers.kakao.com”,
“mobile_web_url”: “https://developers.kakao.com”
},
“button_title”: “Check it out”
}’
but i can send only 200 character text message , some time i have more than 200 character in text message to send.
so i want to ask how can i send text message which have more than 200 character.