Skip to main content
Version: v1.5

Variables

The most common type of placeholders are variables. These can be set under message.variables in your config.

note

Variables are always converted into an uppercase string. Example: numberNUMBER in {{.NUMBER}} (See Formatting)

Here is an example:

settings:
message:
variables:
number: "+123400001",
recipients: ["+123400002", "group.id", "user.id"]