Support

Home Forums Event Espresso Premium Send Message on check in

Send Message on check in

Posted: November 20, 2020 at 10:53 am


mdelange

November 20, 2020 at 10:53 am

Is there a way to generate a message after an attendee is checked in?


Tony

  • Support Staff

November 23, 2020 at 3:17 am

Hi there,

Not currently, or at least we don’t have anything within core that does it out of the box so it would require custom development.

I’m guessing you would also like a custom message type for this so that you’re not just triggering pone of the default messages?


mdelange

November 24, 2020 at 10:49 am

Correct, we’d like to trigger a custom message type for check in.


Tony

  • Support Staff

November 26, 2020 at 6:07 am

Ok, so you’ll need custom development to add a message type for this. The latest version of the Event Espresso 4 (4.10.9.p) has actions fired when a user is checked/out:

AHEE__EE_Registration__toggle_checkin_status__checked_in,
AHEE__EE_Registration__toggle_checkin_status__checked_out

Those could be used to ‘trigger’ messages but you’ll need the help of a developer to add that message type if you are not comfortable trigging the message yourself.


mdelange

November 27, 2020 at 10:48 am

Thank you Tony. I’m a developer, so I’d be comfortable adding this message type. Any tips or code you’d recommend that I look at?


Tony

  • Support Staff

November 30, 2020 at 5:33 am

I’d start by checking out some of the documentation for messages here:

https://github.com/eventespresso/event-espresso-core/tree/master/docs/E–Messages-System

Then view how one of our add-ons registers a message type through the EE_Register_Addon API, for example HERE

Then view how the message itself is set up HERE

Then, how that message is triggered HERE


mdelange

November 30, 2020 at 12:13 pm

Extremely helpful, thank you very much Tony!


Tony

  • Support Staff

December 1, 2020 at 2:23 am

You’re most welcome 🙂

The support post ‘Send Message on check in’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso