Questions tagged [webhooks]
The webhooks tag has no summary.
33 questions
1
vote
1
answer
87
views
SharePoint Online: Webhook Notification responds with incorrect URL
I have an application that takes in SharePoint webhook notifications. Currently, the format of the site URLs is: /sites/<hub-site>/<sub-site>. Each of these sub sites has 3 libraries. I ...
0
votes
0
answers
13
views
Can you get notified via webhook when a Drive has been deleted?
Do Sharepoint webhooks notify you when a Drive has been deleted? Additionally, can you get notified when file/folder permissions have changed?
0
votes
1
answer
3k
views
SharePoint power automate, HTTP trigger free alternative?
Is there a free alternative of Send HTTP action in Power Automate? Need to call small C# function from Power Automate, don't need to read response from it. Maybe someone realized something similar?
Do ...
0
votes
1
answer
72
views
How to add a sharepoint item using axios with person and hyperlink column
I'm using azure function to post the items. There's no problem in adding other fields like, single line, number, choice etc.
I'm facing an issue with hyperlink and person column.
0
votes
0
answers
61
views
how do you read the state?(UseState)
** when I start the software for the first time the "items" state property is not valued. Not even setItems. If I try to reload a second time instead it is valued. How can I change the ...
0
votes
1
answer
2k
views
Get and use the changeToken for a list with REST
Maybe it is my fault. I have been really trying to get some documentation on how to get the change token to track the changes for a the items in a list. My main goal is to use a logic app to handle ...
0
votes
1
answer
266
views
link Azure PowerShell runbook webhook to SharePoint list
I have an Azure powershell runbook, created a webhook for it and I would like to trigger this from SharePoint.
When I try to add the webhook subscription, I get this error message.
Add-...
0
votes
0
answers
135
views
How to read SharePoint webhook logs?
We have SP webhook configured to pickup changes in Doc library(SPO). it seems the webhook does not fire in some occasions (1 in 100). Is there anyway to troubleshoot what went wrong and why webhook ...
1
vote
0
answers
214
views
Unable to subscribe web-hook for SharePoint online
We are unable to subscribe web-hook for SharePoint online from our Spring-Boot application.
Providing valid notification URL(https enabled, publicly accessible, valid domain name, Post method) as ...
0
votes
1
answer
61
views
Call a Function on SharePoint Online Site Title Change
I have a requirement to call an API whenever the site Title is changed in SharePoint online. Can someone help me on how to implement this requirement.
1
vote
0
answers
364
views
SharePoint 2019 On Premise - Webhooks subscription with a private EndPoint
I develop a REST MVC Webservice in .net C#, which is able to receive Webhook notifications from our internal SharePoint 2019. It works fine, when I test the application from Visual Studio 2019 with ...
1
vote
1
answer
1k
views
Sharepoint site documents webhook subscription using microsoft graph api
I am trying to get webhook notification from sharepoint sites by using graph api as instructed in this document.
From here I confirmed that driveItem can also be used for webhook notification. I ...
0
votes
0
answers
49
views
How to get rid of exception on ChangeManager SharePoint?
I am working on SharePoint site notifications using webhook. I have added webhook subscription using the following reference Get started with SharePoint webhooks. I have got Notification from the ...
4
votes
2
answers
801
views
How to get details of editor of SharePoint site file?
I am working on SharePoint notifications using webhooks. I tried the following POST request.
https://xxxxx.sharepoint.com/_api/SP.AppContextSite(@target)/web/lists('2c955ea0-28h4-4f84-a8b5-...
3
votes
1
answer
382
views
SharePoint Online Webhook with ngrok "Access Denied"
I am trying to follow bellow documentation of Microsoft
https://docs.microsoft.com/en-us/sharepoint/dev/apis/webhooks/get-started-webhooks
I have given below permission azure app
But when I send any ...