Search results

  1. Preeti Paryani

    How can I limit the number of tasks per day in a workflow?

    Hello @Gerardo, You can achieve this use case using Pabbly Connect Manager by setting up a workflow as shown in the attached screenshot. To learn how to use Pabbly Connect Manager, please refer to the attached tutorial for a step-by-step guide.
  2. Preeti Paryani

    How can I automate the mass publication of new products on my Syphonie website?

    Hello @pavel, Thank you for reaching out. Currently, we do not have any direct integration with Syphonie in Pabbly Connect. Additionally, we could not find any public API documentation for Syphonie that would allow us to explore automation possibilities. If your Syphonie website supports...
  3. Preeti Paryani

    Python Module Parsing Error despite valid JSON

    Hello @sunstorm, Thanks for adding the update. If you face any further difficulties in the future, please feel free to reach out to us.
  4. Preeti Paryani

    HTTP 429 (too many requests) Fix

    Hello @adamkse, You can use code(Pabbly) to add the delay for seconds. Here is the code, it will add a 20-second delay: await new Promise(resolve => setTimeout(resolve, 20000)); output = [{wait: "20000ms"}];
  5. Preeti Paryani

    (#10) Application does not have permission for this action

    Hello @Khatana5597, The error (#10) Application does not have permission for this action usually occurs due to: Missing permissions (whatsapp_business_messaging, whatsapp_business_management, pages_messaging) in Meta Business Suite. Expired or invalid access token. The app is not approved for...
  6. Preeti Paryani

    Python Module Parsing Error despite valid JSON

    Hello @sunstorm, Thank you for bringing this to our attention. Our team has thoroughly investigated the issue and attempted multiple workarounds to resolve it. However, the problem appears to stem from the response received in Step 3 of your workflow. We recommend reaching out to Shopify...
  7. Preeti Paryani

    LinkedIn Post URL Limit

    Hello @expatpat, This issue may have occurred due to a long file URL. You can try using Bitly to shorten the URL—refer to this tutorial for more details. Alternatively, you can use Pabbly’s file uploader to upload the file and generate a supported URL. If the issue persists despite these...
  8. Preeti Paryani

    Whatsapp Cloud API template list is not populating

    Hello @Sridhar_N, Please provide more information on the issue you're facing along with the workflow URL so we can better look into the issue and assist you further.
  9. Preeti Paryani

    Not all emails being sent via Pabbly Gmail Workflow

    Hello @Girish, Thanks for the update, we'd love to hear your thoughts! If you have a moment, please rate us on Google. Your feedback helps us improve.
  10. Preeti Paryani

    Unable to see Template Name , while Configuring WhatsApp Cloud API

    Hello @Lucky Studios, Upon reviewing the video you shared, we noticed that it does not fully align with the process outlined in the tutorial above. Please go through the entire tutorial and set up the connection accordingly. If the issue persists, kindly share a screen recording of the complete...
  11. Preeti Paryani

    Python Module Parsing Error despite valid JSON

    Hello @sunstorm, Upon checking now for Response D, the code by Pabbly action seems to be working fine. Please check it on your end and let us know if it works fine for you.
  12. Preeti Paryani

    facing error in send email from close sequence

    Hello @nbfcadvisory, The error message suggests that the Email Sequence the contact is being subscribed to appears to be inactive, which is causing this issue. Please check the status of the sequence and ensure it is active to proceed successfully. Let us know if you need any further assistance.
  13. Preeti Paryani

    Not all emails being sent via Pabbly Gmail Workflow

    Hello @Girish, The error message "Gmail operation not allowed" indicates that the quota per minute limit was exceeded, which likely prevented some emails from being sent. In your workflow, 32 task histories encountered this error, which resulted in only a portion of the emails being...
  14. Preeti Paryani

    Python Module Parsing Error despite valid JSON

    Hello @sunstorm, Please allow us some time to look into the issue and as soon as we have any further updates we will get back to you.
  15. Preeti Paryani

    Unable to see Template Name , while Configuring WhatsApp Cloud API

    Hello @Lucky Studios, Please allow us some time to look into the issue and we will get back to you as soon as we have any updates.
  16. Preeti Paryani

    Whisper Transcription fails with Status 500 error message.

    Hello @Stephen Gordon, Thanks for the update, we'd love to hear your thoughts! If you have a moment, please rate us on Google. Your feedback helps us improve.
  17. Preeti Paryani

    Does anyone know How to Discard current tasks

    Hello @saurabhSharma, No, that would not get affected by the changes made you would be required to re-execute the entire workflow to get the changes reflected.
  18. Preeti Paryani

    JSON parse error

    Hello @fisto, Upon checking we have noticed that the description received from step 26 contains double quotes which leads the JSON to malfunction. Please add a text formatter action to replace the double quotes with single quotes from description and map the response to step 28 then and let us...
  19. Preeti Paryani

    Google My Business to Direct Reply Using By Pabbly Connect

    Hello @aryanmaurya01, You can refer to the below-shared tutorial to set up the workflow. However, if you face any issues please share the workflow URL with us so we can better look into the issue and assist you further.
  20. Preeti Paryani

    Does anyone know How to Discard current tasks

    Hello @saurabhSharma, The changes will reflect for the steps after the step where the tasks were stopped. Any tasks that have already been executed will not be affected by the modifications.
Top