blogs_create_blog_post
Create blog posts in GoHighLevel with title, HTML content, status, and metadata. Specify blog ID, author, categories, and publish settings to manage your blog directly.
Instructions
Create 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 | |
| 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 |