MessageMedia Australia
Custom header format
You should unite api_key
and api_secret
and encode it by Base64 (utf-8) then paste it to config.
MessageMedia Australia
Custom header format
You should unite api_key
and api_secret
and encode it by Base64 (utf-8) then paste it to config.
Hello, I was just wondering if using Text Magic with Splynx would be any simpler.
If you are currently using SMS sending in Splynx, we would love to hear your feedback about your current SMS gateway. Please share your thoughts on the pricing and limits of your gateway and any features or benefits that you find particularly useful. Additionally, it would be helpful to know what country you are using your SMS gateway in, as this can impact its effectiveness and cost. By sharing your experiences, you can help our clients make an informed decision when selecting an SMS gateway for their Splynx system. Thank you for your input on Sending Bulk SMS!
Any Canadians using SMS and have recommendations of who they are using?
en america latina que servidor de correo nos ayudaria
The information for Twilio was very helpful, especially the “SID:Token” → Base64 encode for the Authorization header.
Recently, Twilio has been pushing people to use a “Messaging Service” which you need to configure in advance on the Twilio side. It will produce a unique ID beginning with “MG”, and you need to use this instead of the “From=[phone number]”.
MessagingServiceSid=MGxxxxxxxxxxxxxxxxx
will be an additional piece of the payload, giving you a final payload like this:
MessagingServiceSid=MGxxxxxxxxxxx&To=%TO%&Body=%MESSAGE%