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
Note See also Working with Parameters in Automations Workflows.
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:
|
error.message | (Failure port only) Error message |
message | (Success port only) Message content |
eventgrid.subject | (Success port only) Message subject |