Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Integration script for SMS service call.

Integration script called with couple of predefined variables as following;

Name of Variable

Description

$Destination

Phone number of SMS message to be send

$Message

Content of message

$Service

Reason for SMS send. (e.g. 2FA)

$Code

2FA verification code if specified.

Script content may vary depending on service definition but as an example the following script can be used;

...