workflows.fit
Back to n8n workflows
n8n templateFreeBy CentralStationCRM

Send postcards to contacts automatically using CentralStationCRM and EchtPost

Workflow Overview This workflow benefits anyone, who: wants to automate sending Postcards to tagged CentralStationCRM contacts Tools in this Workflow [CentralStationCRM](https://centralstationcrm.de) - the simple and ...

DevelopmentCore NodesSticky NoteWebhookSetIf
Loading interactive preview...

Template notes

Workflow Overview This workflow benefits anyone, who: wants to automate sending Postcards to tagged CentralStationCRM contacts

Tools in this Workflow [CentralStationCRM](https://centralstationcrm.de) - the simple and intuitive CRM Software for small teams. [EchtPost](https://echtpost.de) - send postcards online

Workflow Screenshot ![Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost n8n 20250723 at 4.29.30 PM.jpg](fileId:1848)

Workflow Description This workflow consists of: a webhook trigger a set node an if node an HTTP request

The Webhook Trigger The webhook triggers when a person is updated in CentralStationCRM.

The persons data is sent to n8n, including the company name and the address.

The Set node This node filters the webhook data for just the data the EchtPost node needs. It also transforms the country field to the associated country code (i.e. "Deutschland" -> "DE")

The if node This node checks if there is an "EchtPost" tag in the persons data. -> if false: do nothing -> if true: go to HTTP request