Recent content by hoelee

  1. H

    Webhook Synchronize Task, Response Last Node Data

    I'm not requesting anything about my workflow, I'm just requesting Pabbly Connect implementation that is capable return the data after all action is finished running. Similar to N8N, Respond When Last Node Finishes. I hope my request & need is clear enough. Thanks.
  2. H

    Webhook Synchronize Task, Response Last Node Data

    I'm doing a Telegram telethon python bot, when the user selects the command menu, the bot would send an HTTP POST request to Pabbly webhook to retrieve some data from Google Sheets, I would like to directly use the response info for the Python bot reply in Telegram. The Python bot doesn't have...
  3. H

    Webhook Synchronize Task, Response Last Node Data

    After calling the Pabbly Connect webhook, the default response: {"status":"success","message":"Response Accepted"} Besides the default response, how to make it synchronize, and respond data of the last node after it is done? Thanks.
Top