Create company activity
documentedCreates an activity linked to a company.
POST /companies/{activitySegmentName}/Companiesno implementation yet0 runsNo 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}}"}'