Documentation Index
Fetch the complete documentation index at: https://docs.nuwebgroup.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Data endpoints let you configure external storage locations where scheduled reports are automatically delivered when they run. Instead of receiving reports only by email, you can have them uploaded directly to your own cloud storage — ideal for automating data workflows, archiving report history, or feeding data into other systems. Data endpoints requires the Report publishing feature to be enabled for your company. Contact your account manager to request access.Creating a Data Endpoint
- Navigate to Data Endpoints in the admin panel
- Click Create data endpoint
- Enter a Name for the endpoint (e.g. “Production Reports Bucket”)
- Select the Destination type
- Enter the required credentials
- Optionally set a Directory path within the storage location
- Click Save
Amazon S3 Configuration
Currently, Amazon S3 is the supported destination type. The following credentials are required:| Field | Description |
|---|---|
| Key | Your AWS Access Key ID |
| Secret | Your AWS Secret Access Key |
| Region | The AWS region where your bucket is hosted (e.g. eu-west-1) |
| Bucket | The name of your S3 bucket |
| Directory | Optional path within the bucket where files should be uploaded |
Ensure that write access is enabled on the S3 bucket for the credentials you provide. The system needs permission to upload files to the specified location.
Using Data Endpoints with Scheduled Reports
Once you’ve created a data endpoint, you can assign it to any scheduled report:- Create or edit a scheduled report
- In the Destination section, choose where the report should be delivered:
- Email — sent to the configured recipients only
- Data Endpoint — uploaded to the selected endpoint only
- Both — emailed to recipients and uploaded to the endpoint
- If using a data endpoint, select the endpoint from the dropdown
- Save the scheduled report
After setting up a new endpoint, you can dispatch a report immediately using the Dispatch to endpoint now button to verify the connection is working before relying on it for scheduled deliveries.
Managing Endpoints
The data endpoints list shows all configured endpoints with their status:- Active — the endpoint is being used by at least one scheduled report
- Inactive — the endpoint exists but no scheduled reports are currently using it
Related Pages
Scheduled Reports
Set up reports to run automatically on a schedule.
Custom Reports
Build the reports you want to publish to data endpoints.
Reporting Fundamentals
Understand the reporting system and available report types.
