Mutations
addHeaderToWebhookReceiver
Adds a header to a webhook receiver configuration.
MUTATION
addHeaderToWebhookReceiver(input: WebhookReceiverHeaderInput): AddHeaderToWebhookReceiverArguments
Returns
webhookReceiver
Mutation
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Adds a header to a webhook receiver configuration.
addHeaderToWebhookReceiver(input: WebhookReceiverHeaderInput): AddHeaderToWebhookReceivermutation AddHeaderToWebhookReceiver {
addHeaderToWebhookReceiver {
webhookReceiver {
LastSessionId
_HeadersCount
_SubscriptionsCount
_created
_etag
_updated
}
}
}{
"data": {
"addHeaderToWebhookReceiver": {
"webhookReceiver": {
"LastSessionId": "string",
"_HeadersCount": 1,
"_SubscriptionsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Was this page helpful?
mutation AddHeaderToWebhookReceiver {
addHeaderToWebhookReceiver {
webhookReceiver {
LastSessionId
_HeadersCount
_SubscriptionsCount
_created
_etag
_updated
}
}
}{
"data": {
"addHeaderToWebhookReceiver": {
"webhookReceiver": {
"LastSessionId": "string",
"_HeadersCount": 1,
"_SubscriptionsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Suggestions