cURL
curl --request POST \ --url https://app.fliqr.ai/api/pipelines/{pipeline_id}/opportunities/{opportunity_id} \ --header 'Content-Type: application/json' \ --header 'X-ACCESS-TOKEN: <api-key>' \ --data ' { "title": "This is a test opportunity", "description": "...", "stage_id": 12334, "value": 300, "status": "open", "priority": "low", "assigned_admins": [ 55446563 ] } '
{ "success": true }
Updates an opportunity / ticket.
if omitted, the the contact is added to first stage.
won is positive and lost is negative
open
won
lost
low
medium
high
successful operation
Was this page helpful?