Configuration fields:
Provider Name - it is a Notification Provider display name and allows you to identify your notification.
Description - a short description of your notification.
Header Content type - the type of message content data that the SMS provider expects to receive: application/json or application/x-www-form-urlencoded.
URL - enter your provider URL address.
Authorization type - select from two authorization types: basic and token.
- Basic authorization is based on your username and password,
- Token authorization requires a unique token from the message provider.
Username - enter your username.
Password - enter your password.
Token - it is a token required for authorization by your provider.
User phone key - is the name that uniquely identifies the user's phone number and has to be specified in: User Management > Edit User Properties > Add User Property.
Params - add required parameters to the provider: key and value.
Json request data - here you can put predefined tags to the input value. Json is a text to transmit data objects, it is easy to generate and parse.
Error interpretation - how the server response should classify attempts as errors, select from two interpretation types:
- Status code - when it is based on the status code,
- Response text - where you can put an error text (case sensitive). This text will be interpreted as an error if the response includes this text.