Create a new SendGrid alert. Supports two alert types: - **usage_limit**: Notifies when email usage reaches a percentage threshold (requires `percentage` param). - **stats_notification**: Sends periodic email statistics (requires `frequency` param: daily/weekly/monthly).
typeRequiredstringThe type of alert to create. 'usage_limit': Sends alert when email usage reaches the specified percentage threshold (requires 'percentage' parameter). 'stats_notification': Sends periodic email statistics summary (requires 'frequency' parameter).
email_toRequiredstringThe email address the alert will be sent to. Example: test@example.com
frequencystringFrequency for stats_notification alerts.
percentageintegerRequired for usage_limit alerts. The percentage of email usage threshold (0-100) that must be reached before the alert will be sent. Example: 90 means alert at 90% usage.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.