Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 890 Bytes

automation.md

File metadata and controls

30 lines (21 loc) · 890 Bytes

HTTP POST Action

The automation rule HTTP POST "3. Do This" does not support the full range of email template fields... I'd hoped it would. The following syntax worked fine for me, and can trigger a further API call to pick up any other fields you might want.

  • "#subject#"
  • "#url#"
  • "#from#"
  • "#fromEmail#"
  • "#body#"
  • "#technician#"
  • "#cf_XXXX#"
  • "#date#"
  • "#ticketId#"
  • #priority#
  • "#statusId#"
  • "#most_recent_message#"

Time Based Rules

Following some slightly unexpected timings using rules based on "2 hr before due date", etc, received the following update.

"Timer-based automation rules are checked twice an hour randomly; if the condition of the rule are met, it fires. If not, the check is postponed."