blogs_update_blog_post
Update an existing blog post in GoHighLevel by specifying the post ID and supplying new values for title, content, status, and metadata.
Instructions
Update Blog Post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| author | Yes | This needs to be author id, which you can get from the author get api call. | |
| blogId | Yes | You can find the blog id from blog site dashboard link | |
| postId | Yes | Path parameter postId. | |
| status | Yes | ||
| rawHTML | Yes | ||
| urlSlug | Yes | ||
| imageUrl | Yes | ||
| categories | Yes | This needs to be array of category ids, which you can get from the category get api call. | |
| locationId | No | Defaults to GHL_LOCATION_ID when omitted. | |
| description | Yes | ||
| publishedAt | Yes | Provide ISO timestamp | |
| imageAltText | Yes | ||
| canonicalLink | No |