Indietro a Ghost

Connetti Knoon AI con Ghost per automatizzare i flussi di lavoro AI.

Fetch a single post from the connected Ghost blog by its slug.
ghostDefaultGetPost
Beta
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
NomeTipoDescrizioneObbligatorio
slugmustache Slug of the post to retrieve (e.g. "welcome-to-our-blog").
Resi
NomeTipoDescrizione
postIdstring Post ID.
titlestring Post title.
slugstring Post slug.
urlstring Published URL of the post.
statusstring Post status (draft/published).
publishedAtstring Publish timestamp (ISO 8601) if published.
updatedAtstring Last updated timestamp (ISO 8601).
featureImagestring Featured image URL.
excerptstring Custom or auto-generated excerpt.
plainTextstring Plain-text version of the post.
htmlstring HTML content of the post.
markdownstring Markdown content of the post if available.