Connect to Jotforms

Steps:

  1. Visit the OneTap Dashboard - https://dashboard.onetapcheckin.com/d/signin

  2. Click on the avatar in the top right corner, and click on Accounts

  1. 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:

  1. Set up a new webhook on Jotform, their help desk article does an excellent job of explaining this - How to Send Submission Data via a Webhook

  2. Navigate to the settings page of your form

  3. Navigate to the “Integrations” page and search for “Webhook”

  4. 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