Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5028

Mailgun How do i add mailgun tags or campaign id to my email?

$
0
0

Hi Guys

I have set a mailgun email and that work fine, but i want to use tags and or campaign id's to add the the email for analysis.
How can i do this ?
options = angular.extend({
"to": [{
"name": delegate.firstname + ' ' + delegate.lastname,
"email": delegate.email
}],
"subject": "Training Feedback Survey Request",
"body_html": "\r\n

\",
"from_name":"Professional Services",
"from_email": "professionalservices@email.com",
"reply_to_name": "Profesional Services",
"reply_to_email": "professionalservices@email.com",
"service": "tonygilmailgun"
});

I want to add the mailgun o:tags and or campaign
Mailgun website give this as an exmaple
o:tag='September newsletter' \
-F o:tag='newsletters'
but how can i do that in dreamfactory ?
Thanks
Tony Gilpin


Viewing all articles
Browse latest Browse all 5028

Trending Articles