Sign in

Send entry notifications

documented

Trigger notifications for an entry.

POST /gf/v2/entries/{ENTRY_ID}/notificationsEntriesno 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_domain}}/wp-json/gf/v2/entries/{{$ENTRY_ID}}/notifications" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  --user "{{$GRAVITYFORMS_API_KEY}}:{{$GRAVITYFORMS_API_SECRET}}" \
  -d '{"_event": "{{$event}}", "_notifications": "{{$notifications}}"}'