Azure Event Grid Event Received
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 Server 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 Keys

See Also
Key | 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 |