Create report notification
Create a ReportNotification.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Create a ReportNotification.
The title of the ReportNotification.
The CostReport token.
The frequency the ReportNotification is sent. Possible values: daily, weekly, monthly.
The type of change the ReportNotification is tracking. Possible values: percentage, dollars.
The token of the Workspace to add the ReportNotification to. Required if the API token is associated with multiple Workspaces.
The Users that receive the notification.
Email addresses that receive the notification. Must be organization users or addresses on a verified domain.
The Slack or Microsoft Teams channels that receive the notification.
Response
ReportNotification model
The title of the ReportNotification.
"Acme Report Notification"
The token for a CostReport the ReportNotification is applied to.
"rprt_abcd1234"
The tokens of organization users that receive the notification. Freeform verified-domain emails are not included; see recipient_emails.
The email addresses that receive the notification, including organization users and verified-domain addresses.
The Slack or Microsoft Teams channels that receive the notification.
The frequency the ReportNotification is sent.
daily, weekly, monthly "weekly"
The type of change the ReportNotification is tracking.
percentage, dollars "percentage"