LogoLogo
3.6.9
3.6.9
  • Introduction
  • Getting started
    • Installation
      • Prerequisites
        • Server requirements
      • On-premises
        • Single-node
          • Directory structure
        • Multi-node
      • Azure Market Place
      • AWS Market Place
    • Tutorials
      • Amazon AWS CUR
      • Amazon AWS CUR (Athena)
      • Azure Stack
      • Azure EA
      • Azure CSP
      • Google Cloud
      • VMware vCloud
      • VMware vCenter
    • How-to guides
      • How to configure receiving a monthly billing report
      • How to automatically trigger a monthly billing report
      • How to update your license
      • How to store contract information with an Account in a report
      • How to automatically send workflow errors as webhooks to a monitoring system
    • Concepts
      • User interface
      • Services
    • Releases
      • Upgrading to version 3
      • Known issues
      • Announcements
      • Archive
  • Reports
    • Accounts
    • Services
    • Instances
    • Summary
    • Budget
  • Services
    • Manage
    • Rates
      • Tiered Services
        • Aggregation Levels and the Account Hierarchy
    • Adjustments
    • Subscriptions
  • ACCOUNTS
    • Budget management
  • Data pipelines
    • Extract
      • Configuration
      • Extractor templates
      • Script basics
      • Parslets
      • Subroutines
        • check_dateformat
        • check_dateargument
        • format_date
        • validate_response
      • Language
        • aws_sign_string
        • basename
        • buffer
        • csv
        • clear
        • decimal_to_ipv4
        • discard
        • encode
        • encrypt
        • environment
        • escape
        • exit_loop
        • foreach
        • generate_jwt
        • get_last_day_of
        • gosub
        • gunzip
        • hash
        • http
        • if
        • ipv4_to_decimal
        • json
        • loglevel
        • loop
        • lowercase
        • match
        • pause
        • print
        • return
        • save
        • set
        • subroutine
        • terminate
        • unzip
        • uppercase
        • uri
        • var
    • Transform
      • Configuration
      • Transformer templates
      • Transform Preview
      • Language
        • aggregate
        • append
        • calculate
        • capitalise
        • convert
        • copy
        • correlate
        • create
        • default
        • delete
        • dequote
        • environment
        • event_to_usage
        • export
        • finish
        • Functions
        • if
        • import
        • include
        • lowercase
        • normalise
        • option
        • rename
        • replace
        • round
        • services
        • set
        • sort
        • split
        • terminate
        • timecolumns
        • timerender
        • timestamp
        • update_service
        • uppercase
        • var
        • where
    • Datasets
    • Lookups
    • Metadata
    • Reports
    • Workflows
  • Administration
    • User management
      • Users
      • Groups
    • Notifications
      • Budget Notifications
      • Report notifications
      • Workflow notifications
    • Settings
      • Global Variables
      • White Labeling
  • Advanced
    • Integrate
      • GUI automation
        • Examples
      • API docs
      • Single sign-on
        • Claims-based identity provisioning: users, Account access and user groups
        • Azure-AD
        • Auth0
        • OKTA
        • OneLogin
        • ADFS
        • LDAP
    • Digging deeper
      • Authentication flows
      • Transformer datadate
      • Dataset lifecycle
      • Config.json
      • Databases
  • Security
    • Security
    • Authentication
      • Token
      • LDAP
      • SAML2
    • Password reset
    • Password policy
    • Announcements
  • Troubleshooting
    • Logs
  • Terms & Conditions
  • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Getting started
  2. How-to guides

How to configure receiving a monthly billing report

Learn how to configure receiving your monthly report by email

PreviousHow-to guidesNextHow to automatically trigger a monthly billing report

Last updated 3 years ago

Was this helpful?

Exivity has a powerful and . These two combined allow users to receive their billing reports monthly by email or other .

These are the steps to configure receiving your monthly billing report by email:

  1. Navigate to the Notifications menu. Click on your username at the top right corner of the screen, then select My Notifications.

This tutorial teaches you how to create a notification that sends a report for yourself, but you can also if you have admin rights.

2. Fill in the details (Name, Title and Description) and make sure the Trigger is set to Workflow Ended.

3. Select the .

4. Apply the trigger of the Workflow Status to Successful workflows:

For example, if you configured the publishing of a monthly report (on the 15th day of every month) for your Departments account, the file name will be similar to report-Departments-account-range-20220115-20220315.You can select your file with a regular expression whose name starts with the string "Report-Departments" and ends with "15":

/report-Departments(.*?)15/

In this example, the (.*?) in the regular expression has the role of matching any character 0 or more times, meaning that any string can be between "report-Departments" and "15".

You may also be interested in selecting only the files that start with a certain String. For example to select the files starting with "report-Departments", you may use the following regular expression:

/report-Departments*/

Or you may choose to select the files that end with a certain string, for example, ending with "15":

/&15/

6. In this scenario, you want to send the file along with the notification only if the file was created/modified after the start time of that workflow. To achieve this, tick the Enabled box next to Since workflow start time.

7. It is possible to compress the files by ticking the Enabled box next to Compress Attachments.

The files will be sent in a PDF/CSV format.

9. Finally, click the Create button.

5. In the Filenames section, it is possible to use to select which files to export.

8. Select the . You may want to send the report to your email.

regular expressions
Workflow engine
Notification engine
workflow created for publishing your report monthly
channel
notification channels
create them for other users
Notification for sending a monthly report by using the Successful Workflow status
Adding a regex for selecting files that match