Sign in

Post incoming webhook (v1)

documented

Process an incoming webhook for a workflow step (v1).

POST /gravityformsapi/entries/{entry_id}/workflow-hooksWorkflows (v1)no 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/{{$entry_id}}/workflow-hooks" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"workflow-api-key":"{{$workflow_api_key}}","workflow-api-secret":"{{$workflow_api_secret}}","demo-resolution":"{{$demo_resolution}}","demo-status":"{{$demo_status}}","demo-discussion":"{{$demo_discussion}}"}'