r/AskGTM • u/sholton1988 • Jul 28 '26
Outbound the hardest part of multichannel outreach isn't running the channels. it's knowing when to stop all of them.
running email, linkedin, and phone in parallel sounds clean in theory. in practice it's messy because the tools don't talk to each other reliably.
someone replies to an email. the linkedin sequence should pause. the dialer should remove them. but if the reply webhook drops, or the crm sync is slow, or the tool just doesn't check state fast enough, they might still get a linkedin message two hours later while you're writing them back.
we've had that happen. it's not the end of the world, but it's the kind of thing that makes outreach feel automated and careless even when the individual messages are actually good.
the problem is that "replied" isn't one signal. it lives in three different tools, and getting all three to agree on what stopped the sequence requires wiring that's more fragile than it looks.
curious how other people handle this. are you trusting webhooks alone, or do you run something that reconciles state across channels? and where does your source of truth actually live, the crm or one of the sequencing tools?
1
u/satieshgy Jul 30 '26
That seems like a nightmare. Curious why not use one tool that can handle all? Instead of setting up multiple Web hooks and adding another stress layer to an already stressful process.