(create- auth url trigger-ids & {:keys [team-id]})
Creates a new webhook. Use :team-id to specify team instead of individual.
Creates a new webhook. Use :team-id to specify team instead of individual.
(delete- auth webhook-id & {:keys [team-id]})
Deletes an existing webhook. Use :team-id to specify team instead of individual.
Deletes an existing webhook. Use :team-id to specify team instead of individual.
(get- auth webhook-ids & {:keys [team-id page]})
Get a list of webhooks by using a list of webhook ids. Use :team-id to specify team instead of individual.
Get a list of webhooks by using a list of webhook ids. Use :team-id to specify team instead of individual.
(get-batches auth batch-id webhook-id & {:keys [team-id]})
Gets a batch of webhooks. Use :team-id to specify team instead of individual.
Gets a batch of webhooks. Use :team-id to specify team instead of individual.
(get-triggers auth)
Get a list of possible triggerIds that can be used to create a new webhook
Get a list of possible triggerIds that can be used to create a new webhook
(search auth & {:keys [url page trigger-ids team-id]})
Searches a user's list of webhooks. Use :team-id to specify team instead of individual.
Searches a user's list of webhooks. Use :team-id to specify team instead of individual.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close