Automation Using Arigato Automation

Overview

Customer Account Fields can be combined with Arigato Automation to extend the functionality. 

Data Storage

Data is stored in metafields and is available on the customer object. For example, if your machine name is "foo" for your field, the data would be available at customer.metafields.cf_app["foo"]. cf_app is the namespace and foo is the key. 

Screenshot_2019-05-09_21.40.55.png

If you want to use Arigato Automation to automate something with this data, like sending the extra data to Mailchimp, or using it in an email, set the namespace to cf_app and the key of foo.

  Screenshot_2019-05-09_21.43.02.png

Screenshot_2019-05-09_21.43.24.png

Or if you wanted to use this as a condition in Arigato Automation...

Screenshot_2019-05-09_21.45.10.png