Menu

Notification Placholders

4 days ago
4 days ago
  • Thiago Arcanjo

    Thiago Arcanjo - 4 days ago

    Guys, I need to personalize my notifications triggers, but dont find all placeholders $this->...$ for notifications.

    Right now, I'm trying send a email to Contacts in a Ticket, New or Updated. My message its working and send the email, but I don't now the right placeholders for mention the contact notified in description, like:

    Dear $contact_notified->name$......

    We have the $mentioned$ placeholde on mentioned in logs or caller, we have something similar for this cenario?

     
  • Jeffrey Bostoen

    Jeffrey Bostoen - 4 days ago

    $this refers to the object that triggers a notification (for instance, if you trigger a notification upon user request change, it refers to the user request.

    You can then use the attribute codes (such as name, ref, agent_id_friendlyname) from that iTop class.

    To see these attribute codes, browse the "datamodel" (for instance in the iTop GUI).

     

Log in to post a comment.