Add or update webhook
documentedCreate or update a webhook for the form (one per URL).
PUT /forms/{identifier}/webhooks.{format}Formsno 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://{{$subdomain}}.wufoo.com/api/v3/forms/{{$identifier}}/webhooks.{{$format}}" \
-X PUT \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-u "{{WUFOO_API_KEY}}":"{{WUFOO_SECRET}}" \
-d "url={{$url}}" \
-d "handshakeKey={{$handshakeKey}}" \
-d "metadata={{$metadata}}"