INPUT_OBJECT

CreateSmsCampaignInput

Autogenerated input type of CreateSmsCampaign

link GraphQL Schema definition

  • input CreateSmsCampaignInput {
  • # Contact filter for campaign
  • filterSet: FilterSetAttributes
  • # Array of selected contact ids (mutually exclusive with deselectedContactIds)
  • selectedContactIds: [ID!]
  • # Array of deselected contact ids (mutually exclusive with selectedContactIds)
  • deselectedContactIds: [ID!]
  • # create a campaign for this property's buyers or tenants
  • buyerTenantPropertyId: ID
  • # Recipient Type will be Owner or Tenant
  • recipientType: String
  • # Name of the model used in filter
  • filterModelName: String
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by