πŸ“‹ Create Monday.com board items from Jotform submissions with field mapping

⚑ 225 views Β· πŸ“‹ Project Management

Description

Capture new Jotform submissions and instantly create items on a Monday.com board with mapped columns (email, date, dropdowns, instructions, etc.).


πŸ› οΈ Setup β€” Jotform (simple)

  1. Add your Jotform API key (Jotform Account β†’ Settings β†’ API β†’ Create Key).
  2. Create your form template in Jotform (use fields like Name, Email, Start Date, Engagement Type, Campaign Type, Instructions).
  3. In n8n, open the Jotform Trigger node and choose your Jotform template/form from the dropdown. That’s it.

πŸ› οΈ Setup β€” Monday.com

  1. In Monday.com, generate an API token (Admin/Developers β†’ API).
  2. In n8n β†’ Credentials β†’ New β†’ Monday.com, paste your API token.
  3. Identify and set:
    • Board ID (from your board URL or via node β€œList” operations)
    • Group ID (e.g., topics)
    • Column IDs that match your board (examples used by this workflow):
      • text_mkvdj8v3 β†’ Email (Text)
      • date_mkvdg4aa β†’ Start Date (Date)
      • dropdown_mkvdjwra β†’ Engagement Type (Dropdown)
      • dropdown_mkvdd9v3 β†’ Campaign Type (Dropdown)
      • text_mkvd2md9 β†’ Campaign Type (as Text label)
      • text_mkvd1bj2 β†’ Instructions (Text)
      • text_mkvd5w3y β†’ Domain (Text)
  4. Update the label β†’ ID mappings inside the Monday.com node if your dropdown IDs differ (e.g., Engagement A β†’ 1, Engagement B β†’ 2).

βœ… Notes (best practices)


πŸ“¬ Contact

Need help customizing this (e.g., extra fields, file uploads, or routing by campaign)?

πŸ”— Nodes Used

Jotform Trigger, Monday.com

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup