Group Chat Workflow - Any CRM

Last updated: April 12, 2026

Last Updated: April 12, 2026


Customer-Facing Guide

Overview

Use this workflow pattern when you want Sendblue to create a group iMessage with a lead plus one or more internal teammates, but your CRM setup is not limited to one vendor-specific template.

What you need before you build it

  • A valid lead phone number in a clean format.

  • The internal participant emails for teammates who are already connected as Sendblue users.

  • A clear rule for who the sender/owner should be.

  • A CRM trigger that fires only when the contact is actually ready for a group conversation.

Recommended build pattern

  1. Trigger the workflow from the CRM event that should start the group conversation.

  2. Normalize the lead phone number before the group message step.

  3. Resolve the sender and the internal participant emails.

  4. Use the Group iMessage action/steps to create the thread and send the opening message.

  5. Add response handling so the workflow does not keep pushing automation after humans start replying.

  6. Test the full participant set with real connected users before rolling it out broadly.

Field checklist

Field / conceptWhat to make sure is true
Lead phone numberIt is valid, present, and mapped from the right CRM field.
Internal participant emailsEvery email belongs to a connected Sendblue user.
Sender / ownerThe message starts from the correct person and number context.
Opening messageIt makes sense for a group conversation and clearly frames who is in the thread.

Common failure points

  • One or more participant emails are not actually connected to Sendblue.

  • The lead phone number is malformed or pulled from the wrong CRM field.

  • The sender is wrong, so the thread starts from the wrong number or owner context.

  • The workflow keeps running after humans reply because there is no response-handling exit.

How to test it properly

  1. Use a real internal test team with connected Sendblue users.

  2. Trigger the CRM event exactly the way a real lead would trigger it.

  3. Confirm the group thread was created with the expected lead and internal participants.

  4. Confirm the opening message came from the right sender.

  5. Reply in the thread and confirm the workflow stops or branches the way you intended.

Related guides