Support

Home Forums Event Espresso Premium Event Check-In integration with Infusionsoft?

Event Check-In integration with Infusionsoft?

Posted: November 22, 2015 at 8:22 pm

Viewing 1 reply thread


Freddys

November 22, 2015 at 8:22 pm

Hi everybody,
Inching closer and closer to launching our Event Espresso driven registration system.

I wanted to see if Infusions integration has been achieved with the current check in systems, either manual or barcode. I have a tag being applied to our attendees upon registering, but I would love the capability to tag a user if they actually attended the event so we can great them continuing eduction credits. Right now it seems like I only see a list or CSV being the only product of the attendee checking in.. is that correct?

I’m hoping more can happen than just a list, so let’s hear it!

Thanks everybody. – Freddys


Seth Shoultes

  • Support Staff

November 23, 2015 at 9:45 am

Hey Freddys,

I don’t think we have added anything like this, yet. I think you’re the first person to ask about this 🙂

I did some digging and found that we have a couple of action hooks in the barcode scanner add-on in the EED_Barcode_Scanner.module.php file as follows:

do_action( 'AHEE__EED_Barcode_Scanner__ee_barcode_scanner_main_action__' . $action, $this->_response );
        do_action( 'AHEE__EED_Barcode_Scanner__ee_barcode_scanner_main_action', $action, $this->_response );

That should help you build your own function/hook that runs when someone is checked-in via the barcode scanner. Also, the _response property should have everything you need as far as responses for the check-in status.

Please let us know if you have further questions.

Viewing 1 reply thread

The support post ‘Event Check-In integration with Infusionsoft?’ 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