saveWebhook
Use this mutation to save webhooks by using multiple scope
variables. After saving a webhook, ikas will start to push new webhooks to given url endpoint
. If endpoint is unreachable or returns an error code other than HTTP 200
ikas will try to push webhook for 3 times then stops sending webhook.
saveWebhook(
input: WebhookInput!
): [Webhook!]
Arguments
Return Type
Webhook
WebhookWebhook model description.