Skip to content

Workflows: Automatically add specific watchers and/or recipients to tickets #84

Answered by jstanden
loujacob66 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Lou! That workflow will be very similar to: https://cerb.ai/workflows/cerb.email.org_by_hostname/

The automation event is: https://cerb.ai/docs/automations/events/mail.received/

Ticket records have an expansion key for org_watchers: https://cerb.ai/docs/records/types/ticket/

Here's an automation to add org watchers to their new tickets.

From Search >> Workflows >> (+) select (Empty) and paste:

workflow:
  name: cerb.email.org_watchers
  version: 2024-12-17T05:17:20Z
  description: Add org watchers to new tickets
  website: https://cerb.ai/resources/workflows/
  requirements:
    cerb_version: >=11.0 <11.1
    cerb_plugins: cerberusweb.core,
records:
  automation/automation_add_org_watc…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jstanden
Comment options

You must be logged in to vote
1 reply
@jstanden
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants