I have an API endpoint that I send data to through Zapier. The endpoint has a 4 Step process to get the data distributed in the database.
The endpoint works well when I send 1-2 pieces of data at a time, however once I trigger zapier with 3 pieces then only 1 or 2 of them complete all 4 steps. Rest only complete 2. I tried it a few times with same data, always deleted it. And each time different data gets created.
Can API End handle more data at once? Do I need to set up other workflows?
Hi @Martin. Yes, an endpoint can handle more. You’ll likely get some good help here in the forum if you post some screenshots from your endpoint, as well as the zapier side of things.
In saying it worked once, are you saying that step 4 created a new job on the first pass, and then on the second attempt with the same data, no new job was created? If so, that would make sense to me as the second pass would have modified the first job created because it is a make changes action.
And just to make sure this is pointed out, zapier is pointed to your live site, so just make sure you are deploying your bubble changes each time you try something…or, change zapier to point to your test site.
It is pointed to live site. It basically works just skips, the last step at random. Or so it seems that it is random. I know I am setting up something wrong, just don’t know what yet.
I have put together a manual work around as I need to keep delivering for clients. I’ll post once I come back to this with a solution. Thank you for your responses.