You can redirect your invitees to any page of your choice after a meeting is booked, instead of the default Gist confirmation page.
This is super helpful in bringing back your invitees to a specific page, landing page on your website, or an external page after they book a meeting.
And along with redirecting the invitee, Gist will pass information about the meeting to the redirected URL so you can use that information to attribute the scheduled meeting to previous actions or campaigns, track conversions by monitoring each meeting booked or create a custom confirmation page of your own using that data.
Step-by-step guide
- Click Edit on your meeting link from your Sales > Meetings page
- Navigate to the Form Questions tab.
- Select Redirect to another page from the dropdown.
- Enter the URL you want to send your invitees to after they book a meeting - the URL must start with http or https
- Check the "Send the meeting submission data to the redirect page" option if you want to pass meeting information
Passing meeting information to the redirected page
Gist can append the following variables to the redirect URL as URL parameters. Use these variables to send event and invitee information.
Parameter | Description |
assigned_to | The teammate the meeting is booked with |
meeting_start_time | UNIX timestamp of the exact time the meeting starts |
meeting_timezone | The timezone in which the "meeting_start_time" is in |
duration | The duration of the meeting |
invitee_email | The email address of the invitee |
invitee_full_name | The name of the invitee |
answer_1 (if available) | The invitee's response to form question 1. |
answer_2 (if available) | The invitee's response to form question 2. |
answer_3 (if available) | The invitee's response to form question 3. |
answer_4 (if available) | The invitee's response to form question 4. |
utm_source (if available) | The UTM source value if present on the booking URL. |
utm_medium (if available) | The UTM medium value if present on the booking URL. |
utm_campaign (if available) | The UTM campaign value if present on the booking URL. |
utm_content (if available) | The UTM content value if present on the booking URL. |
utm_term (if available) | The UTM term value if present on the booking URL. |