Subscribe webhook by list
documentedCreate a webhook for events on the specified list.
POST /api/v2/lists/{list_id}/webhookWebhooksno 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}}.myphoner.com/api/v2/lists/{{$list_id}}/webhook' \
-X POST \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: Token {{MYPHONER_API_KEY}}' \
-d '{"webhook": {"target_url": "{{$target_url}}", "event": "{{$event}}"}}'