Bamboo.CustomerIOHelper (customer.io Bamboo Adapter v0.0.3)
View SourceFunctions to attach data for CustomerIO
Summary
Functions
Add a transactional variables trigger data.
Set the transactional message customer CIO identifier.
Set the transactional message customer email identifier.
Set the transactional message customer ID identifier.
Set the transactional message ID to use for the email contents.
Functions
Add a transactional variables trigger data.
This is used to customize an email and fill variables in the template.
Example
email
|> put_var("name", "Justin")
Set the transactional message customer CIO identifier.
Example
email
|> identifiers_cio("12345")
Set the transactional message customer email identifier.
Example
email
|> identifiers_email("me@jtsmills.com")
Set the transactional message customer ID identifier.
Example
email
|> identifiers_id("1234")
Set the transactional message ID to use for the email contents.
Example
email
|> message_id("2")