Search results

  1. Fagun Shah

    Cancellation on Failure

    If you want to stop execution of remaining steps of the workflow when any particular step fails then use Filter after that step that it should only go ahead if the success response is received from above step. But you need to add this kind of filter for each step. Regarding your question to how...
  2. Fagun Shah

    Cannot iterate array result from API because Pabbly simplifies the data

    Turn of the simple response toggle to capture data in array format -
  3. Fagun Shah

    Lark Documents

    You can request new integration here - https://pabbly.hellonext.co/ And if you are a developer then you integrate any application with API by following this guide - https://forum.pabbly.com/forums/pabbly-connect-app-integration-guide/
  4. Fagun Shah

    Multiple Trigggers

    For your usecase Uchat or Chatrace are better platforms as they serve as Chatbot builder and Inbox together. Pabbly won't be a easy fit for your workflow.
  5. Fagun Shah

    Cloning Automations - Webhook Should Update

    Have you looked closely or may be try text comparison website to see the difference. Webhooks are never the same for 2 different workflows, even if you clone existing workflow or share it with someone.
  6. Fagun Shah

    Iterator

    Nothing is wrong with you account. You are using the iterator incorrectly. In text formatter you need to turn of the Simple Response toggle and they click on save and send test request. That will give you the array to use inside iterator.
  7. Fagun Shah

    Landbot integration

    Webhook URLs are never the same. Look closely to the last part of the Webhook URL. They are always unique.
  8. Fagun Shah

    My Google Form Trigger is not working

    You have not followed my video. I highly recommend to watch my video or watch any video from pabbly's youtube channel which use Gsheet as trigger. Are you logged in using multiple account in your browser? If yes, then please use incgnito mode with only single login which is the owner account of...
  9. Fagun Shah

    My Google Form Trigger is not working

    You can also check this video -
  10. Fagun Shah

    My Google Form Trigger is not working

    Share the screen recording using Loom extension so others can help you.
  11. Fagun Shah

    Pabbly Router logic not working as expected -- Please help!

    You can not use $ or spaces when comparing numbers. Use text formatted actions to only keep the numbers and remove $ and spaces.
  12. Fagun Shah

    Formaloo

    It works for me, where did you find the issue -
  13. Fagun Shah

    Autonami connections

    Autonami has incoming webhook suport as well , so you can use that with Pabbly API module to send data to Autonami -...
  14. Fagun Shah

    PROCESS DATA RECEIVED SINCE LIMIT WAS EXCEEDED

    You can re-execute from history.
  15. Fagun Shah

    Questions related to WHATSAPP API

    You need to use Inbox solutions available in market for that. I personally don't recommend using Cloud API at all, bcoz of almost zero support from facebook and no billing option for India, so you can not start more that 1000 conversations per month. I would recommend something like WATI.io...
  16. Fagun Shah

    About integration

    To send data to any application via Pabbly that application needs to have REST API, and since WP Amelia does not have REST API , this is not possible. You can use Amelia as trigger but not action in the workflow.
  17. Fagun Shah

    Questions related to WHATSAPP API

    Green tick has nothing to do with Pabbly Connect. Contact facebook support for that.
  18. Fagun Shah

    Whatsapp Cloud API Not Sending Messages

    You need to send use Send Template message action instead of Text Message action.
  19. Fagun Shah

    Can Pabbly Connect handle pagination?

    We are trying to use MailShake API to get Activity report for Sent. Now the issue is that the limit is 25 records per API call and then you need to setup pagination using nextpage token. But we don't know if that is possible in pabbly connect or not. And if possible let us know how can we do...
Top