Hi there, We are using the API to update some deals using batch:
POST/crm/v3/objects/deals/batch/update
So, in our website the code builts many SimplePublicObjectBatchInput as required and a single
BatchInputSimplePublicObjectBatchInput and when the API is called it returns following error:
Exception when calling basic_api->update: [500] Server error: 'POST https://api.hubapi.com/crm/v3/objects/deals/batch/update' resulted in a '500 Internal Server Error' response: {"status":"error","message":"internal error","correlationId":"dd8cc1fa-da7e-4f99-b10a-5d8fd859901d"}
We try our code with 2 records and It works fine, now the real test is trying to update 55 records at once, and It's not working
Can you share an example request, please? Seeing the full example can help the community understand what the formatting issue might be. Or it can allow us to try to reproduce your issue using a same/similar example.
Thank you! — Jaycee
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
Did you know that the Community is available in other languages? Join regional conversations by changing your language settings !
// Here occurs the 500 internal server error exception
guardar_log('Gestión de cartera', 'Fallo al reportar la cartera en Hubspot: Exception when calling basic_api->update: '. $e->getMessage(), basename($_SERVER['PHP_SELF']), false);