• 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 $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

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

Partial Failed Tasks while using Whatsapp API

shubhangi

Member
So I have 2 workflows:
1) Google Sheets to WhatsApp API (to send messages from google sheet to customers)
2) WhatsApp API Replies (to see their replies)

I executed the 1st worflow and got a LOT of partially failed tasks.
Can you help me with this?
Do I need to manually re-execute each task? IDK if that would work either!

Attaching the error message screenshots below.
 

Attachments

  • Screenshot from 2022-07-28 20-26-01.png
    Screenshot from 2022-07-28 20-26-01.png
    164.2 KB · Views: 155
  • Screenshot from 2022-07-28 20-25-47.png
    Screenshot from 2022-07-28 20-25-47.png
    185.6 KB · Views: 150
  • Screenshot from 2022-07-28 20-25-42.png
    Screenshot from 2022-07-28 20-25-42.png
    172.4 KB · Views: 144
  • Screenshot from 2022-07-28 20-29-42.png
    Screenshot from 2022-07-28 20-29-42.png
    175.1 KB · Views: 145
P

Pabblymember11

Guest
Hey @shubhangi

1) Google Sheets to WhatsApp API (to send messages from google sheet to customers)
2) WhatsApp API Replies (to see their replies)

I executed the 1st worflow and got a LOT of partially failed tasks.
Can you help me with this?
Do I need to manually re-execute each task? IDK if that would work either!

As we can see from your shown error, you have exhausted your rate limit to pass the request to write data per minute by "Google Sheets: Add New Rows".

1659074534484.png


Google API documentation for the error which you have got.

cloud.google.com
Errors | Cloud APIs | Google Cloud
cloud.google.com cloud.google.com

Moreover, you are also running the tasks in bulk and because of that, the error has occurred by the Google API. So, we should suggest you to use a delay action step to delay the task to run after 1 min after every update of value, in that way you wouldn't be exhausting your rate limit.
(Add this action step before the "Add New Row" action step)

Perhaps you should control the trigger response from your Cloud API trigger.
 
Top