Hello there! A new one here :)
The company I work for has 4 brands in ZenDesk. The goal: to make sure that when I use a macro, the custom text is displayed depending on the brand name, for example:
Ticket Brand Name: Mentos.
The message in ticket: Please follow this link: *Check: IF “Mentos”, THEN insert *mentos.com*.
I'll imagine it something like this in the macro setup:
{{ticket.brand.name}} THEN "custom brand site №1"
ELSEIF {{ticket.brand.name}} THEN "custom brand site №2"
ELSEIF {{ticket.brand.name}} THEN "custom brand site №3"
ELSEIF {{ticket.brand.name}} THEN "custom brand site №4";