Posting Upvio Form Data to a Redirect URL

You need to have a page that "listens" for the POST from Upvio. In the below example, we use a site https://webhook.site/ that allows you to create webhooks on the fly.

To use this feature:

  1. Navigate to your business settings
  2. Paste in your redirection URL
  3. Enable the toggle to "Post booking data to redirect URL"
  4. Save
  5. Then navigate to your booking page > submit form > see your data on your redirect URL

In addition to using the POST method of sending data to your redirect URL, you can now use the GET method which pushes the information gathered from your form via URL parameters.

To activate this head to your settings, enter the URL you would like to redirect to after your appointment booking and then select between the GET and POST methods: