Location-Based Email Configuration
Location-Based Email Configuration is an Alert Notification Method, used to inform a user about the raised alerts. A notification email is sent to the user on the configured Email Address.
JSON Table
Attribute | Data Type | Description |
---|---|---|
policyCreatedAtLocId | application/json | ID of the location where policy is created. The value is of the type Location ID JSON. |
policyType | enum | Policy type used to identify policy, for event configuration it is EVENT_CONFIGURATION_POLICY |
notifiedEmails | String | E-mail addresses of the users that need to be notified on occurrence of certain events at the selected location. |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "EMAIL_NOTIFICATION_POLICY", "notifiedEmails": ["[email protected]"] }
API Calls
/V5/configuration/locationbased/email
/V5/configuration/locationbased/email
/V5/configuration/locationbased/email
/V5/configuration/locationbased/email