Skip to main content

Variables

The most common type of Placeholders are variables. Which can be set under variables in your config.

info

Every Placeholder Key will be converted into an uppercase string. Example: number becomes NUMBER in {{.NUMBER}}

Here is an example:

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