Announcement

Collapse
No announcement yet.

auto assign team when sent e-mail from a group e-mail account

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • nsns
    replied
    It works!
    Thanks Maximus !

    Leave a comment:


  • Maximus
    replied
    Code:
    ifThen(
        fromAddress == 'yourGroupEmailAddress' && status == 'Sent', 
        entity\addLinkMultipleId('teams', '5cde74469540dc3fc')
    )

    Leave a comment:


  • nsns
    replied
    I'm not in advanced pack, so workflow is not an option.
    Thanks.

    Leave a comment:


  • Maximus
    replied
    Hello.
    You can try to use workflow for it.

    Leave a comment:


  • auto assign team when sent e-mail from a group e-mail account

    I need to auto assign a specific team (to e-mail) when a user sents a e-mail from a group e-mail account.
    Is that possible?
    Maybe from formula?
    Thanks.
Working...
X