Walkthrough video:
Steps:
Visit the OneTap Dashboard - https://dashboard.onetapcheckin.com/d/signin
Click on the avatar in the top right corner, and click on Accounts
βNow, go to the API Integration tab and click on Jot Form's instructions to get the API key
Setting up integration on your JotForm Account:
Set up 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/webhooks/jotform?apiKey=ADD_YOUR_API_KEY&listId=ADD_YOUR_LIST_ID_HERE
If you want to keep the new registrations as profiles on OneTap:
https://api.onetapcheckin.com/webhooks/jotform?apiKey=ADD_YOUR_API_KEY&list&source=jotForms&allowDuplicate=1


