In Action Script, recipient target names can be represented in the following formats:
Target |
Target Name |
Example |
Result |
User |
(userId) |
(bsmith) |
Notifies a User while obeying Device scheduling. |
Group |
(groupName) |
(Operations) |
Notifies a Group while obeying all Group scheduling. |
Device |
(userId|deviceName) |
(bsmith|WorkPhone) |
Notifies the specified Device immediately, ignoring any scheduling or preferences. |
Team |
(groupName|teamName) |
(Operations|Managers) |
Notifies the specified Team immediately while obeying any delays or rotation settings specified for the Team. |