Sign in

Create company project

documented

Create a new project under a specific company.

POST /companies/{company_id}/projectsCompaniesno 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://www.triggerapp.com/api/v1/companies/{{$company_id}}/projects" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'token={{OAUTH2_ACCESS_TOKEN}}&api_key={{TRIGGERAPP_API_KEY}}&project[name]={{$title}}&project[description]={{$description}}&project[status]={{$status}}&project[due_date]={{$due_date}}'
Create company project · Trigger · OpenIntegrations