Sign in

Create company activity

documented

Creates an activity linked to a company.

POST /companies/{activitySegmentName}/Companiesno 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://secure.solve360.com/companies/" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -u "{{$userEmail}}:{{$userApiToken}}" \
  -d '{"name": "{{$name}}", "website": "{{$website}}", "ownership": "{{$ownership}}"}'
Create company activity · solve360 · OpenIntegrations