Subscription Callback for Record Creation Sends Duplicate IDs
Hey there!
I'm seeing a new issue appear with the Subscription API where the body sent to the specified subscription endpoint is sending duplicate IDs for the same action. For example, I create a single record in Zoho, and the subscription endpoint sends the same ID four times in the body.
Per the subscription docs, a create action should only send a single ID. I count on the API only submitting a single ID, so for now I have to locally cache the processed IDs so I don't do the same action twice and trigger other server errors.
This was also definitely working a few days ago, so something has changed on your end where you are now sending the ID multiple times.
Would love to have this fixed!