I’m trying to use this endpoint to send transactional emails to end users.
Each email has the following unique metadata:
- URL
- String
The documentation linked above mentions using message_data → liquid_data in order to pass data through to the template.
But I can’t figure out how to reference the message_data object using liquid from the template edit screen.
How do I reference the message_data field from the API in the template?