Sign in

Create contact

documented

Add a new contact to a client.

POST /clients/{client_id}/contactsClientsno 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.formitize.com/v1/clients/{{$client_id}}/contacts" -X POST -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"name": "{{$name}}", "email": "{{$email}}", "phone": "{{$phone}}", "title": "{{$title}}", "notes": "{{$notes}}"}'
Create contact · formitize · OpenIntegrations