Create entry
documentedCreate a new entry.
POST /gf/v2/entriesEntriesno 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://{{$site}}/wp-json/gf/v2/entries" \
-X POST \
-u '{{GRAVITYFORMS_API_KEY}}' \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"form_id": {{$form_id}}, "1.3": "{{$first_name}}", "1.6": "{{$last_name}}", "3": "{{$email}}", "4": "{{$notes}}"}'