Email address along with optional name and tokens. These tokens will be substituted for the variables in the form of [{var_name}], where var_name could be any string of no more than 32 bytes.
JSON representation | |
---|---|
{
"email": string,
"name": string,
"tokens": [
{
object ( |
Fields | |
---|---|
email |
Required. |
name |
|
tokens[] |
|
Token
JSON representation | |
---|---|
{ "name": string, "value": string } |
Fields | |
---|---|
name |
|
value |
|