Skip to main content

Notifications

Power Automate - Using Connectors
Unanswered

Creating a Trigger in custom connector

(0) ShareShare
ReportReport
Posted on by

Greetings, 

I am trying to create a Trigger in "Custom connector" to listen for security group changes in AD

Took this article as a bas guide .

So to register a webhook I want to call below request and I'm strugling to understed what should be "notificationUrl"

POST https://graph.microsoft.com/v1.0/subscriptions

{
"changeType": "updated",
"notificationUrl": "https://example.com",
"resource": "/groups/{id}/members",
"expirationDateTime":"2019-09-14T00:01:01.9356913Z",
"clientState": "secretClientValue"
}

Thanks

  • Ravi_Maniyani Profile Picture
    Ravi_Maniyani 2 on at
    Re: Creating a Trigger in custom connector

    I am also trying to get it working. Let me know if you have found any solution?

  • Re: Creating a Trigger in custom connector

    Thank you for your explanation, but could you please provide an exmplanation of what should be "notificationURL" when I set up a trgger in my custom connector? How to determine notificationURL for my case?

  • v-litu-msft Profile Picture
    v-litu-msft on at
    Re: Creating a Trigger in custom connector

    Hi @Anonymous

     

    The Microsoft Graph API uses a webhook mechanism to deliver notifications to clients. A client is a web service that configures its own URL to receive notifications. Client apps use notifications to update their state upon changes.

    You could refer to this document for more details on how to use it.

    https://docs.microsoft.com/en-us/graph/webhooks

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,636

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,942

Leaderboard

Featured topics