Skip to main content

Integrate with JotForm

Connect your registration form built using JotForm to OneTap

Written by Karsh
Updated over a year ago

Walkthrough video:

Steps:

  1. Click on the avatar in the top right corner, and click on settings

  2. Under the "API Integration" section select "Connect To Jotforms"

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

    1. Navigate to the settings page of your form

    2. Navigate to the "Integrations" page and search for "Webhook"

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

Did this answer your question?