Recover Abandoned Squarespace Carts With an Automated Telegram Nudge

When a Squarespace shopper leaves items behind, this waits, checks they haven't purchased, and sends a friendly Telegram reminder — reclaiming revenue that would otherwise vanish.

difficulty Intermediatesetup 40 minresult Shoppers who abandon a Squarespace cart receive one well-timed Telegram reminder, lifting checkout completion without any manual chasing.
  1. 1

    Step 1 — Detect the abandonment

    Add the Squarespace trigger for Checkout Created/Cart Abandoned. Capture the customer contact, the cart contents and the recovery URL.

  2. 2

    Step 2 — Wait a respectful hour

    Add a Wait node set to 1 hour. Long enough that you're not nagging, short enough that intent is still warm.

  3. 3

    Step 3 — Check they didn't already buy

    Add a Squarespace node to look up the order by email, then an If node: only continue if no completed order exists. This prevents reminding people who already paid.

  4. 4

    Step 4 — Send the Telegram reminder

    Add a Telegram node. Set Operation to Send Message, enter your chat ID, and build the message from a short message plus the {{ $json.recovery_url }}. Create the bot with @BotFather and add its token as a credential.

Frequently asked questions

Won't this annoy customers?

One reminder after a one-hour wait, and only if they haven't purchased, is standard e-commerce practice. Keep it to a single message and include an easy way to finish checkout.

Can I add a discount code?

Yes — generate or reference a code in Step 4's message. Many stores see the best recovery with a small, time-limited incentive.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.