Versions Compared

Key

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

...

TagDescriptionNotes
{contact.first_name}The client's first name 
{contact.last_name}The client's last name 
{contact.email}The client's email address 
{package.name}The name set for the package that the service is created from 
{package.email_html}The HTML version of the package Welcome Email 
{package.email_text}The Text version of the package Welcome Email 
{client.id_code}The client's IDe.g. 1500
service  
   
   
Expand
titleAdditional Tags

Due to the nature of tag objects containing several fields, many of which are likely irrelevant for use in email templates, but may be useful to you in certain circumstances, an example dump of the tag objects are shown below.

This object is identical to the contact object.
Code Block
languagephp
titleThe {contact} object
collapsetrue
stdClass Object
(
    [id] => 1
    [client_id] => 1
    [user_id] => 1
    [contact_type] => primary
    [contact_type_id] =>
    [first_name] => First
    [last_name] => Last
    [title] => 
    [company] => Company Co.
    [email] => first.last@domain.com
    [address1] => 123 Main St.
    [address2] => 
    [city] => City
    [state] => CA
    [zip] => 90001
    [country] => US
    [date_added] => 2014-06-25 18:05:34
    [contact_type_name] =>
    [contact_type_is_lang] =>
)
Code Block
languagephp
titleThe {client} object
collapsetrue