Connectors Reference

Azure Event Grid Publish

Azure Event Grid Publish will publish data to any Azure Event Grid Custom Topic.

 

Status: Production

Tier: Premium

Version: 1.0.0

 

Actions:

Name

Summary

PublishEvent (array body)

Publish Event

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

PublishEventParameterBodyItem

 

PublishEventResponse

 

 

Actions:

PublishEvent

Summary: Publish Event

Description: Publish an event to an Event Grid Custom Topic.

 

Syntax:

AzureEventGridPublish.PublishEvent (array body)

 

Parameters:

Name

Type

Summary

Required

Related Action

body

array of (PublishEventParameterBodyItem)

 

 

True

 

Returns:

          Type:PublishEventResponse

 


 

PublishEventParameterBodyItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

ID

Useful to idenitify individual events.

subject

string

Subject

Subject for the event.

eventType

string

Event Type

Type of event being emitted.

data

Data

Data

Object with data for the event.

eventTime

string(date-time)

Event Time

Date and time for the emitted event. Empty will default to current time.

 

Data

Summary: Data

Description: Object with data for the event.

 

          Properties:

Name

Type

Summary

 


 

PublishEventResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary