For the complete documentation index, see llms.txt. This page is also available as Markdown.

campaign

Graphql fields and variables for the campaign query

Scope required:

For a complete list of possible response fields see the Campaign type.

query campaign ($id: ID, $code: String, $format: String) {
  campaign (id: $id, code: $code, format: $format) {
    code
    contactCount
    endDate
    id
    leadCount
    name
    ownerUserId
    startDate
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?