?FEATURE 2014.4: Bronto Integration
FEATURE: Bronto Integration.
1. Mailing List integration:
To use Bronto mailing list, set up a new mailing list with the list type "Bronto" and provide your API key and select a list that you want customers to be able to subscribe to.
An API key can be generated under Home->Data Exchange -> Add Access Token


2. Send Transactional Messages(Order confirmation and Abandoned cart emails):
To use Bronto to send order confirmation and Abandoned cart emails, place your API Token and Message ID in Apps & Addons -> Bronto.
Message template must be approved by Bronto before it can be used to send emails.


Fields can be used in Bronto Order confirmation Message template:
"orderid",
"orderdate",
"billingfirstname",
"billinglastname",
"billingaddress1",
"billingaddress2",
"billingcity",
"billingstate",
"billingcountry",
"shippingfirstname",
"shippinglastname",
"shippingaddress1",
"shippingaddress2",
"shippingcity",
"shippingstate",
"shippingcountry",
"shippingmethod",
"paymentmethod",
"paymentamount",
"ordertotal",
"subtotal",
"shipping",
"tax",
"handling",
"discount",
"additionalfee",
"productname_1",
"productname_n",
"productqty_1",
"productqty_n",
"productprice_1",
"productprice_n".
Fields can be used in Bronto Abandoned Cart Message template:
"abandonedcartinfo",
"abandonedcartlink".
3. Send order data to Bronto.
The following data can be sent to Bronto after an order was placed:
"email",
"orderID",
"orderDate",
"Product.id",
"Product.sku",
"Product.name,
"Product.description",
"Product.quantity",
"Product.price".
Please sign in to leave a comment.
Comments
0 comments