Mutations
createWebhookSubscription
MUTATION
createWebhookSubscription(input: CreateWebhookSubscriptionInput!): CreateWebhookSubscriptionArguments
input
required
Returns
webhookSubscription
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createWebhookSubscription(input: CreateWebhookSubscriptionInput!): CreateWebhookSubscriptionmutation CreateWebhookSubscription($input: CreateWebhookSubscriptionInput!) {
createWebhookSubscription(input: $input) {
webhookSubscription {
LastSessionId
_EventsCount
_created
_etag
_updated
action
}
}
}{
"input": {
"action": "CREATE",
"resource": "ABOM_INSTALLATIONS"
}
}{
"data": {
"createWebhookSubscription": {
"webhookSubscription": {
"LastSessionId": "string",
"_EventsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"action": "CREATE"
}
}
}
}Was this page helpful?
mutation CreateWebhookSubscription($input: CreateWebhookSubscriptionInput!) {
createWebhookSubscription(input: $input) {
webhookSubscription {
LastSessionId
_EventsCount
_created
_etag
_updated
action
}
}
}{
"input": {
"action": "CREATE",
"resource": "ABOM_INSTALLATIONS"
}
}{
"data": {
"createWebhookSubscription": {
"webhookSubscription": {
"LastSessionId": "string",
"_EventsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"action": "CREATE"
}
}
}
}Suggestions