The eventForwarders() GraphQL query will list all of the event forwarders associated with an organization.

For more information on event forwardering rules, see the Event Forwarding Rules documentation page. You may also want to look at the Event Forwarding and the Events page for related information.

Syntax

Below is the syntax for the eventForwarders() query field:

eventForwarders: [EventForwarder!]!

Given Datatypes

For the given datatype, EventForwarder, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: EventForwarder

ParameterTypeRequired[a]DefaultDescription
idstringyes The unique identifier of the event forwarder.
namestringyes The name of the event forwarder.
descriptionstringyes A description of the event forwarder.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.