Using ZC to send sms with an alphanumeric sender id via Twilio
Hi,
I want to create an api to send a sms from zc via twilio. I want to send a sms with alphanumeric sender id, in that way sms receivers will not see a number, I can customised any sender name in that way. such as i can send a sms with my company name then receivers will see the company name not a phone number. ZC in-built connection dosent accept an alphanumeric as a sender id I can only send sms with a phone number using zc connection.
I have done lot of research and I believe the only way to achieve this is to trigger the twilio sms via an api so we could customised the sender id without using zc connection.
I have already achieved this using zappier but i want to achieve this via deluge script so i have full control over it.
Anyone can help me with this ?
Thank You.