To use a webhook with TypeScript Functions v1, you enable external systems in functions.json, as described here.
How does that work in TypeScript Functions v2? There isn’t an equivalent file functions-typescript/functions.json
, to add "enableExternalSystems": true
to.