Skip to content

createCampaignInput

Autogenerated input type of createCampaign

Fields

deprecated DO NOT USE
button_text · String · Text displayed in button below email body
button_url · String · URL in email button below email body
email_body · String · Text displayed in email body
email_greeting · String · Text displayed before client name (example: 'Hello <client_name>', 'Greetings <client_name>', ....)
image · Upload · Image shown above email body
recipient_ids · String · comma-separated example: "user-12, group-23, tag-34"
sms_body · String · SMS text content

Used By

Definition

"""
Autogenerated input type of createCampaign
"""
input createCampaignInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Text displayed in button below email body
"""
button_text: String
"""
URL in email button below email body
"""
button_url: String
"""
Text displayed in email body
"""
email_body: String
"""
Text displayed before client name (example: 'Hello <client_name>', 'Greetings <client_name>', ....)
"""
email_greeting: String
email_subject: String
"""
Image shown above email body
"""
image: Upload
include_archived_clients: Boolean
is_draft: Boolean = true
is_email: Boolean
is_sms: Boolean
name: String
"""
comma-separated example: "user-12, group-23, tag-34"
"""
recipient_ids: String
"""
SMS text content
"""
sms_body: String
user_id: ID
}