Skip to main content

Azure Event Grid Connector

Azure Event Grid Azure Event Grid is an event routing service that can be used to build event driven applications by distributing events from various sources to subscribers.

Connections

Microsoft Event Grid OAuth Connection

Connect to Microsoft Event Grid

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Authorize URLThe OAuth 2.0 Authorization URL for your Microsoft Event Grid.https://login.microsoftonline.com/common/oauth2/v2.0/authorize
Token URLThe OAuth 2.0 Token URL for your Microsoft Event Gridhttps://login.microsoftonline.com/common/oauth2/v2.0/token
Client IDGet this value from your App Registration in the Azure Portal
Client SecretGet this value from your App Registration in the Azure Portal

Triggers

Event Grid Trigger

Handle validation and delivery of Event Grid events

InputCommentsDefault
Event Topics to Listen ForThe topics to listen for events on

Actions

Create or Update Event Subscription

Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.

InputCommentsDefault
Connection
Subscription IDThe ID of the subscription to use.
TopicThe name of the topic to subscribe to.
Resource Group NameThe name of the resource group to use.
Event Subscription NameThe name of the event subscription to use.
Event Delivery SchemaThe event delivery schema for the event subscription.
Webhook URLThe URL to send the event to. If not provided, the event will be sent to the current flow endpoint.
Body FieldsExtra fields to include in the body of the request.
Debug RequestEnabling this flag will log out the current request.false

Delete Event Subscription

Delete an existing event subscription.

InputCommentsDefault
Connection
Subscription IDThe ID of the subscription to use.
TopicThe name of the topic to subscribe to.
Resource Group NameThe name of the resource group to use.
Event Subscription NameThe name of the event subscription to use.
Debug RequestEnabling this flag will log out the current request.false

Get Event Subscription

Get properties of an event subscription.

InputCommentsDefault
Connection
Subscription IDThe ID of the subscription to use.
TopicThe name of the topic to subscribe to.
Resource Group NameThe name of the resource group to use.
Event Subscription NameThe name of the event subscription to use.
Debug RequestEnabling this flag will log out the current request.false

List Event Subscriptions

List all event subscriptions that have been created for a specific topic.

InputCommentsDefault
Connection
Subscription IDThe ID of the subscription to use.
TopicThe name of the topic to subscribe to.
Resource Group NameThe name of the resource group to use.
Fetch AllIf true, fetch all results. If false, fetch only the first page.false
TopThe number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
FilterThe query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'.
Next LinkThe next link to fetch the next page of results.
Debug RequestEnabling this flag will log out the current request.false

Publish Events

Publishes a batch of events to an Azure Event Grid topic.

InputCommentsDefault
Connection
Topic Host NameThe host name of the topic.
Topic Access KeyThe access key of the topic.
EventsThe events to publish. The events must match the schema of the topic.
Debug RequestEnabling this flag will log out the current request.false

Update Event Subscription

Asynchronously updates an existing event subscription.

InputCommentsDefault
Connection
Subscription IDThe ID of the subscription to use.
TopicThe name of the topic to subscribe to.
Resource Group NameThe name of the resource group to use.
Event Subscription NameThe name of the event subscription to use.
Event Delivery SchemaThe event delivery schema for the event subscription.
Webhook URLThe URL to send the event to. If not provided, the event will be sent to the current flow endpoint.
Body FieldsExtra fields to include in the body of the request.
Debug RequestEnabling this flag will log out the current request.false