Share via

Sharepoint is not triggering my webhook Function App. The app is registered on my list and I get a response when I access the URL via the browser.

Michael 5 Reputation points
2023-08-18T14:17:25.77+00:00

I've created a resource and function app, gave it read permissions, registered the webhook in the sharepoint list I want it to work in but I'm not getting anything in the monitor log. When I access the registered URL directly it shows up in the log correctly, so the webhook is active and operational. Any ideas what I'm missing here?

The validity is not an issue as I've set it at 5 months. Powershell shows me:
PS C:\Users\user> Write-Host "Webhook registered with ID: $($webhook.Id)"

Webhook registered with ID: 6b3c90be-c83a-8902-dega-a987bff0141a

How do I find out why sharepoint doesn't trigger the webhook?

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.