Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Jakeable edited this page Apr 21, 2017 · 2 revisions

Tokens are placeholders that will be replaced with things like the username of the user who submitted the form. Tokens are supported in the response body, the response title, the user message body, and the user message subject. All tokens are inside of a pair of braces (e.g. {username}).

Token Details (if necessary)
{username}
{age} The account age in words (e.g. "2 years, 3 days")
{post_karma}
{comment_karma}
{combined_karma}
{is_verified} Whether or not the user has a verified email address
{is_mod} Whether or not the user moderates any subreddits
{response} The user's form response (only available for the response body setting)

Clone this wiki locally