Versions Compared

Key

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

...

Ordered list of parameters to be replaced in the template’s body. Parameters should be added in the mapping JSON between two '#' marks similar to how they appear in eSignAnyWhere for other notification types. (e.g. #FirstName#).

How to format text

Format

Description

Example

Italic

To italicize your message, place an underscore on both sides of the text

Code Block
_text_

Bold

To bold your message, place an asterisk on both sides of the text

Code Block
*text*

Strikethrough

To strikethrough your message, place a tilde on both sides of the text

Code Block
~text~

Monospace

To monospace your message, place three backticks on both sides of the text

Code Block
```text```

Bulleted list

To add a bulleted list to your message, place an asterisk or hyphen and a space before each word or sentence:

Code Block
- text
- text

Quote

 

To add a quote to your message, place an angle bracket and space before the text

Code Block
> text

Inline code

To add inline code to your message, place a backtick on both sides of the message

Code Block
`text`