Actions13
Overview
This node interacts with the CHIP Collect API to manage company statements, specifically allowing users to schedule statements in a specified format and timezone. It is useful for automating financial reporting and statement generation for businesses using CHIP Collect services. For example, a user can schedule monthly financial statements in CSV or XLSX format adjusted to their preferred timezone.
Use Case Examples
- Schedule a monthly financial statement in CSV format for the UTC timezone.
- Schedule a weekly statement in XLSX format for the Asia/Kuala_Lumpur timezone.
Properties
| Name | Meaning |
|---|---|
| Format | The format in which the statement will be generated, either CSV or XLSX. |
| Timezone | The timezone (IANA TZ database name) to use for the statement scheduling. |
Output
JSON
jsonid- The unique identifier of the scheduled statement.status- The status of the scheduled statement request.format- The format of the scheduled statement (CSV or XLSX).timezone- The timezone used for the scheduled statement.
Dependencies
- CHIP Collect API key credential
Troubleshooting
- Ensure the API key credential for CHIP Collect is correctly configured and has the necessary permissions.
- Verify that the 'Format' property is set to either 'csv' or 'xlsx' as required by the API.
- Check that the 'Timezone' property is a valid IANA timezone name to avoid scheduling errors.
Links
- CHIP Collect API - Company Statements - Official API documentation for managing company statements including scheduling.