CreateMarketingCampaignInput
No description
input CreateMarketingCampaignInput {
automation_ids: [ID]
description: String
form_ids: [ID]
form_map_ids: [ID]
landing_page_ids: [ID]
name: String!
utm_campaign_name: String
}
Fields
CreateMarketingCampaignInput.automation_ids
● [ID]
list scalar
The IDs of all automations to be associated with this marketing campaign
CreateMarketingCampaignInput.description
● String
scalar
CreateMarketingCampaignInput.form_ids
● [ID]
list scalar
The IDs of all forms to be associated with this marketing campaign
CreateMarketingCampaignInput.form_map_ids
● [ID]
list scalar
The IDs of all form maps to be associated with this marketing campaign
CreateMarketingCampaignInput.landing_page_ids
● [ID]
list scalar
The IDs of all landing pages to be associated with this marketing campaign
CreateMarketingCampaignInput.name
● String!
non-null scalar
CreateMarketingCampaignInput.utm_campaign_name
● String
scalar
Member Of
createMarketingCampaign
mutation