Skip to content

Simple service to send your Qonto transaction as CSV via email in a Lexoffice compatible format.

Notifications You must be signed in to change notification settings

comppaz/qonto2lexoffice

Repository files navigation

qonto2lexoffice

A simple serverless project containing an AWS lambda function that sends you a weekly email with a CSV of your Qonto transactions that is optimized for Lexoffice.

Inspired by: https://dev.classmethod.jp/articles/query-qonto-api-and-email-with-lambda/

Credits to: https://dev.classmethod.jp/author/ito-mai/

Requirements

Setup SES

Configure a sender (e.g. [email protected]) in SES and verify that e-mail address according the instructions.

Setup secrets

Five parameters are required in the AWS parameter storage AWS parameter storage in eu-central-1

qonto2lexoffice-sender=<[email protected]>
qonto2lexoffice-recipient=<[email protected]>

qonto-api-key=<A212e...>
qonto-slug=<your-company-name-23213>
qonto-iban=<DE232133213...>

About

Simple service to send your Qonto transaction as CSV via email in a Lexoffice compatible format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages