hookCreate
mutation
Create webhook
Registers a new webhook for the company. Specify target URL and events to subscribe to.
mutation {
hookCreate(companyId: Int!, data: HookInsert!): Hook!
}Returns: Hook!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | HookInsert! |