Webhook
Last updated
Last updated
POST
https://api.gomalomo.com/webhooks
Name | Type | Description |
---|---|---|
GET
https://api.gomalomo.com/webhooks/:id
GET
https://api.gomalomo.com/webhooks
PUT
https://api.gomalomo.com/webhooks/:id
DELETE
https://api.gomalomo.com/webhooks/:id
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Field
Description
active
Whether events should be sent to this webhook. Can be either true
or false
. Defaults to true
.
created_at
When a Webhook
was created on the Malomo Platform.
id
Unique identifier per Webhook
.
topic
Event that triggers a webhook.
updated_at
When a Webhook
was last updated.
url
URL webhook events should be sent to.
active
boolean
Whether to send events to a webhook. Defaults to true
.
secret
string
Key used to sign webhook events.
topic
string
Event that triggers a webhook.
url
string
URL to send webhook events to.
id
string
Unique identifier of the desired Webhook
.
prev
string
Retrieve webhooks before a given cursor.
next
string
Retrieve webhooks after a given cursor.
id
string
Unique identifier of the Webhook
to update.
active
boolean
Whether to send events to a webhook.
url
string
URL to send webhook events to.
id
string
Unique identifier of the Webhook
to be deleted.