create_blog_author
Create a blog author profile to generate and manage articles. Returns an authorId for use in blog post generation and updates.
Instructions
Create a new author for blog articles. Returns an authorId that can be used in generate_blog_post and update_blog_article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Author email address | ||
| brandId | No | Brand ID (uses active brand if omitted) | |
| lastName | Yes | Author last name | |
| firstName | Yes | Author first name |