FME Flow: 2024.2

Azure Event Grid Event

The Azure Event Grid trigger receives Microsoft Azure events.

The Azure Event Grid trigger has two output ports. The success port () can send a message if the trigger receives an event successfully. The failure port (x) can send a message if the trigger fails to receive.

Note  The FME Flow must be publicly accessible with a valid SSL certificate. For more information, see Configuring for HTTPS.

Parameters

Tip  To test that your parameters work as expected, click Validate.
  • Webhook Endpoint: The webhook endpoint from which to receive events.
  • Note  The id segment of the endpoint acts as an access token to verify that the event is coming from Azure Event Grid, and should be kept private.

Output Attributes

See Also

Attribute Description
time Event time
source Event type
error.type

(Failure port only) Error type:

  • InvalidMessage: An error occurred while configuring this component, such as missing or malformed values.
  • DeadLetter: An error occured while connecting to an external resource. Examples may include connection issues, invalid credentials, or generic external resource exceptions.
error.message (Failure port only) Error message
message (Success port only) Message content
eventgrid.subject (Success port only) Message subject