#1433 - Placeholder
I would like to add more information in the description field, would you please let me know the name of the placeholders in the {}?
I would like to add more information in the description field, would you please let me know the name of the placeholders in the {}?
6 years ago
The placeholders are all field names from the related record. So if you wanted to create a push from a new Lead, and you wanted the name and status, you would put something like:
"Lead notification, name {{salutation}} {{first_name}} {{last_name}}, status {{status}}"
Note these are the field names (not the labels) which are found in the studio field list for each module.
6 years ago
Thank you, this is very helpful