Bamboo PostageApp Adapter v0.0.1 Bamboo.PostageAppHelper

Functions for using features specific to PostageApp e.g. templates

Summary

Functions

Send emails using PostageApp’s template API

Variables that can be used for content replacement within PostageApp’s template

Functions

postageapp_template(email, template_name)

Send emails using PostageApp’s template API.

PostageApp’s API docs for this can be found here.

Example

postageapp_template(email, “POSTAGEAPP_TEMPLATE”))

postageapp_variables(email, map)

Variables that can be used for content replacement within PostageApp’s template

Example

postageapp_variables(%{variable_name: “value”})