• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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: 79
  • Screenshot from 2022-07-28 20-25-47.png
    Screenshot from 2022-07-28 20-25-47.png
    185.6 KB · Views: 73
  • Screenshot from 2022-07-28 20-25-42.png
    Screenshot from 2022-07-28 20-25-42.png
    172.4 KB · Views: 72
  • Screenshot from 2022-07-28 20-29-42.png
    Screenshot from 2022-07-28 20-29-42.png
    175.1 KB · Views: 77

Supreme

Well-known member
Staff member
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