HTTP SMS Messenging
Last updated
Last updated
(c) 2024 Data Illusion Zumbrunn. All rights reserved. Reproduction strictly forbidden.
Enables ngSurvey to use any HTTP enabled SMS service provider.
Http endpoint URL
is the endpoint of your provider that will be called each time ngSurvey needs to send an SMS message. You can use following tags that will be replaced dynamically in your URL if needed: {{to}} and {{message}}
Http header 1
will be sent as part of the request to the endpoint.
Http header 2
will be sent as part of the request to the endpoint.
JWT Token
if specified ngSurvey will attempt a "Bearer" based authentication.
Http body
is the body that will be send to to the endpoint if the endpoint requires a post.
If your provider requires an urlencoded content type for its post you may use and specify the settings like as follow: