leadSourceCreate

Graphql fields and variables for the leadSourceCreate mutation

Create a lead source

Scope required: admin:write

For a complete list of input attributes see the LeadSourceAttributes type

mutation leadSourceCreate ($attributes: LeadSourceAttributes!) {
  leadSourceCreate (attributes: $attributes) {
      errors
      leadSource {
        createdAt
        id
        name
        updatedAt
      }
  }
}

Arguments

{
  "attributes": {
    "name": ""
  }
}
Name
Type
Description

Response

Name
Type
Description

errors

List (String)

leadSource

Last updated

Was this helpful?