Clay Icon

How to Pause Smartlead Sequences for Leads via API Integration

·
·

Is there a way to pause a Smartlead sequence for a particular lead from Clay? E.g. if we have Smartlead running in parallel to a linkedin campaign, then the linkedin receives a reply, we want to pause the Smartlead sequence via API

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Based on the available Smartlead.ai integrations in Clay, you have two options to handle this scenario: 1. Remove the lead from the campaign entirely using the "Remove Lead from Campaign with Smartlead.ai" action. 2. Update the lead's information in the campaign using the "Update Lead in Campaign with Smartlead.ai" action, which allows you to modify lead details and custom fields within a specific campaign. To implement this in your workflow: 1. First use the "Lookup Lead Status in Campaign with Smartlead.ai" action to verify the lead's current status 2. Then use either the Remove or Update action based on your specific needs 3. You'll need to provide: • Campaign ID • Email address of the lead • Any additional fields you want to update (if using the Update action)

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Did that answer your question?

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.

  • Avatar of Muhammad S.
    Muhammad S.
    ·
    ·

    yes, you can. Whenever someone responds on linkedin the tool fires a webhook <> catch that webhook in clay or somewhere else and then stop that lead in smartlead

  • Avatar of Henry J.
    Henry J.
    ·
    ·

    But how do I stop the lead in Smartlead via the API? Does updating the lead category do that? I don't want to remove the lead entirely from Smartlead

  • Avatar of Muhammad S.
    Muhammad S.
    ·
    ·

    yes, you can pause a lead using smartlead api

  • Avatar of Henry J.
    Henry J.
    ·
    ·

    How do I do that? Was looking through the Smartlead options in Clay and I couldn't find a way to

  • Avatar of Henry J.
    Henry J.
    ·
    ·

    Same issue in Make.com

  • Avatar of Henry J.
    Henry J.
    ·
    ·

    Actually make.com you can - Clay I don't think you can?

  • Avatar of Muhammad S.
    Muhammad S.
    ·
    ·

    you can do in clay as well, you just have to hit the right end point using http api

  • Avatar of Muhammad S.
    Muhammad S.
    ·
    ·

    check if

  • Avatar of Henry J.
    Henry J.
    ·
    ·

    Yep - but I don't want to remove the lead, I want to pause it

  • Avatar of Henry J.
    Henry J.
    ·
    ·

    I see! So I'd do that via HTTP API