Actions5
Overview
The node integrates with the Dougs platform to manage financial data, specifically allowing users to create new Expense Reports. This operation is useful for automating the submission of expense data into Dougs, streamlining bookkeeping and expense tracking workflows. For example, a user can automatically create an expense report entry from collected receipt data or integrate expense submissions from other systems.
Properties
| Name | Meaning |
|---|---|
| Company | The company associated with the expense report. Can be selected from a list or specified by ID. |
| Date | The date of the expense report entry. |
| Memo | A textual note or description related to the expense. |
| Amount | The monetary amount of the expense (e.g., "17,33 €"). |
| Category ID | The category under which the expense falls. Selectable from a searchable list or by ID. |
| Partner ID | The partner or vendor related to the expense. Selectable from a list or by ID. |
| VAT Exemption | Indicates if the expense has VAT exemption. Options: No VAT Exemption, Simple VAT Exemption, Outside EU Purchase. |
Output
The node outputs JSON data representing the created expense report as returned by the Dougs API. This typically includes identifiers, status, and details of the newly created expense report record. There is no indication that binary data is output by this node.
Dependencies
- Requires an active connection to the Dougs API.
- Needs an API authentication credential configured in n8n (an API key or login token).
- The base URL for API requests is
https://app.dougs.fr. - The node uses standard HTTP headers for JSON content (
Accept: application/json,Content-Type: application/json).
Troubleshooting
- Missing Handler Error: If the node throws an error about a missing handler for the resource-operation combination, ensure that the Resource is set to "Expense Report" and Operation to "Create".
- Authentication Issues: Errors related to authentication usually mean the API credentials are missing, invalid, or expired. Verify the configured API key/token.
- Invalid Property Values: Providing incorrect IDs for Company, Category, or Partner may cause API errors. Use the provided list modes to select valid entries or verify IDs manually.
- API Connectivity: Network issues or incorrect base URL configuration can prevent successful API calls.
Links and References
- Dougs Official Website — for more information on the service.
- Dougs API documentation (not publicly linked here) — consult your Dougs account or support for API details.
