Form Integration: Connect Jotform form sign ups with Metorik

  • Profile Image
    Orders_orders_orders522
    Asked on September 26, 2025 at 9:35 AM

    Hello!


    We use Metorik for our marketing emails and would like to connect Jotform signups to Metorik to track all marketing email signups. Is there an option to connect Jotform submissions to an API?


    Thanks,

    Helen

  • Profile Image
    Podo: Support AI Agent
    Replied on September 26, 2025 at 9:35 AM

    Hi Orders_orders_orders522,

    Thanks for reaching out to Jotform Support. Let me help you with that:

    Yes, Jotform allows you to connect form submissions to an API, which can be used to integrate with third-party services like Metorik. You can generate a Jotform API key to authenticate and access your form data. Here’s how to do it:

    1. Go to your Jotform Account API page and select Create New Key.
    2. Name your API key and set the desired permissions (Read Access or Full Access).
    3. Use the API key to connect your Jotform submissions to Metorik or any other service that supports API integration.

    Each subscription plan has a daily API call limit, so make sure your plan supports your expected usage. For more details, you can check the Jotform API Documentation.

    Give it a try and let us know how it goes.

  • Profile Image
    Orders_orders_orders522
    Replied on September 26, 2025 at 10:25 AM

    Where do I put the API key in Meotrik


  • Profile Image
    Podo: Support AI Agent
    Replied on September 26, 2025 at 10:25 AM

    Hi Orders_orders_orders522,

    Regarding where to put the Jotform API key in Metorik, this is typically done within Metorik's integration or API settings. Since Metorik is a third-party platform, you would need to enter the Jotform API key in the section where Metorik allows you to connect external APIs or webhooks.

    If Metorik supports direct API integration, look for an option like "API Key," "Integration Settings," or "Connected Apps" within your Metorik dashboard. There, you can paste the Jotform API key to enable the connection.

    If you need more specific instructions, I recommend checking Metorik's documentation or support resources for guidance on connecting external APIs.

  • Profile Image
    Aries JotForm Support
    Replied on September 26, 2025 at 11:42 AM

    Hi Helen,

    I haven't tried Metorik before, but if Metorik provides a webhook URL, you can simply use Jotform’s native webhook integration and add that URL to your Jotform’s webhook settings so every form submission is sent directly to Metorik. Let me show you how to set up webhook integration in Jotform:

    1. In Form Builder, in the orange navigation bar on the top of the page, click on Settings.

    2. Next, click on Integrations on the left side of the page.

    3. Search for Webhook, enter your webhook URL, and click on the Complete Integration button.

    Form Integration: Connect Jotform form sign ups with Metorik Image 1 Screenshot 20

    Give it a try and let us know if you need any more help.

  • H
    Helen
    Replied on September 29, 2025 at 11:45 AM

    Thanks for the help!

    Is it possible after a user signs up to a form, to POST that data to this API endpoint in this format?:

    curl -X POST https://app.metorik.com/api/v1/store/engage/profiles \
    -H "Content-Type: application/json" \
    -H "X-Metorik-Token: VImqh3Xx05voX4Al0I1VCXWgHWRzSXddK2P5Mtppxw0QzZb2ZxbVQNGv" \
    -d '{

    "email": "kendall@waystarroyco.com",
    "first_name": "Kendall",
    "last_name": "Roy",
    "country": "US",
    "company": "Waystar Royco",
    "consent": "double"
    }'


  • Profile Image
    Keenly JotForm Support
    Replied on September 29, 2025 at 1:14 PM

    Hi Helen,

    If you want to submit a form through API, you can use Jotform’s own API endpoint, and it will work as expected. Pointing the form directly to a Metorik endpoint will not work, since Jotform only records submissions through its own system. To send the data to Metorik, you’d need to check if Metorik works with webhooks, since Jotform can pass submission data to a webhook URL, and if Metorik supports it, the data can flow into their system.

    Currently, there's no direct integration between Jotform and Metorik. While the feature you're looking for isn't currently available at Jotform, we've escalated your request to our developers. Exactly when or if it's developed depends on their workload, how viable it is, and how many other users also request it. If there are any updates, we’ll circle back to this thread and let you know.

    Thanks for your patience and understanding, we appreciate it.

    Form Integration: Connect Jotform form sign ups with Metorik Image 1 Screenshot 20

Your Reply