Selecting "Redirect to an external site" allows you to redirect to a specific external site (such as a thank-you page) after completing the schedule event.
Customize the "Confirmation page" after scheduling
You can customize the settings in the "After confirming the event" section of the template screen.
Display Spir's scheduling confirmation page
Selecting "Default confirmation page" will show Spir's scheduling confirmation page as follows after scheduling is completed.
Redirect to another specified site
Selecting "Redirect to an external site" allows you to redirect to any other site (such as a thank-you page) after scheduling is completed.
The URL specified as the "Website URL" must start with
https
.Handling schedule information on the redirected page
Enabling "Pass event details as URL parameters" allows receiving information such as schedule, attendees, form responses, etc., as query parameters at the end of the URL when redirecting to a different site.
Moreover, enabling this function allows receiving UTM parameters accessed through the availability URL during redirection. This can be used for advertisement conversion tracking and more.
Parameter Name | Mandatory | Description |
original_url |
true | Availability URL used for confirmation |
title |
true | Event title |
start_date_time |
true | Event start date and time |
end_date_time |
true | Event end date and time |
time_zone |
true | Timezone of the confirmed person |
confirmed_at |
true | Date and time when the schedule was confirmed |
organizer_name |
true | Organizer's name |
organizer_email |
true | Organizer's email address |
attendee_from_organizer_side_{number}_name |
false | Name of attendees from the organizer's side ( {number} is sequential) |
attendee_from_organizer_side_{number}_email |
false | Email of attendees from the organizer's side ( {number} is sequential) |
invitee_name |
true | Invitee's name |
invitee_email |
true | Invitee's email address |
invitee_language |
true | Invitee's language |
attendee_from_invitee_side_{number}_name |
false | Name of attendees from the invitee's side ( {number} is sequential) |
attendee_from_invitee_side_{number}_email |
false | Email of attendees from the invitee's side ( {number} is sequential) |
online_meeting_type |
true | Type of video call |
online_meeting_url |
false | URL for the video call |
online_meeting_password |
false | Password for the video call |
form_answer_{number}_question_id |
false | ID of the form question ( {number} is sequential) |
form_answer_{number}_question |
false | Form question ( {number} is sequential) |
form_answer_{number}_answer |
false | Form response ( {number} is sequential) |
utm_source |
false | UTM parameters |
utm_campaign |
false | UTM parameters |
utm_medium |
false | UTM parameters |
utm_term |
false | UTM parameters |
utm_content |
false | UTM parameters |
Measure schedule confirmation as a conversion
By preparing a thank-you page with the conversion tag installed on your site and setting it as the redirect destination for "Redirect to an external site," you can track conversions.