Automate personalized sales follow-up messages after every call

Drafts a personalized follow-up message after each sales call and shares it across Slack, Teams, and Telegram.

How the work actually flows

It branches. Every path runs; runs once per each new contact interaction.

Pattern: Parallel Split (2) ยท Multiple Instances without Synchronization (12)

flowchart TD trig(["scheduled interaction check"]):::trigtime s0["check recent contact interactions"]:::task s1[["pull contact details from crm"]]:::mi s2["draft personalized follow up"]:::svc trig --> s0 s0 -->|"one per each new contact interaction"| s1 s1 --> s2 gx{"+ where to share the draft"}:::gate s2 --> gx p00["post draft for review"]:::task gx -->|"main chat channel"| p00 p10["share the draft"]:::task gx -->|"backup chat channel one"| p10 p20["share the draft"]:::task gx -->|"backup chat channel two"| p20 p00 --> out p10 --> out p20 --> out out[/"personalized follow up shared everywhere"/]:::out pay{{"faster more personal follow ups"}}:::pay out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceRuns once per itemEvery pathResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
AI Agents & Autonomous SystemsCRM & Sales PipelineMessaging & Notifications
Connects
HubSpotOpenAISlackMicrosoft TeamsTelegram

The problem it solves

After a demo or sales call, following up quickly and personally matters, but writing a thoughtful message for every lead takes time you don't always have. Follow-ups get delayed or sent as generic templates that don't land.

Who it fits

Sales teams who want fast, personalized follow-ups after every customer interaction.

How it works

  1. On a schedule, the system checks recent contact interactions
  2. Contact details are pulled and confirmed from HubSpot
  3. OpenAI drafts a short, personalized follow-up referencing the last interaction
  4. The draft is posted to Slack for the sales team to review
  5. The same message is shared to Microsoft Teams and Telegram so nothing is missed
What you get

Follow-ups drafted and ready for your review

You get a personalized follow-up message drafted after every sales call, shared with your team the moment it's ready.

What you get

A ready-to-send, personalized follow-up message shared across your team's chat tools.

What you need

A HubSpot account, an OpenAI API key, and Slack, Microsoft Teams, or Telegram accounts.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook