Sign in

Import Contacts (admin)

documented

Admin bulk import of contact data (reports) for batch processing.

POST /admin/import/reportsデータインポートno 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://api.sansan.com/v6.0/admin/import/reports" \
  -X POST \
  -H "X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}" \
  -H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}" \
  -H "Content-Type: application/json" \
  -d '{"startTime": "{{$startTime}}", "endTime": "{{$endTime}}", "ownerUserId": "{{$ownerUserId}}", "type": "{{$type}}", "title": "{{$title}}", "location": "{{$location}}", "memo": "{{$memo}}"}'
Import Contacts (admin) · Sansan · OpenIntegrations