Skip to main content
POST
/
pipelines
/
{pipeline_id}
/
opportunities
/
{opportunity_id}
/
comments
cURL
curl --request POST \
  --url https://app.fliqr.ai/api/pipelines/{pipeline_id}/opportunities/{opportunity_id}/comments \
  --header 'Content-Type: application/json' \
  --header 'X-ACCESS-TOKEN: <api-key>' \
  --data '
{
  "content": "This is a comment"
}
'
{
  "id": 123,
  "data": "<string>",
  "created_at": "2028-02-08 12:34:56",
  "created_by": 123
}

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

pipeline_id
number
required
opportunity_id
number
required

Body

application/json
content
string

Response

200 - application/json

successful operation

id
number<int64>
data
string
created_at
string

UTC

Example:

"2028-02-08 12:34:56"

created_by
number

Admin ID