Back to Partners Directory
Partner
LaShae Turner logo

LaShae Turner

I build production-grade automation workflows that turn messy real-world inputs into clean, usable outputs. My focus is practical: reduce manual follow-up work, eliminate dropped action items, and make teams faster after meetings—without adding process overhead. I’m strongest at prompt+schema design, validation, and building workflows that survive real users (not just demos).

Interests

No-Code/AutomationAI/TechProductivity

Target Audience

Operators, consultants, sales teams, founders, customer success, and anyone who runs frequent calls and needs consistent follow-up. Especially teams that live in transcripts and spend too much time turning “what we said” into “what we’re doing next.”

What to Expect

Workflow templates that are immediately useful and copy/paste ready: structured summaries, decisions, action items with owners and due dates, client-ready follow-up emails, and CRM notes. Expect tight schemas, reliability-first build choices, and templates designed for real usage (forms + email delivery), not just testing inside the builder.

Follow-Up Pack — Transcript to Email (Template)

Turn a raw meeting transcript into a polished Follow-Up Pack (summary, decisions, action items, and a ready-to-send follow-up email). Built for consultants, operators, founders, sales calls, and customer success—anyone who wants consistent follow-through after meetings.


What this template does

When a transcript comes in, the workflow:

  1. Normalizes the input payload (so different sources can work)
  2. Uses an AI Agent to generate a structured Follow-Up Pack:
    • meeting summary
    • key decisions
    • action items (owners/dates when available)
    • a professional follow-up email draft
  3. Formats the final email content
  4. Sends the email via Resend (if enabled)
  5. Returns a clean JSON response for testing and automation chaining

Nodes (high level)

  • Webhook Trigger — intake point for transcript payloads
  • Normalize Input (Code) — ensures stable input fields + supports test runs
  • AI Agent (Follow-Up Pack Generator) — generates the follow-up pack + email draft
  • Format Output (Code) — formats email subject/body and final response JSON
  • Send Email (Resend via HTTP Request) — sends email when variables + recipient are provided

Webhook input format

Send a JSON body like this:

{ "transcript": "Jordan: Thanks for meeting today... (full transcript here)", "requester_name": "Jordan", "requester_email": "jordan@example.com", "meeting_title": "Acme Freight — Mobile App Issue Review", "meeting_date": "2026-02-22", "company": "Acme Freight", "tone": "professional" }

Minimum required field:

  • transcript (everything else is optional)

Output format (Follow-Up Pack JSON)

Example response shape (fields may vary slightly depending on your configuration):

{ "status": "success", "follow_up_pack": { "meeting_title": "Acme Freight — Mobile App Issue Review", "summary": "Discussed the iOS login redirect loop impacting multiple users after the latest release...", "decisions": [ "Roll back the auth redirect change if workaround fails within 24 hours." ], "action_items": [ { "task": "Reproduce the login loop on iOS and identify the triggering redirect condition.", "owner": "Engineering", "due_date": "2026-02-23" }, { "task": "Send customer a workaround + ETA for a permanent fix.", "owner": "Support", "due_date": null } ], "email": { "subject": "Follow-Up: Acme Freight — Mobile App Issue Review", "body": "Hi Jordan,\n\nThanks again for today...\n\nSummary:\n...\n\nDecisions:\n...\n\nNext steps:\n...\n\nBest,\nFollow-Up Pack" } }, "metadata": { "processed_at": "2026-02-22T18:55:08.061Z", "test_mode": false } }


Testing (no email required)

You can test the workflow end-to-end without enabling email sending:

  1. Run a test webhook payload containing transcript
  2. Confirm the response includes:
    • summary
    • decisions
    • action items
    • email draft (subject + body)
  3. Verify the JSON response returns cleanly

The email step is optional and can be gated so the template still runs if variables are not set.


Email sending (Resend) — workflow variables

To enable actual email sending, you'll need to set these workflow variables:

  • RESEND_API_KEY — your Resend API key
  • FROM_EMAIL — verified sender email in Resend
  • FROM_NAME (optional) — display name, defaults to "Follow-Up Pack"
  • REPLY_TO (optional) — reply-to address

Email will send only when:

  • requester_email is provided, AND
  • RESEND_API_KEY and FROM_EMAIL are set

Notes for reviewers

  • This template is designed to be testable without external setup (webhook in → follow-up pack JSON out).
  • Email sending via Resend is documented and can be enabled by setting workflow variables.
  • Output is clean, automation-ready, and designed for real meeting follow-through.

Workflow Templates by LaShae Turner

Community workflow templates contributed by LaShae Turner.

Universal Intake → Work Pack Router

Turns messy intake requests into a structured Work Pack with category, priority, summary, action items, routing, and confirmation message. Trigger via webhook and get clean JSON back. Ideal for support, ops, sales, recruiting, legal, finance, or engineering intake. Includes optional Slack/Sheets/Gmail nodes.

Slack
Google Sheets
Google Mail
LaShae Turner

Customer Feedback → Action Pack

Converts messy, unstructured customer feedback into a clean, automation-ready Action Pack via webhook. Outputs structured JSON with category, sentiment, urgency, summary, key points, recommended next action, routing to an owner team with human-approval flag, and a suggested reply. Built-in test cases included for instant testing without connectors.

Needle Logo
LaShae Turner

App Reviews → Product Insights Pack

Webhook-based workflow that converts app-store reviews into actionable product insights. Outputs structured JSON with overall sentiment and confidence, theme clusters with counts, pain points with severity bumping for critical issues, prioritized feature requests with evidence, recommended actions mapped to owner teams, and roadmap tags. Built-in test cases included.

Needle Logo
LaShae Turner

Churn Risk → Retention Pack

Webhook-triggered template that turns cancellation messages and frustrated customer feedback into a structured retention plan. Outputs clean JSON with churn risk level and score, churn signals, root causes, recommended next action, retention play with strategy and talking points, routing with approval flag, and suggested reply. Built-in test cases for instant testing.

Needle Logo
LaShae Turner

Candidate Intelligence Pack

Webhook-triggered recruiting template that turns a resume and job description into a structured, evidence-based screening artifact. Returns a role-aligned scorecard across 7 dimensions, grounded evidence excerpts, strengths, risks with interview probes, must-have requirement checks, and a targeted screening plan. Built for tech recruiters, hiring managers, and founders.

Needle Logo
LaShae Turner

Follow-Up Pack — Transcript to Email

Turn any meeting transcript into a complete follow-up pack and email it automatically. Takes a raw transcript via Google Forms and generates a 5-bullet summary, key decisions, action items with owners and due dates, a polished follow-up email draft, and a CRM note. Built with validation to keep results reliable across different transcript styles.

google_forms
LaShae Turner

Want to showcase your own workflows?

Become a Needle workflow partner and turn your expertise into recurring revenue.

    Needle LogoNeedle
    Like many websites, we use cookies to enhance your experience, analyze site traffic and deliver personalized content while you are here. By clicking "Accept", you are giving us your consent to use cookies in this way. Read our more on our cookie policy .