• 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 $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Subscription Billing โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Chatflow โ€” Lifetime Access for $249 โ€” View Offer

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

Search results

  1. Hermes

    webhook action

    I am talking about Pabbly Connect (and not Integrately)
  2. Hermes

    webhook action

    Api by Pabbly is what you need.
  3. Hermes

    Iterrator of workflow

    Seems like this: https://forum.pabbly.com/threads/chain-json-results-as-string.145/ You get results: 1: name A 2: name B 3: name C you want to send like this name A, name B, name C
  4. Hermes

    Create a Task in Plutio from a Task template

    @peter Parameters should be: token templateId taskGroupId title If a task is added, immediately create an action to change the task (use taskid from step above) and edit the values you need to change.
  5. Hermes

    Create a Task in Plutio from a Task template

    This is an example how you can create api calls to plutio: https://hera.nimbusweb.me/s/share/4425716/u128ear3ti6lticxrean?fbclid=IwAR1XCGvKne0s8i1JgGM5XmbbXF27N4G8iH6Dig5kXJa4AgT6pNEzQYCVfTI
  6. Hermes

    Create a Task in Plutio from a Task template

    Otherwise it can be done if you know how to set up api calls to plutio: https://docs.plutio.com/#tasks-create-task I have created a few tutorials in the facebook group how you can do that.
  7. Hermes

    Create a Task in Plutio from a Task template

    Create from template is not yet in Plutio (i see now). The difference between create task from template and this way (just create task) is that subtasks wont be available (they are in templates) and colours. So if you want to be able to create task from template you need to request that here...
  8. Hermes

    Automation reporting?

    I am working with routers, so after the webhook I do tasks that is necessary for all outcomes and then I create a router. After a task is executed and I receive a message I click on capture webhook again, hit on rerun the task (looked where the problem was) and add a new router to solve the problem.
  9. Hermes

    Automation reporting?

    You mean something like this: That would be great, but very hard to realize because its a main restructuring of the process. This is a workflow in Flexie, in Flexie I can drag actions. But all actions should be code manual. In Pabbly fields are draggable. But yes, I would be very happy if...
  10. Hermes

    Data duplication in the workflow

    I am only trying to help, I cant see your workflow. But if you look at 6.27 in the youtube you can see the fields events and contains. My quess would be that you need to add an iff or a router to set only succesfull payments through. Please check history of the workflow and see if all steps of...
  11. Hermes

    Data duplication in the workflow

    And looking for youtube razorpay should do the trick aswell, maybe this 1:
  12. Hermes

    Data duplication in the workflow

    When such things happen, you need to analyse the webhooks. So list all fields that are available in a spreadsheet and analyse them. I assume that you need to search for a field "payment succeeded".
  13. Hermes

    Focuster to Ora (Completed Task)

    When a task is created in Focuster normally you get a task id. Such ID should be saved (preferably in Ora or else you should create a spreadsheet where you can save id's from Ora and Focuster that match. I dont use both tools, but I use other tools that works this way.
  14. Hermes

    SOLVED Error with Slack (send image to channel)

    So now no error, but a warning. Problem was that the webhook had different parameters that alt_text was empty.
  15. Hermes

    SOLVED Error with Slack (send image to channel)

    Made an adjustment; { "channel": "C01QARQ7L31", "blocks > 0 > type": "image", "blocks > 0 > title > type": "plain_text", "blocks > 0 > title > text": "+31 6 number name ", "blocks > 0 > image_url": "https://........jpeg", "blocks > 0 > alt_text": "Betreft " } error is...
  16. Hermes

    SOLVED Error with Slack (send image to channel)

    Last few days images give an error: Data out { "ok": false, "error": "invalid_blocks", "errors > 0": "must be more than 0 characters [json-pointer:/blocks/0/alt_text]", "warning": "missing_charset", "response_metadata > messages > 0": "[ERROR] must be more than 0 characters...
Top