Error 202 posting a Subscriber State Change

Hello everyone. I’m adding subscribers to marketing events with email-upsert, everything looks fine, I don’t get any errors, but when I make a POST request, it throws a 202 response and no error is shown. Any solution?

Hi, @TbotTest :waving_hand: Are you still experiencing this issue? Thank you! — Jaycee

Hi @Jaycee_Lewis! Luckily not. I found out that the problem was the date format. Here is someone who had the same problem: https://community.hubspot.com/t5/APIs-Integrations/Add-subscribers-to-marketing-events-with-email-upsert/m-p/532503#M49037
Anyway, as a recommendation, I think that the 202 response (actually all of them) should return more information about what is failing, because it did not show anything, or that the data types sould match between the objects, and not like in this case than in the rest of objects the date format is DateTime and in activity records it is an integer.

Hope this helps someone!
Greetings and thank you

Hi @Jaycee_Lewis I am experiencing the same issue.