• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Reply Email to Trigger / Continue Workflow

shane6836

Member
Hey everyone - have a workflow that is triggered from a webhook when a folder name is updated in Sharepoint (this is captured in Make and the data sent to Pabbly via a Webhook - Pabbly then goes and updates specific data across multiple places).

The issue is that we have discovered a couple of things that end up triggering this that are not really possible to circumvent.

Ideally, I would like a step in Pabbly where an email is sent to me directly to alert me of the workflow being initiated and essentially asking for approval to proceed (so when it is triggered as a result of something else we don't want to trigger it, I can chose to stop the workflow at that point.

Anyone have any ideas around how we could achieve this? My thoughts would be that the workflow would send me an email, and I would reply either "Yes" or "No" to tell it what to do - if needed, I could split the workflow into two different ones - one to catch the Make webhook and do the prep work, and then send me the email, and then a second workflow to capture my response and proceed accordingly
 

Preeti Paryani

Well-known member
Staff member
Hello @shane6836,

Thank you for sharing the details.

This functionality is not natively supported in Pabbly Connect; however, you can achieve a similar result using a two-workflow approach as a workaround.

Workflow 1 – Logging and Awaiting Approval
  • Trigger this workflow via the webhook from Make when the folder name is updated in SharePoint.
  • Add an action step that records all the relevant information in a Google Sheet, including a blank column titled "Approval" or "Status".
  • This workflow stops after the data is recorded in the sheet.
You can then review the sheet and manually enter your approval by typing "Approve" or "Reject" in the designated column.

Workflow 2 – Processing Based on Approval
  • Set up a second workflow that uses Google Sheets as the trigger.
  • This workflow will be triggered only when an entry is made in the approval column.
  • If the status is marked as "Approve", the workflow proceeds with the required actions across your connected platforms.
This setup gives you manual control over whether the next steps in your workflow are executed, and helps prevent unintended triggers from moving forward automatically.
 
Top