Sign in

Update entries

documented

Update entries in bulk.

PUT /gf/v2/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://{{$site_url}}/wp-json/gf/v2/entries/{{$ENTRY_ID}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -u "{{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_SECRET}}" \
  -d '{"id":"{{$ENTRY_ID}}","form_id":"{{$FORM_ID}}","date_updated":"{{$DATE_UPDATED}}","ip":"{{$IP}}","source_url":"{{$SOURCE_URL}}","status":"{{$STATUS}}","user_agent":"{{$USER_AGENT}}","1.3":"{{$FIRST_NAME}}","1.6":"{{$LAST_NAME}}","3":"{{$EMAIL}}","4":"{{$MESSAGE}}"}'
Update entries · gravityforms · OpenIntegrations