Sign in

Archive contacts pipeline

documented

Archive a contacts pipeline.

POST /api/v1/contacts/pipelines/{pipeline_id}/archiveContactsno 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://app.nimble.com/api/v2/deals/pipelines/{{$pipeline_id}}/archive" \
  -X POST \
  -H "Authorization: Bearer {{NIMBLE_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{}'
Archive contacts pipeline · nimble · OpenIntegrations