Create note

POST {{baseUrl}}/crm/notes?raw=false

Create note

Request Params

KeyDatatypeRequiredDescription
rawbooleanInclude raw response. Mostly used for debugging purposes

Request Body

{"title"=>"{{$randomBs}}", "content"=>"{{$randomLoremSentences}}", "owner_id"=>"{{primaryOwnerId}}", "contact_id"=>"12345", "company_id"=>"12345", "opportunity_id"=>"12345", "lead_id"=>"12345", "active"=>true}

HEADERS

KeyDatatypeRequiredDescription
x-apideck-consumer-idstring(Required) ID of the consumer which you want to get or push data from
x-apideck-app-idstring(Required) The ID of your Unify application
x-apideck-service-idstringProvide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"status_code":200,"status":"OK","service":"zoho-crm","resource":"notes","operation":"add","data":{"id":"12345"}}