Skip to main content
Skip table of contents

Workflow Registrierungsbestätigung

CODE
<?xml version="1.0"?>
<workflow name="SendInBlueRegistrierung" trigger="CustomerNewEmailConfirm" start="#13">
	<step id="#13" name="1" action="Centauri.Shop.Workflows.Process.Get">
		<data>
			<parameter>name,link,title,appellation,firstname,surename,company,company_department,company_memo,
street,zip,city,country,sup_company,sup_company_department,sup_company_memo,sup_street,
sup_zip,sup_city,sup_country,tel,email,vatid
</parameter>
			<xpath>customer/surename,emailconfirm/link,customer/title,customer/appellation,
customer/firstname,customer/surename,customer/company,customer/company_department,
customer/company_memo,customer/street,customer/zip,customer/city,customer/country,
customer/sup_company,customer/sup_company_department,customer/sup_company_memo,
customer/sup_street,customer/sup_zip,customer/sup_city,customer/sup_country,
customer/tel,customer/email,customer/vatid
</xpath>
		</data>
		<transition destination="#14" success="yes" />
	</step>
	<step id="#14" name="2" action="Centauri.Shop.Workflows.SendInBlue.Send" final="yes">
		<data>
			<parameter>subject,link,title,appellation,firstname,surename,company,company_department,
			company_memo,street,zip,city,country,sup_company,sup_company_department,sup_company_memo,
			sup_street,sup_zip,sup_city,sup_country,tel,email,vatid
</parameter>
			<subject>Registrierung</subject>
			<template>12</template>
		</data>
	</step>
	<mapping origin="*" />
</workflow>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.