Actions51
- Platforms Actions
- Projects Actions
- Webhooks Actions
- ApiKeys Actions
- Auth Actions
- Identities Actions
- Members Actions
- Messages Actions
- Platform Logs Actions
Overview
The node provides access to the GateKit messaging gateway API, enabling operations across multiple resources such as messages, projects, platforms, identities, and more. Specifically, for the Messages resource with the Stats operation, it retrieves message statistics for a specified project. This is useful for monitoring message activity, analyzing usage patterns, or generating reports on messaging performance within a project.
Practical examples include:
- Getting an overview of message volumes sent and received in a project.
- Tracking message delivery success rates or failures.
- Analyzing trends over time to optimize communication strategies.
Properties
| Name | Meaning |
|---|---|
| Project | Project identifier to operate on (string). |
This property specifies which project’s message statistics to retrieve.
Output
The output will be JSON data containing message statistics for the specified project. The exact structure depends on the API response but typically includes aggregated counts and metrics related to messages (e.g., total messages, sent messages, failed messages, etc.).
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the GateKit API.
- The node must be configured with the base URL of the GateKit API via credentials.
- Network connectivity to the GateKit service endpoint.
Troubleshooting
Common issues:
- Invalid or missing API key credential will cause authentication errors.
- Incorrect project identifier may result in "not found" or empty statistics.
- Network issues can cause request timeouts or connection errors.
Error messages:
- Authentication failures: Verify that the API key credential is correctly set up and has necessary permissions.
- Resource not found: Confirm the project ID exists and is accessible by the API key.
- Rate limiting or server errors: Retry after some time or check service status.
Links and References
- GateKit API Documentation (hypothetical link)
- n8n documentation on HTTP Request Node for understanding API calls
- General info on messaging gateways and analytics tools