Create contacts pipeline
documentedCreate a new contacts pipeline.
POST /api/v1/contacts/pipelinesContactsno 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://app.nimble.com/api/v1/contacts/pipelines" \
-X GET \
-H "Authorization: Bearer {{NIMBLE_API_KEY}}" \
-H "Accept: application/json" \
# NOTE: POST /api/v1/contacts/pipelines is not documented in Nimble API docs as of February 18, 2026; this is a GET example to list pipelines.