Sign in

Create opportunity

documented

Create a new opportunity.

POST /v1/opportunitiesOpportunitiesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.marketcircle.net/v1/opportunities" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$title}}", "description": "{{$description}}", "value": {{$value}}, "currency": "{{$currency}}", "close_date": "{{$close_date}}", "pipeline_id": "{{$pipeline_id}}", "owner_id": "{{$owner_id}}", "account_id": "{{$account_id}}"}'
Create opportunity · Marketcircle · OpenIntegrations