Support

Home Forums Event Espresso Premium SMS on Registration

SMS on Registration

Posted: February 27, 2018 at 2:00 pm


ecityDeveloper

February 27, 2018 at 2:00 pm

Is it possible to send a SMS on registration? I have the addon to send SMS reminders. If there is nothing built in for this, is there a filter or action hook that happens when someone registers?


Josh

  • Support Staff

February 27, 2018 at 2:31 pm

Hi ecityDeveloper,

While Event Espresso does not currently have any built-in SMS functionality, there are a number of hooks you can use depending on at what exact point you want to trigger the SMS, and what data you need to pass into your SMS message. Here are two examples in the context of their source files:

https://github.com/eventespresso/event-espresso-core/blob/master/core/business/EE_Registration_Processor.class.php#L475

https://github.com/eventespresso/event-espresso-core/blob/master/core/business/EE_Transaction_Processor.class.php#L236

The support post ‘SMS on Registration’ 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