Create BizCard
documentedRegister a new BizCard with provided fields (name, company, contact details, tags, etc.).
POST /bizCards名刺APIno 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://api.sansan.com/v6.0/bizCards" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}" \
-H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}" \
-d '{"exchangeDate": "{{$exchangeDate}}", "companyName": "{{$companyName}}", "lastName": "{{$lastName}}", "firstName": "{{$firstName}}", "lastNameReading": "{{$lastNameReading}}", "firstNameReading": "{{$firstNameReading}}", "email": "{{$email}}", "tel": "{{$tel}}", "mobile": "{{$mobile}}", "memo": "{{$memo}}"}'