Sign in

Create contact

documented

Create a new Contact record.

POST /ContactsContactsno 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.insightly.com/v3.1/Contacts" \
  -X POST \
  -H "Authorization: Basic {{INSIGHTLY_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"FIRST_NAME": "{{$first_name}}", "LAST_NAME": "{{$last_name}}", "EMAIL_ADDRESS": "{{$email}}", "PHONE": "{{$phone}}"}'
Create contact · insightly · OpenIntegrations