WebhookSubscriptionFilterInput
Defines the input type for a webhook subscription filter.
By specifying a filter, a webhook subscription can be created to only receive messages for a given Event, Contact Store, Continuing Education Contact Store or Membership Contact Store in EventsAir.
input WebhookSubscriptionFilterInput {
identifier: String!
type: WebhookSubscriptionFilterType!
}
Fields
WebhookSubscriptionFilterInput.identifier
● String!
non-null scalar
The identifier of the Event, Contact Store, Continuing Education Contact Store or Membership Contact Store to filter messages by.
The identifier specified must match the specified type
otherwise a BAD_USER_INPUT
error will be thrown.
WebhookSubscriptionFilterInput.type
● WebhookSubscriptionFilterType!
non-null enum
The type of filter for the webhook subscription.
Member Of
CreateWebhookSubscriptionInput
input ● UpdateWebhookSubscriptionInput
input