You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Viewing the message in the SparkPost Dashboard, I can see the template and data are set, but the campaign remains empty. Following #107, it looks like the problem is in the SparkPostMessage class. substitution_data, template are copied there, but not campaign.
The text was updated successfully, but these errors were encountered:
I'm trying to send an email with a campaign id using a
EmailMessage
object as follows:Viewing the message in the SparkPost Dashboard, I can see the template and data are set, but the campaign remains empty. Following #107, it looks like the problem is in the
SparkPostMessage
class.substitution_data
,template
are copied there, but notcampaign
.The text was updated successfully, but these errors were encountered: