mutation {
createWebhook(input: {
actions: [
"card.field_update",
"card.create",
"card.move",
"card.delete"
],
name: "Webhook",
pipe_id: 302383334
url: "https://webhook.site/3b43ca0a-15ae-41b2-89a1-5da6fa695f62"
}) {
webhook {
id
actions
url
}
}
}
Is it possible to have multiple webhooks for several pipe_ids? At the same end point