Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to perform operations on invoices within the 'Factures' resource. Specifically, the 'Create Invoice' operation allows users to create a new invoice record by sending JSON data to the API. This is useful for automating invoice creation in workflows, such as generating invoices after a sale or service completion.

Use Case Examples

  1. Automatically create an invoice in Dendreo when a new order is placed in an e-commerce system.
  2. Generate invoices for training sessions completed by participants and send them via email.

Properties

Name Meaning
Data (JSON) The JSON data representing the invoice record to be created. This is required and must be valid JSON.

Output

JSON

  • json - The JSON response from the Dendreo API representing the created invoice record.

Dependencies

  • Requires an API key credential for Dendreo API authentication.

Troubleshooting

  • Invalid JSON data error: Ensure the 'Data (JSON)' input contains valid JSON format.
  • Authentication failed error: Verify the API key and permissions for the Dendreo API credential.
  • Resource not found or endpoint error: Confirm the resource 'factures' and endpoint URL are correct.
  • Permission denied error: Check user permissions for invoice creation in Dendreo.

Discussion