Skip to main content
Skip table of contents

Workflow SendInBlueWarenkorbSenden

CODE
<?xml version="1.0"?>
<workflow name="SendInBlueWarenkorbSenden" trigger="SendShoppingBasket" start="1">
    <step id="1" name="1" action="Centauri.Shop.Workflows.Process.Get">
        <data>
            <parameter>     anmerkung,link,email,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,vatid
            </parameter>
            <xpath>         sendcart/anmerkung,sendcart/link,sendcart/email,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/vatid
            </xpath>
        </data>
        <transition destination="2" success="yes"/>
    </step>
    <step id="2" name="2" action="Centauri.Shop.Workflows.SendInBlue.Send" final="yes">
        <data>
            <subject/>
            <template>33</template>
            <parameter>               anmerkung,link,email,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,vatid
            </parameter>
        </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.