Is there a list of template "fields" that can be used in Twilio

Options

Is there a list of template "fields" that can be used in Twilio?  I see the basics on the setup page, but I want to send my messages in "deals" page.  I found that ${deal.title} works but what field can be used to pull the persons name inside the deal page?  ${person.name} does not work unless you are on the contact page.

 

Here is the ones they list...

Use this placeholders in below message

${person.name} , ${person.first_name} , ${person.last_name} , ${person.next_activity_date} , ${person.last_activity_date} , ${person.label} , ${person.67418abfe37a1a75a9a83c06afd71277662542c9} , ${person.f7ac0d27ecd9c1465948590a90deafc190071867} , ${person.org_name} , ${person.cc_email} , ${person.owner_name} 

But I know other ones work as I got ${deal.title} to work

Comments