Re:amaze Now Supports Advanced WooCommerce Dynamic Variables

Last Updated on July 8, 2019 by David

Re:amaze supports certain dynamic variables for Response Templates, Autoresponders, and Workflow Responses. Variables are related to the customer associated with the conversation context and further variables are made available depending on integrations that you’ve enabled in your account. Dynamic Variables are based on Liquid and can be used with simple logical statements.

Integration Variables are only made available when you have integrations like WooCommerce connected with Re:amaze. Also, integration variables are actually nested attributes, so there is a lot of data made available conditional to what’s made available via the third-party integration API.

If you currently use WooCommerce or plan to re-platform to WooCommerce in the future, you’ll be glad to know that Re:amaze will still work for your business!

We’re introducing advanced dynamic variables per the following:

  • {{ integrations.woocommerce.orders[0].id }} — ID of the last order
  • {{ integrations.woocommerce.orders[0].number }} — Number of the last order
  • {{ integrations.woocommerce.orders[0].refunds[0].total }} — Last refund amount on the last order
  • {{ integrations.woocommerce.orders[0].tracking_link }}— Tracking link for last order
  • {{ integrations.woocommerce.orders[0].tracking_number}}— Tracking number for last order