•Adding parameters to your default EPConnect URL allows you to create a link that will take the User directly to a specified destination on your EPConnect website.
oAutomatic Login Parameters allow you to automatically login to EPConnect, bypassing the need to enter login credentials.
oPage Redirection Parameters allow you to specify a destination page other than the default Home page.
oYou can use a combination of both Automatic Login and Page Redirection parameters in the URL.
•The default URLs were explained above in Default URL.
•We will use those URLs as starting points to which will we add more parameters.
oTo add more parameters to the URL, you add a question mark (?) to the end, and then add the parameters in the format parameter=value.
▪https://example.com/EventProConnect/Default.aspx?parameter=value
oMultiple parameters connect with an ampersand (&).
▪ https://connect.eventpro.net/ep/client/DB000000?parameter=value¶meter=value¶meter=value
oFor any Values that contain spaces, you need to use a %20 in place of each space.
▪https://connectau.eventpro.net/ep/db000000?parameter=value%20with%20spaces
•Here are some sample values and page redirects that we can use to create example URLs.
Parameter with Sample Value |
Explanation |
|
page=newbooking |
Redirects to New Booking page |
|
page=calendar |
Redirects to Calendar page |
|
user=BobT |
The Security User logging in |
|
password=Bob1234 |
Online Password for the Security User |
|
page=newregistration |
Redirects to the New Registration wizard for a specified Event |
|
event=121 |
Book # of the specified Event for the New Registration Wizard |
|
password=Event1234 |
Online Password of the specified Event for the New Registration |
|
page=reviewregistration |
Redirects to the Review Registration page for a specified Attendee |
|
email=attendee@example.com |
Email address of the Attendee logging in to review a registration |
|
password=Attendee1234 |
Online Password for the Attendee logging in to review a registration |
|
page=payinvoice |
Redirects to the Pay Invoice page for a specified Invoice |
|
invoice=I00015 |
Invoice # of the specified Invoice to be paid |
|
validationcode=52D2 |
Validation Code of the specified Invoice to be paid |
•Bypass login and go directly to the EPConnect's main interface as a logged-in User:
Local/Network Install
https://example.com/EventProConnect/Default.aspx?user=BobT&password=Bob1234
Cloud Application (North America)
https://connect.eventpro.net/ep/client/DB000000?user=BobT&password=Bob1234
•Bypass login and go straight to the New Booking page as a logged-in User:
Local/Network Install
https://example.com/EventProConnect/Default.aspx?user=BobT&password=Bob1234&page=newbooking
Cloud Application (North America)
https://connect.eventpro.net/ep/client/DB000000?user=BobT&password=Bob1234&page=newbooking
•Bypass login and go straight to the Calendar page as a logged-in User:
Local/Network Install
https://example.com/EventProConnect/Default.aspx?user=BobT&password=Bob1234&page=calendar
Cloud Application (Australia)
https://connectau.eventpro.net/ep/db000000?user=BobT&password=Bob1234&page=calendar
•Create a link for invited Event Attendees, directing them to the New Registration wizard for the specified Event:
Local/Network Install
https://example.com/EventProConnect/Default.aspx?page=newregistration&event=121&password=Event1234
Cloud Application (North America)
https://connect.eventpro.net/ep/client/DB000000?page=newregistration&event=121&password=Event1234
•Create a link for an Attendee, directing the Attendee to his/her registration review page:
Local/Network Install
https://example.com/EventProConnect/Default.aspx?page=reviewregistration&email=attendee@example.com&password=Attendee1234
Cloud Application (Australia)
https://connectau.eventpro.net/ep/db000000?page=reviewregistration&email=attendee@example.com&password=Attendee1234
•Go directly to the Pay Invoice page for a specified Invoice:
Local/Network Install
https://example.com/EventProConnect/Default.aspx?page=PayInvoice&invoice=I00015&validationcode=52D2
Cloud Application (North America)
https://connect.eventpro.net/ep/client/DB000000?page=PayInvoice&invoice=I00015&validationcode=52D2
•The New Enquiry single-page form sets the Event Category in order to restrict the displayed Form Field Groups to those applicable to the category:
Cloud Application (North America)
https://connect.eventpro.net/ep/client/DB000000?page=newenquiry&Category=Wedding
•Click on the headings below to find lists of more Automatic Login Parameters and Page Redirection Parameters: