Sms gateway setting for smsgateway.me

hi everyone , I try to manage sending a SMS via SMS Center. The htmi api works as below:
https://smsgateway.me/sms-api-documentation/messages/sending-a-sms-message

my problem was the api token key more than 140 character , then mysql not excepted.

i try to edit the sms parameter form from data to text by follow this link Maximum Number of Fields in a Form
but the SMS setting get error while saving “pymysql.err.DataError: (1406, “Data too long for column ‘value’ at row 1”)”

ERPNEXT version
ERPNext: v12.5.2 (version-12)
Frappe Framework: v12.3.0 (version-12)

Any help would be great.
Thanks

i have the same issue

i just used the get method and passed the parameters like sender, recipient, and message in the url. worked fine after i made sure the api token was correct

and tried setting up SMS through an API for my app, and using a service for text messaging made it way easier. Just had to plug in the key, test a few messages, and it worked smoothly.

Sending updates and reminders felt reliable, and being able to see exactly how messages appeared helped avoid confusion with customers.