Following is the SMS configuration I am trying to use, but I have multiple DLT_TE_IDs for various categories of messages. Basically different message templates have different DLT_TE_ID. How can I specify that as part of the static parameter, or is there any other way.
Use webhooks or a service provider like twilio.
Thank You for the info. Is there any sample available for webhooks based implementation?
I guess the documentation should be good enough. Choose JSON for request structure. Add sender, message template ID in the request. Webhook headers will contain content type as JSON and Auth key.
Sure, Thank You.