I’m trying to create a note on the organization level via API.
Doing that in a standalone request in Postman works just fine, but doing it in the Test script (see below) gives me a strange error I’m unable to fix.
I’m doing the same thing, passing on a JSON body to the API endpoint with the “content” and “org_id”, so the error message doesn’t make sense.
{
success: false,
error: 'Note needs to have a content.',
error_info: 'Please check developers.pipedrive.com for more information about Pipedrive API.',
data: null,
additional_data: null
}