• 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. andrewstrealtor

    Delete posts on social platforms

    Pabbly Connect has integrations setup for Facebook, Instagram, and Twitter where you can make posts but is it possible to add a feature to delete posts with the generated response ID from the original post? I'm looking at custom API solutions, but I thought it would be a simple feature request...
  2. andrewstrealtor

    Data from webhook order changed

    The data coming in when I capture the webhook, used to come in a chronological order, now it's in some strange order like the numbers aren't recognized as smallest to largest but as digits. So instead of coming in as 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22, etc. it's ordering as...
  3. andrewstrealtor

    Error 500

    Why is this happening?
  4. andrewstrealtor

    Workflow step names not showing in history

    I have named every step of my workflow so I can track and troubleshoot issues but when I look at the steps of a completed workflow in the history, none of my named steps show the names I've taken the time to make. Why is this? I can't track issues without seeing the names of the steps in the...
  5. andrewstrealtor

    Instagram multiple photos

    Is it possible to use the Instagram integration app to post multiple photos in the same post? How would this be done?
  6. andrewstrealtor

    Data being altered with no visible difference in settings

    I am seeing two different results in the data being sent to my custom API when all settings are set to exactly the same in my workflows. I'm using \r\n as a carriage return in the data I'm submitting via a POST request and sometimes the data is altered to be \\r\n and other times it's only \r\n...
  7. andrewstrealtor

    Browser Error

    I see this error message almost every time I try to add another step in my workflow or save a change. Why does this keep happening and how do I stop this from happening?
  8. andrewstrealtor

    Iterator or Loop

    Is there a way to loop, possibly with the iterator or some other way, to do what I need? I have an integration with an image generator and I've generated many test images that are all being hosted by this provider. They don't offer a way to delete all the hosted images, but there is a GET...
  9. andrewstrealtor

    Iterator

    I'm trying to do some tests with the Iterator but following the examples I've found, something seems wrong with my account since nothing shows up as an option to Choose Array. I've set up a Text Formatter to enter the array values as shown in the first image and then whether I save or refresh...
  10. andrewstrealtor

    JSON Parsing issue

    I'm using a custom API to send data to an app I'm using. I'm trying to populate the JSON data in the POST request with a result from an earlier step in the chain, but even though the result is the exact same number, it doesn't work when I'm using the result from a step instead of manually having...
  11. andrewstrealtor

    Instagram Videos

    Instagram supports four video formats: Reels, Live, Stories, and Instagram Video. When using the integration on Pabbly for instagram video, is this posting as only a video post? Is there any way to add Reels and Stories as an option on Pabbly please?
  12. andrewstrealtor

    Queue for multiple requests/triggers

    I'm using a webhook as a trigger for several integrations. When multiple webhooks come in at the exact same time, some of my integrations can't handle processing multiple separate requests at the same time. Is there any way to set up a 'queue' of some sort as a step early in the chain of steps...
  13. andrewstrealtor

    API delete YouTube video

    Is it possible with Pabbly and can anyone help me with what to include in the API plugin to delete a specific YouTube video on my channel if I have the video ID? I feel like this should be simple and possible but when I look here https://developers.google.com/youtube/v3/docs/videos/delete I...
  14. andrewstrealtor

    Facebook Videos Thumbnail/Poster

    Can we add the ability to include a thumbnail/poster image from URL for Facebook Video integration? The video post integration is great but I want to be able to set the thumbnail/poster image.
  15. andrewstrealtor

    Multiple workflow from single webhook trigger

    Can I set up multiple workflows to do different integrations from the same webhook trigger or will they conflict with each other and cause problems? I'm trying to capture a webhook response but it's not responding. I suspect because I have another workflow active that's receiving the webhook...
  16. andrewstrealtor

    Webhook received while workflow still running

    What happens if another webhook is received that triggers the same workflow that's already running and possibly sitting in a delay waiting for a task to complete? Does the new data start it's own branch of the workflow or does the current workflow get interrupted and fail and only the latest...
  17. andrewstrealtor

    Can't save when values not populated

    I need to save an integration with fields that don't currently have data in them from the webhook event that was last received. The fields all work fine and do populate when run through the API but I can not save unless these fields have data. I should be able to set up and save without data...
  18. andrewstrealtor

    Webflow Update Live Item

    There seems to be issues with the integration to Webflow when I'm trying to update a live collection item. It keeps giving me error about the field and name and when I see the response message even though I've set every setting.
  19. andrewstrealtor

    Pabbly Connect API for YouTube Create Video

    Has anyone successfully set up Pabbly Connect with the API plugin to create new YouTube videos? I believe it should be possible, but when I read the YouTube technical documents, I can't understand what scripts I need to use and the proper formatting to input in the API plugin on Pabbly Connect...
  20. andrewstrealtor

    Custom API Data being modified

    I'm trying to set up a custom API to perform a PUT request but the data I've entered in is being changed. The data contains URL information and all the slashes '/' are getting an additional '\' slash added before it and it's breaking the proper formatting for the receiving app. I need to stop...
Top