datapallas-report-distribution

Distribute generated DataPallas burst documents via SMTP email or cURL uploads to remote storage endpoints.

75|8|Updated Dec 20, 2023
One-click install
npx skills add https://github.com/flowkraft/datapallas --skill datapallas-report-distribution
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: datapallas-report-distribution
Source: https://github.com/flowkraft/datapallas/tree/main/asbl/src/main/external-resources/db-template/_apps/flowkraft/_ai-hub/.skills/datapallas-report-distribution
Command: npx skills add https://github.com/flowkraft/datapallas --skill datapallas-report-distribution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you reliably distribute DataPallas-generated burst documents to recipients or archive destinations without manual copying and renaming.

Core Features & Use Cases

  • Email delivery via SMTP: Configure SMTP settings, send test emails, and personalize subject/body using DataPallas variables such as ${var0} and ${burst_token}.
  • Upload and archiving via cURL: Push generated files to FTP/FTPS/SFTP/HTTP/WebDAV/Windows shares using a cURL command template, including variable-based output folder paths for organized retention.
  • Variable-driven routing: Use input_document_name, burst_token, custom variables, and time-based patterns (year/month/quarter) to build destination folders that scale across many documents.

Quick Start

Open DataPallas at Configuration (My Reports), enable Email or Upload, configure your SMTP or cURL destination template, then send a test to confirm the connection and variable expansion work as expected.

Frequently Asked Questions about datapallas-report-distribution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate report distribution to multiple recipients via SMTP email?▼

You can automate report distribution via SMTP email by configuring SMTP settings within your reporting tool, enabling email delivery, and personalizing the subject and body using variables like ${burst_token} before sending a test email.

Can I upload generated burst documents to SFTP or FTPS servers automatically?▼

Yes, you can automatically upload generated burst documents to SFTP or FTPS servers by configuring a cURL command template that pushes files to remote storage endpoints using secure transfer protocols.

What is variable-driven routing for document archival and how does it work?▼

Variable-driven routing uses input document names, burst tokens, and time-based patterns like year or month to dynamically generate destination folder paths, ensuring organized retention across many distributed documents.

How do I set up cURL uploads to WebDAV or Windows shares for report bursting?▼

To set up cURL uploads for report bursting, enable the upload channel in your report configuration and define a cURL destination template targeting WebDAV or Windows shares, incorporating variables for dynamic output paths.

Does email delivery support personalization with custom variables for each recipient?▼

Yes, email delivery supports personalization by using DataPallas variable syntax such as ${var0} and ${burst_token} to dynamically insert recipient-specific data into the subject and body of each distributed email.

What is the best way to validate SMTP and cURL delivery configurations before a scheduled run?▼

The best way to validate delivery configurations is by sending a test email or upload through your reporting interface and checking the test delivery logs to confirm the connection and variable expansion work correctly.