← All integrations

Ghost icon

Ghost

Ghost integration (Productivity, Marketing). Imported from open-connector.

API key9 native toolsIcon needs-review
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
ghost_list_posts
List published posts from the connected Ghost site.

/posts/

7 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of resources to request from Ghost.
pageintegeroptionalThe one-based page number to request from Ghost.
includestringoptionalComma-separated Ghost include expression, such as authors,tags or count.posts.
fieldsstringoptionalComma-separated Ghost field list to return.
formatsstringoptionalComma-separated Ghost formats to return, such as html,plaintext.
filterstringoptionalGhost Content API filter expression.
orderstringoptionalGhost Content API order expression.
GET
ghost_get_post
Get one published Ghost post by ID or slug.

/posts/{id}/

5 parameters
ParamTypeRequiredDescription
idstringrequiredThe Ghost resource ID.
slugstringoptionalThe Ghost resource slug.
includestringoptionalComma-separated Ghost include expression, such as authors,tags or count.posts.
fieldsstringoptionalComma-separated Ghost field list to return.
formatsstringoptionalComma-separated Ghost formats to return, such as html,plaintext.
GET
ghost_list_pages
List published pages from the connected Ghost site.

/pages/

7 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of resources to request from Ghost.
pageintegeroptionalThe one-based page number to request from Ghost.
includestringoptionalComma-separated Ghost include expression, such as authors,tags or count.posts.
fieldsstringoptionalComma-separated Ghost field list to return.
formatsstringoptionalComma-separated Ghost formats to return, such as html,plaintext.
filterstringoptionalGhost Content API filter expression.
orderstringoptionalGhost Content API order expression.
GET
ghost_get_page
Get one published Ghost page by ID or slug.

/pages/{id}/

5 parameters
ParamTypeRequiredDescription
idstringrequiredThe Ghost resource ID.
slugstringoptionalThe Ghost resource slug.
includestringoptionalComma-separated Ghost include expression, such as authors,tags or count.posts.
fieldsstringoptionalComma-separated Ghost field list to return.
formatsstringoptionalComma-separated Ghost formats to return, such as html,plaintext.
GET
ghost_list_tags
List public tags from the connected Ghost site.

/tags/

7 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of resources to request from Ghost.
pageintegeroptionalThe one-based page number to request from Ghost.
includestringoptionalComma-separated Ghost include expression, such as authors,tags or count.posts.
fieldsstringoptionalComma-separated Ghost field list to return.
formatsstringoptionalComma-separated Ghost formats to return, such as html,plaintext.
filterstringoptionalGhost Content API filter expression.
orderstringoptionalGhost Content API order expression.
GET
ghost_get_tag
Get one public Ghost tag by ID or slug.

/tags/{id}/

5 parameters
ParamTypeRequiredDescription
idstringrequiredThe Ghost resource ID.
slugstringoptionalThe Ghost resource slug.
includestringoptionalComma-separated Ghost include expression, such as authors,tags or count.posts.
fieldsstringoptionalComma-separated Ghost field list to return.
formatsstringoptionalComma-separated Ghost formats to return, such as html,plaintext.
GET
ghost_list_authors
List public authors from the connected Ghost site.

/authors/

7 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of resources to request from Ghost.
pageintegeroptionalThe one-based page number to request from Ghost.
includestringoptionalComma-separated Ghost include expression, such as authors,tags or count.posts.
fieldsstringoptionalComma-separated Ghost field list to return.
formatsstringoptionalComma-separated Ghost formats to return, such as html,plaintext.
filterstringoptionalGhost Content API filter expression.
orderstringoptionalGhost Content API order expression.
GET
ghost_get_author
Get one public Ghost author by ID or slug.

/authors/{id}/

5 parameters
ParamTypeRequiredDescription
idstringrequiredThe Ghost resource ID.
slugstringoptionalThe Ghost resource slug.
includestringoptionalComma-separated Ghost include expression, such as authors,tags or count.posts.
fieldsstringoptionalComma-separated Ghost field list to return.
formatsstringoptionalComma-separated Ghost formats to return, such as html,plaintext.
GET
ghost_read_settings
Read public settings for the connected Ghost site.

/settings/

Request private-beta access