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_name: fromName,
|
||||||
from_email: fromEmail,
|
from_email: fromEmail,
|
||||||
reply_to: replyTo,
|
reply_to: replyTo,
|
||||||
|
title: subject,
|
||||||
subject: subject,
|
subject: subject,
|
||||||
plain_text: text,
|
plain_text: text,
|
||||||
html_text: html,
|
html_text: html,
|
||||||
|
@ -48,7 +49,7 @@ Newsletters.sendy = {
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(params);
|
console.log(params);
|
||||||
|
|
||||||
SendyAPI.createCampaign(params, function(err,result){
|
SendyAPI.createCampaign(params, function(err,result){
|
||||||
if (err) {
|
if (err) {
|
||||||
console.log('// Sendy error')
|
console.log('// Sendy error')
|
||||||
|
|
Loading…
Add table
Reference in a new issue