Objective: Programmatically (API) send SMS through Intercom while passing in a payload of variables to inject into the SMS template.
We can’t find a path forward to utilize event metadata to fill in SMS template variables inside of series.
Our current path that led to a dead-end is
- Create a series with an event trigger. We POST an event to effectively send an SMS
- Use event metadata to pass in sms template variable values
- The only event attributes that show up in the SMS template builder are <eventname> first, last and count. Not our custom event metadata we specified.