updateCampaignInput
Autogenerated input type of updateCampaign
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEbutton_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>', ....) recipient_ids
· String
· comma-separated example: "user-12, group-23, tag-34" send_campaign
· Boolean
· If true, campaign emails and sms will be sent after mutation Used By
Definition
"""Autogenerated input type of updateCampaign"""input updateCampaignInput { """ 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 id: ID
""" 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
""" If true, campaign emails and sms will be sent after mutation """ send_campaign: Boolean
""" SMS text content """ sms_body: String user_id: ID}