Sign in

Create record

documented

Create a new record in the specified object.

POST /v1/objects/{object_key}/recordsObjectsno 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.knack.com/v1/objects/{{$object_key}}/records" \
  -X POST \
  -H "X-Knack-Application-Id: {{KNACKHQ_APP_ID}}" \
  -H "X-Knack-REST-API-KEY: {{KNACKHQ_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{\"field_1\": \"{{$field_1}}\", \"field_2\": \"{{$field_2}}\", \"field_3\": \"{{$field_3}}\"}' }
Create record · Knack · OpenIntegrations