What is your current level of experience in freelance work?
I need help setting up a Zapier workflow that sends roofing inspection data submitted through a Jotform directly to a Custom GPT (built with OpenAI) via the OpenAI API. The Custom GPT has already been trained to interpret the form data as-is, so the job does not require formatting or transforming the data—just a clean pass-through. Scope of Work: Trigger: New Jotform submission Action: Webhook (POST) to OpenAI’s Chat Completions endpoint Send the full form submission (raw or parsed) as the user message in a chat payload Include headers with OpenAI API Key Use Custom GPT model (already built) Confirm output is returned successfully (optional: send via email or other options)