Post entries assignees (v1)
documentedUpdate assignee status for a step (v1).
POST /gravityformsapi/entries/{entry_id}/assignees/{assignee_key}Workflows (v1)no 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://{{domain}}/gravityformsapi/entries/{{$entry_id}}/assignees/{{$assignee_key}}?api_key={{GRAVITYFORMS_API_KEY}}&signature={{GRAVITYFORMS_SIGNATURE}}&expires={{GRAVITYFORMS_EXPIRES}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{ "status": "{{$status}}" }'