ivo
07/31/2025, 3:32 PMnotificationUrl
, expecting the endpoint to echo back the validationToken
in plain text, with a 200 OK
response.learn.microsoft.com+8learn.microsoft.com+8learn.microsoft.com+8
However, Prefect webhook endpoints are built only to receive and process events, not as general-purpose HTTP endpoints. They:
• Return 204 No Content for incoming requests
• Do not respond with the validationToken
• Cannot handle the validation handshake required by external services
so i cant use the webhook with my graphapi subscription?Marvin
07/31/2025, 3:32 PMMarvin
07/31/2025, 3:33 PMBrendan Dalpe
07/31/2025, 10:41 PM