Comfortable | Docs
  • Comfortable Documentation
  • Concepts
    • Content Repositories
    • Content Types
    • Documents
    • Assets
    • Content Tree
    • Collections
    • Webhooks
    • Team
    • Locales
  • APIs
    • RESTful API
      • Endpoints
      • API Reference
        • Sorting
        • Filters
        • Localisation
        • Fields
        • Includes
        • Search
      • Query Examples
        • Collections
        • Single Documents
        • Single Assets
        • Sorting
        • Filters
        • Includes
    • Image Manipulation
  • SDKs
    • JavaScript
      • Query Options
      • Query All Documents
      • Query a Collection
      • Query a Single Document
      • Query an Alias
      • Query an Asset
      • Example: Filters
      • Example: Sorting
    • Nuxt.js
    • PHP
      • Query All Documents
      • Query Single Document
      • Query Collection
      • Query an Alias
      • Query an Asset
      • Fulltext Search
      • Query by Fields
      • Query by Type
      • Query by Id
      • Query by Tags
  • Guides
    • Vue Blog Example
  • Legal
    • Legal Notice
    • Privacy Policy
Powered by GitBook
On this page
  • Adding Webhooks
  • Configuration
  • Name
  • Url
  • Headers
  • Hooks
  • Deleting Webhooks
  1. Concepts

Webhooks

You can subscribe to system events to make HTTP requests and trigger callbacks in your own application.

Adding Webhooks

  1. Navigate to the 'Settings' Page and select the tab 'Webhooks'

  2. Click the 'Create New Webhook'-Button

  3. You will be redirected to a new page to configure your Webhook

Configuration

Name

The name field only purpose is to identify it in the list view.

Url

The URL to deliver requests to.

Headers

You can add custom headers by defining a key and a value. There is no limit for the number of headers.

Hooks

Source

Create

Save

Delete

Publish

Unpublish

Archive

Unarchive

Document

✔️

✔️

✔️

✔️

✔️

✔️

✔️

Asset

✔️

✔️

✔️

✔️

✔️

✖️

✖️

Content Type

✔️

✔️

✔️

✖️

✖️

✖️

✖️

Collection

✔️

✔️

✔️

✖️

✖️

✖️

✖️

Deleting Webhooks

  1. Navigate to the 'Settings' Page and select the tab 'Webhooks'.

  2. Use the 'Pencil'-Button in a Webhook row to switch to the edit view.

  3. Click the 'Delete Webhook'-Button and confirm.

PreviousCollectionsNextTeam

Last updated 6 years ago