Actions215
- V1 > Bank Billets Actions
- V1 > Bank Billet Accounts Actions
- V1 > Bank Billet Batches Actions
- V1 > Bank Billet Batch Exports Actions
- V1 > Bank Billet Discharges Actions
- V1 > Bank Billet Payments Actions
- V1 > Bank Billet Registrations Actions
- V1 > Bank Billet Remittances Actions
- V1 > Customers Actions
- V1 > Customer Subscriptions Actions
- V1 > Discharges Actions
- V1 > Email Deliveries Actions
- V1 > Events Actions
- V1 > Imports Actions
- V1 > Installments Actions
- V1 > Remittances Actions
- V1 > Reports Actions
- V1 > SMS Deliveries Actions
- V1 > User Info Actions
- V1 > Webhook Deliveries Actions
- V1 > Webhooks Actions
- Admin > Users Actions
- Admin > Connections Actions
- Admin > Certificates Actions
- Admin > Subaccounts Actions
- Charge > PIX Actions
- Charge > PIX Accounts Actions
- Data > Bank Billet Queries Actions
- EDI > EDI Boxes Actions
- Financial > Accounts Actions
- Financial > Balances Actions
- Financial > Commands Actions
- Financial > Statement Transactions Actions
- Financial > Transaction Imports Actions
- Financial > Providers Actions
- Payment > Bank Billets Actions
- Payment > Bank Billet Batches Actions
- Payment > Batches Actions
- Payment > DARFs Actions
- Payment > DARF Batches Actions
- Payment > PIX Actions
- Payment > PIX Batches Actions
- Payment > Utilities Actions
- Payment > Utility Batches Actions
- Transfer > Batches Actions
- Transfer > Internal Actions
- Transfer > Internal Batches Actions
- Transfer > PIX Actions
- Transfer > PIX Batches Actions
- Transfer > TED Actions
- Transfer > TED Batches Actions
Overview
This node integrates with the Kobana API to manage email delivery resources, specifically allowing users to retrieve details about a specific email delivery by its ID. It is useful in scenarios where you need to track or audit the status and details of emails sent through the Kobana platform.
For example, you might use this node to:
- Fetch the delivery status of a transactional email sent to a customer.
- Retrieve metadata about an email delivery for logging or reporting purposes.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the email delivery resource to retrieve. This is a required string input. |
Output
The node outputs JSON data representing the email delivery resource fetched from the Kobana API. The structure typically includes all relevant details about the email delivery such as status, timestamps, recipient information, and any metadata provided by the API.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Kobana API.
- The node dynamically selects the API base URL depending on the environment (production or sandbox).
- No additional external dependencies are needed beyond the Kobana API access.
Troubleshooting
- Invalid or missing ID: If the provided ID does not exist or is malformed, the API will return an error. Ensure the ID is correct and corresponds to an existing email delivery.
- Authentication errors: If the API key credential is invalid or missing, requests will fail. Verify that the API key is correctly configured in n8n credentials.
- Network issues: Connectivity problems to the Kobana API endpoints can cause failures. Check network access and firewall settings.
- API rate limits: Excessive requests may be throttled by the Kobana API. Implement retry logic or reduce request frequency if encountering rate limit errors.
Links and References
- Kobana API Documentation (general reference for API endpoints and usage)
- n8n documentation on Using Credentials
