mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Add title
This commit is contained in:
parent
b41102630f
commit
e48a94598d
1 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ Newsletters.sendy = {
|
|||
from_name: fromName,
|
||||
from_email: fromEmail,
|
||||
reply_to: replyTo,
|
||||
title: subject,
|
||||
subject: subject,
|
||||
plain_text: text,
|
||||
html_text: html,
|
||||
|
@ -48,7 +49,7 @@ Newsletters.sendy = {
|
|||
};
|
||||
|
||||
console.log(params);
|
||||
|
||||
|
||||
SendyAPI.createCampaign(params, function(err,result){
|
||||
if (err) {
|
||||
console.log('// Sendy error')
|
||||
|
|
Loading…
Add table
Reference in a new issue