updateNotificationEventTypeSubscription mutation
Updates the callback ID associated with the registered event type.
Syntax
1mutation {2 updateNotificationEventTypeSubscription(5}
Example
- Request
- Response
1mutation {2 updateNotificationEventTypeSubscription (3 input: {4 eventType: "MessageReceived",5 callbackConfigId: "1969081f-8380-4dbd-9a19-c26fc1747b06"6 })7 {8 eventType9 callbackConfig {10 id11 callbackUrl12 requestTimeoutSeconds13 secretExpirationDateTime14 contactEmail15 }16 }17}
Arguments
Name | Description |
---|---|
| Required. Event types and callback configuration ID. Type: UpdateNotificationEventTypeSubscriptionInput |
Types
Name | Type | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
EmailAddress | EmailAddress | |||||||||||||
A field whose value conforms to the standard internet email address format as specified in HTML Spec. | ||||||||||||||
ID | ID | |||||||||||||
The | ||||||||||||||
Int | Int | |||||||||||||
The | ||||||||||||||
LocalDateTime | LocalDateTime | |||||||||||||
A type representing a date and time (such as 2007-12-03T10:15:30). | ||||||||||||||
NotificationCallbackConfig | Object | |||||||||||||
Details about the callback configuration.
| ||||||||||||||
String | String | |||||||||||||
The | ||||||||||||||
UpdateNotificationEventTypeSubscriptionInput | InputObject | |||||||||||||
UpdateNotificationEventTypeSubscriptionPayload | Object | |||||||||||||
Details about the event types after a callback configuration is subscribed.
| ||||||||||||||
Url | Url | |||||||||||||
Scalar type whose value conforms to the standard URL format as specified in RFC3986 specification. |