Each registration in Event Espresso is its own ticket, so if they input an address on the registration form, that info is available from the API. Are your registration forms set to capture address information for each attendee?
our RegForm captures one Billing address and multiple attendees. Each attendee should be associated with that address.
Our support request on this is associated with the development of an Zapier integration that connects EE with our CRM. Each attendee results in a new (or updated) entry in our CRM and therefore should be linked with a company (billing address).
Is there a way to get this combination through the API (e.g. Att #1 + Billing Address #1, Att #2 + Billing Address #1, Att. #n + Billing Address #1…)
Hopefully there is a way as each attendee’s company is printed on the tickets… 😉
Yest that’s possible. e.g. You can get the address with something like this: /wp-json/ee/v4.8.36/registrations?include=Attendee.*&where[Transaction.TXN_ID]=869&limit=1
Then apply that data to your other registrations in the same transaction.
Viewing 3 reply threads
The support post ‘Address information for the second attendee’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.