Walkthrough video:
Steps:
Visit the Admin Dashboard - https://dashboard.onetapcheckin.com/d#/signin
Click on the avatar in the top right corner, and click on settings
Under the "API Integration" section select "Connect To Jotforms"
Setup a new webhook on Jotform, their help desk article does an excellent job of explaining this - https://www.jotform.com/help/245-How-to-Setup-a-Webhook-with-JotForm
Navigate to the settings page of your form
Navigate to the "Integrations" page and search for "Webhook"
Modify your API URL as needed:
Template for API URL:
If you want to add new registrations to a list:
https://api.onetapcheckin.com/api/profiles?apiKey=ADD_YOUR_API_KEY&listId=ADD_YOUR_LIST_ID_HERE&source=jotForms&allowDuplicate=1
If you want to keep the new registrations as profiles on OneTap:
https://api.onetapcheckin.com/api/profiles?apiKey=ADD_YOUR_API_KEY&list&source=jotForms&allowDuplicate=1


