Send Email to Assigned user on Attendee Status Change

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • scotta3234
    Junior Member
    • Oct 2017
    • 16

    Send Email to Assigned user on Attendee Status Change

    I'm curious if anyone has a working solution for setting up a workflow to Send an Email to the Meeting's Assigned user When Attendee Status Changes (when they accept) - A reminder email that they did in fact accept, similar to how Google Calendar will send a status update.

    The system is already capable of automatically recognizing and updating the status when they accept, so I'm guessing this should be possible - however I'm not sure about to how properly get it setup. Any assistance or thoughts would be appreciated.

    Best,
    Last edited by scotta3234; 12-20-2017, 12:47 AM.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    application/Espo/Modules/Crm/EntryPoints/EventConfirmation.php

    as you can see, the status is updating thru database table updating, not thru the ORM, so you can not catch this event to trigger email sending with Workflow

    Comment

    • scotta3234
      Junior Member
      • Oct 2017
      • 16

      #3
      Tanya,

      Thank you for the explanation, that makes sense.

      Comment

      Working...