Embed the Reach Marketing Platform in your application as a React Component
ReachProvider
component. The provider requires a config
object that initializes the Reach SDK with authentication and tenant configuration.
ViewAutomationModal
component allows you to pass in a function to return extra merge fields for the automation.
ReachMergeField
objects. Each merge field can be either a static
or dynamic
type.
Each merge field must have a unique id
that will be used when updating merge field contents. The type
field determines whether it’s a static or dynamic merge field.
image
configuration, the image will be automatically added as an attachment to the message. The merge field still provides its text value for use in the message content, while the image serves as a supplementary attachment (e.g., a QR code for a coupon, a product image, etc.).POST
request with the following body:
your-auth-token
is a signed JWT token using the shared secret for the platform.
The userIds are mapped to the externalId
Partner Resource.
The response should be a JSON object with the following format:
templateNames
and their values: