Search results

  1. andrewstrealtor

    YouTube Post Video Playlist

    You've recently added the ability to upload videos to YouTube but I don't see any way to specify the playlist for the video to be added to. Can you please add this missing field and ability?
  2. andrewstrealtor

    YouTube Create Video doesn't work

    I received an email that there was now a feature to be able to upload videos to YouTube. I've tried it and it doesn't work. The upload video shows no errors and after 20 minutes no video has been uploaded to my YouTube account. Then when I run the Get Video Upload Status on the response ID it...
  3. 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...
  4. 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...
  5. andrewstrealtor

    Error 500

    Why is this happening?
  6. 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...
  7. 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?
  8. 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...
  9. 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?
  10. 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...
  11. 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...
  12. 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...
  13. 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?
  14. 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...
  15. 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...
  16. 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.
  17. 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...
  18. 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...
  19. 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...
  20. 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.
Top