Liking cljdoc? Tell your friends :D

full.contacts-api-client.webhooks


create-clj

(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.
sourceraw docstring

delete-clj

(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.
sourceraw docstring

get-clj

(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.
sourceraw docstring

get-batchesclj

(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.
sourceraw docstring

get-triggersclj

(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
sourceraw docstring

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close