Skip to content

EventProducerInput

About EventProducerInput

This input type is used to create a new custom EventProducer. See About EventProducers for more details.

id

The unique identifier for the event producer. If not provided, one will be automatically assigned.

Type: ID

name

The name of the event producer.

Type: String!

description

The text description of the event producer.

Type: String

timezone

The timezone for the event producer.

Type: String

active

True if the event producer should be active by default, otherwise false.

Type: Boolean

metadata

Arbitrary information about the event producer.

Type: JSON