Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 861 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 861 Bytes

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...>