Variables
The most common type of placeholders are variables.
These can be set under message.variables in your config.
important
Variables are always converted into an uppercase string.
Example: number ⇒ NUMBER in {{.NUMBER}}
(See Formatting)
Here is an example:
settings:
message:
variables:
number: "+123400001",
recipients: ["+123400002", "group.id", "user.id"]