Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Webhooks page does not list all available webhooks #111

@kevinansfield

Description

@kevinansfield

https://docs.ghost.org/api/webhooks/ only lists 3 events rather than the full list of events that were added in Ghost 2.16.0.

I wonder if we should document the webhook payload format too?

Full list of events:

Global
'site.changed' - Site changed (rebuild)

Posts
'post.added' - Post created
'post.deleted' - Post deleted
'post.edited' - Post updated
'post.published' - Post published
'post.published.edited' - Published post updated
'post.unpublished' - Post unpublished
'post.tag.attached' - Tag added to post
'post.tag.detached' - Tag removed from post

Pages
'page.added' - Page created
'page.deleted' - Page deleted
'page.edited' - Page updated
'page.published' - Page published
'page.published.edited' - Published page updated
'page.unpublished' - Page unpublished
'page.tag.attached' - Tag added to page
'page.tag.detached' - Tag removed from page

Tags
'tag.added' - Tag created
'tag.edited' - Tag updated
'tag.deleted' - Tag deleted

Subscribers
'subscriber.added' - Subscriber added
'subscriber.deleted' - Subscriber deleted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions