Solution Handbook
A planning guide for the Make meeting follow-up loop, including the workflow, Jodoo fields, and rollout checklist.
Open handbookMAKE + JODOO
Use Make with Jodoo to receive meeting-note webhooks, send structured action fields through an HTTP module, and keep owners, due dates, blockers, and follow-up status trackable.
Receive meeting notes through a Make webhook
Send structured action fields to Jodoo
Confirm the HTTP writeback response
Track owners and blockers from one action record
VIDEO WALKTHROUGH
The video shows one meeting follow-up loop: Make receives a meeting-note webhook, the HTTP module posts to the Jodoo writeback layer, and Jodoo keeps the owner queue and follow-up record.
A Custom webhook receives a synthetic customer onboarding review with meeting title, date, decisions, risks, and follow-up context.
The HTTP module sends structured action fields to the Jodoo writeback layer and receives a successful response.
The writeback step maps the structured fields into a Jodoo meeting action record.
Teams can review open actions, due-this-week work, blocked items, owner queues, and the original workflow output.
DEMO SUMMARY
The walkthrough shows how a meeting summary becomes a Jodoo action record with owner, due date, priority, blocker, status, confidence, and original workflow output.
Meeting decisions often stay in notes instead of becoming tracked work.
The meeting-note payload enters the Make scenario through a Custom webhook.
Make posts the structured action fields into the Jodoo writeback step.
The test run creates a meeting action record with owner, due date, priority, blocker, and status.
The record can move into due-date views, owner queues, and blocker review.
Use the handbook, blueprint, and recipe to adapt the workflow.
PLATFORM SETUP NOTES
The Jodoo record model can stay consistent, but each agent platform has a different build style, testing view, and production handoff.
Make is strongest when an operations builder wants to watch the Custom webhook bundle, module operations, credit use, and HTTP response before scheduling the scenario.
The Jodoo writeback is isolated in one HTTP module, so headers, JSON body, status 200, response body, and retry behavior are easy to inspect.
This version fits teams that prefer Make History and a visual canvas for handoff reviews instead of node-by-node or code-first debugging.
WORKFLOW KIT
Review the field mapping, copy the Make workflow recipe, and use the Jodoo action tracker model before adapting the scenario to your own meeting source.
REUSABLE WORKFLOW
Transcript, note app, form, webhook source, or manual test note
Receives the webhook, sends the HTTP writeback, and confirms status 200
One JSON object with the fields Jodoo needs
Posts the JSON to the Jodoo writeback layer
Fields, views, owner queue, blocker status, and original output
WORKFLOW LOOP
Meeting notes arrive from a transcript, note app, form, webhook source, or manual test payload.
A Make Custom webhook receives the meeting title, date, and source notes.
A transformation, code, or agent step returns structured fields for decision summary, action item, owner, due date, priority, blocker, status, and confidence.
The Make HTTP module posts the structured result into the Jodoo writeback layer.
Jodoo creates the meeting action record and keeps original workflow output attached for review.
Teams work from owner queues, due-date views, blocked-item views, and follow-up dashboards.
FIELD MAPPING
| Agent or source data | Jodoo record fields |
|---|---|
| Custom webhook bundle: meeting_title, meeting_date, source_notes | Meeting Title, Meeting Date, Source Notes |
| Make mapping panel: decision_summary, action_item | Decision Summary, Action Item |
| HTTP module JSON: owner, due_date, priority | Owner, Due Date, Priority |
| HTTP module JSON: risk_or_blocker, follow_up_status | Risk or Blocker, Follow-up Status |
| Make run output: agent_confidence, response body, operation status | Agent Confidence, Original Agent Output |
AGENT RECIPE
You are a meeting follow-up assistant. Read meeting notes and return one structured action item that a team can track in Jodoo.
Use the webhook payload as context, then return JSON fields that the Make HTTP module can map into the Jodoo writeback request.
Return meeting_title, meeting_date, source_notes, decision_summary, action_item, owner, due_date, priority, risk_or_blocker, follow_up_status, source_platform, and agent_confidence.
{
"meeting_title": "Customer onboarding risk review",
"meeting_date": "2026-06-04 10:30",
"decision_summary": "Keep the June 10 training date if the import sample is approved this week.",
"action_item": "Confirm data import owner and send the import sample approval request.",
"owner": "Maya Chen",
"due_date": "2026-06-05",
"priority": "High",
"risk_or_blocker": "Training date may slip if the import sample is not approved by Friday.",
"follow_up_status": "Needs owner confirmation",
"source_platform": "make",
"agent_confidence": "0.86"
}JODOO STARTER APP
Use the field model, suggested views, and automation rules when you adapt the Make meeting action workflow for your team.
ROLLOUT CHECKLIST
Workflow kit
Keep the setup details for your team
A planning guide for the Make meeting follow-up loop, including the workflow, Jodoo fields, and rollout checklist.
Open handbookThe Jodoo field model, recommended views, and Make writeback mapping for adapting the meeting action tracker.
Open blueprintThe Make scenario shape, structured output schema, sample notes, expected JSON, and Jodoo field mapping.
Open recipeWORKFLOW
Make is useful when teams want a visual automation path. The Custom webhook and HTTP module make the trigger and Jodoo writeback easy to inspect before production use.
Meeting notes arrive from a transcript, note app, form, webhook source, or manual test payload.
A Make Custom webhook receives the meeting title, date, and source notes.
A transformation, code, or agent step returns structured fields for decision summary, action item, owner, due date, priority, blocker, status, and confidence.
The Make HTTP module posts the structured result into the Jodoo writeback layer.
Jodoo creates the meeting action record and keeps original workflow output attached for review.
Teams work from owner queues, due-date views, blocked-item views, and follow-up dashboards.
JODOO RECORD
Jodoo keeps the follow-up fields the team needs after the Make run: meeting title, decision summary, action item, owner, due date, priority, blocker, status, and confidence.
TEST RUN
The screenshots use synthetic meeting notes and show the Make scenario, a successful HTTP module response, and the Jodoo table row created by the workflow.

A Make Custom webhook and HTTP module form the meeting-note action tracking flow.

The HTTP module completed with status 200 after posting the meeting action to Jodoo.

The action item, owner, due date, priority, blocker, and status were written into Jodoo.
FAQ
Answers about using agent platforms with Jodoo records, workflows, and app templates.
Yes. The proof run used synthetic meeting notes, completed the Make HTTP module with status 200, and created a meeting action record in Jodoo.
The test used a compact free-plan-friendly scenario shape. Production use may need a paid plan depending on operations volume, scheduling, connected apps, and error-handling needs.
Yes. The source can be a transcript, note app, form, webhook, or manual test payload as long as the workflow sends predictable text into the Make scenario.
Jodoo stores the meeting title, date, source notes, decision summary, action item, owner, due date, priority, blocker, follow-up status, confidence, and original output.
The Jodoo record model is similar, but this page shows Make-specific setup: Custom webhook, HTTP module, Run once proof, status 200 response, and Make production caveats.
NEXT STEP
Start with one meeting action item, then adapt the same pattern to onboarding calls, project reviews, support escalations, and vendor follow-up.