I’ve got an automation to send reminders to our team members weekly, utilizing “Get deals timeline” API call. It’s been working for months but the automated weekly reminder, set to send out last night, failed, here is the call:
Loading it via browser, I receive: {“success”:false,“errorCode”:500}
But even when I try to attempt this API call from the testing grounds ( https://developers.pipedrive.com/ ) it fails there as well:
{
- “success”: false,
- “error”: “Something went wrong with the request, please check your request and try again!”,
- “error_info”: “Please check developers.pipedrive.com for more information about Pipedrive API.”,
- “data”: null,
- “additional_data”: null
}
Please have a look, thank you.