The Follow Up frame is the final stage of the v1 call workflow — the output and persistence layer. Everything generated upstream (in the Post-Call frame) lands here. It pulls Cloud Latitude's brand design assets from a Google Drive folder, applies them to the generated content, saves all artifacts into a per-account plan folder, then mirrors everything into HubSpot as notes, deal updates, tasks, and file attachments.
┌──────────────────────┐
│ PART 1 — SOURCE │ pull brand assets from Drive
│ & APPLY CONTENT │ → apply to generated content
└──────────┬───────────┘
▼
┌──────────────────────┐
│ SAVE OUTPUTS │ [Account_Name]_plan in Drive
└──────────┬───────────┘
▼
┌──────────────────────┐
│ PART 2 — UPDATE │ add note · update deal
│ HUBSPOT (×4) │ create task · attach files
└──────────────────────┘
Pull the brand design source material from the linked Google Drive folder. Three assets are required:
GET CLOUD LATITUDE
DESIGN.MD, DESIGN SYSTEM,
UI KIT FROM THIS FOLDER >
Drive folder (as written on the board):
1o41Z- / 2jYiW_d_mN6z9TvO7yvZxZgca / N?usp=drive_link). Documented as-is above; treat the full URL as the intended link.Take the Design System and UI Kit pulled in Step 1 and apply them to the content generated upstream (the post-call deliverables — one-pagers, slides, summary emails). This is the brand-application step.
APPLY TO CONTENT
Every generated artifact is saved into a per-account folder in Google Drive, named with the account name.
Convention: [Account_Name]_plan — one plan folder per account acts as the single source of truth for that account's generated materials.
Mirror the call's outputs into the CRM record. Four sequential actions, each a write to HubSpot:
| # | Action | Verb on board | What it does |
|---|---|---|---|
| 4a | add note | add note | Create a note on the contact/deal record capturing the call summary |
| 4b | update deal | update deal | Update the deal record (stage, fields, BANT/MEDDPIC, next steps) |
| 4c | create task | create task | Create a follow-up task (e.g. next-step reminder) |
| 4d | attach files | attach follow up items as files | Attach generated artifacts (one-pager, slides, summary email) as files to the record |
Strict top-to-bottom reading order of every text element inside the frame, transcribed exactly.
| # | Part | Verbatim text |
|---|---|---|
| 1 | Source | GET CLOUD LATITUDE |
| 2 | Source | DESIGN.MD, DESIGN SYSTEM, |
| 3 | Source | UI KIT FROM THIS FOLDER > |
| 4 | Apply | APPLY TO CONTENT |
| 5 | Save | Save all outputs to |
| 6 | Save | [Account_Name_plan] in |
| 7 | Save | google drive |
| 8 | HubSpot | update hubspot |
| 9 | HubSpot | add note |
| 10 | HubSpot | update deal |
| 11 | HubSpot | create task |
| 12 | HubSpot | attach follow up items as files |
| 13 | URL | https://drive.google.com/drive/folders/1o41Z-2jYiW_d_mN6z9TvO7yvZxZgca?usp=drive_link ⚠ mangled on board |
1o41Z- / 2jYiW_d_mN6z9TvO7yvZxZgca / N?usp=drive_link). Reassembled above as the intended URL; verify the folder ID before relying on it.[Account_Name_plan] — convention is one _plan folder per account.