Add a Comment
POST https://api.profit.co/app/dao/note?a=createNote&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>&noteDetails={"noteText":"Test Comment Check","objectId":6,"objectRefId":2175163,"associations":[{"objectId":6,"objectName":"Task","objectRefId":2175163}],"objectName":"Task","parentObjectId":7,"isSendEmail":"Y"}
{
  noteText
: COMMENT
,
  objectId
: <6 - Tasks, 563 - Key Results>,
  objectRefId
: TASKID or KEYRESULTID,
  associations
: [
    {
      objectId
: <6 - Tasks, 563 - Key Results>,
      objectName
: TASK or KEYRESULT
,
      objectRefId
: <TASKID or KEYRESULTID>
    }
  ],
  objectName
: TASK or KEYRESULT
  parentObjectId
: 7,
  isSendEmail
: N
}
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| a | string | ||
| apiKey | string | Required: API key of your Profit.co Account | |
| accessKey | string | Required: Access key of your Profit.co Account | |
| noteDetails | string |