Create record
documentedCreate a new record.
POST /api/v2/records.jsonRecordsno 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.fulcrumapp.com/api/v2/records.json" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-ApiToken: {{FULCRUMAPP_API_KEY}}" \
-d '{"record": {"form_id": "{{$form_id}}", "form_values": {"{{$field_id}}": "{{$value}}"}}}'