This commit is contained in:
@@ -29,7 +29,7 @@ class CreateListmonkCampaign {
|
|||||||
let createRequestBody = {
|
let createRequestBody = {
|
||||||
name: title,
|
name: title,
|
||||||
subject: "New Post",
|
subject: "New Post",
|
||||||
lists: [process.env.INPUT_IS_PRODUCTION == "true" ? 3 : 4],
|
lists: [process.env.INPUT_IS_PRODUCTION == "true" ? 2 : 4],
|
||||||
from_email: "TårupGård Mailer <mailer@tarupgard.com>",
|
from_email: "TårupGård Mailer <mailer@tarupgard.com>",
|
||||||
content_type: "html",
|
content_type: "html",
|
||||||
type: "regular",
|
type: "regular",
|
||||||
|
|||||||
Reference in New Issue
Block a user