{ "type": "simple", "name": "vmh-erstberatung-abschließen", "entity_type": "CVmhErstgespraech", "trigger_type": "afterRecordSaved", "is_active": true, "description": "Sendet E-Mail und setzt Status wenn Erstberatung abgeschlossen wird", "conditions_all": [ { "type": "equals", "attribute": "status", "value": "Warte auf Mandatierung" } ], "conditions_any": [], "conditions_formula": null, "actions": [ { "type": "sendEmail", "from": "system", "to": "contactId", "emailTemplateId": null, "subject": "Erstberatung abgeschlossen", "body": "Ihre Erstberatung wurde erfolgreich abgeschlossen. Wir warten nun auf Ihre Mandatierung." } ] }