web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : OE0XIdyjLqrsWvkOBbQmsx
Power Automate - Using Connectors
Unanswered

Creating a Trigger in custom connector

Like (0) ShareShare
ReportReport
Posted on 15 Sep 2019 09:33:57 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
    2 on 18 May 2022 at 06:25:20
    Re: Creating a Trigger in custom connector

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

  • Community Power Platform Member Profile Picture
    on 16 Sep 2019 at 07:49:41
    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
    on 16 Sep 2019 at 02:15:14
    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

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Featured topics

Loading complete