Sign in

Create entry

documented

Create a new entry.

POST /entriesEntriesno 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://{{$domain}}/gravityformsapi/entries?api_key={{GRAVITYFORMS_API_KEY}}&signature={{$signature}}&expires={{$expires}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '[{"form_id":"{{$form_id}}","1.3":"{{$field3}}","1.6":"{{$field6}}","2":"{{$field2}}"}]'