generate_post
Queue an async job to create content from your GitHub activity. Select from changelog, blog post, or social media posts and specify repositories.
Instructions
Queue an async post generation job. Notra will analyze your GitHub activity and generate content. Use get_post_generation_status to poll for completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| github | No | Connected GitHub repositories to analyze. Use owner/repo values returned by list_integrations. | |
| dataPoints | No | Types of data to include in generation | |
| contentType | Yes | Type of content to generate | |
| brandVoiceId | No | Brand voice ID to use for generation | |
| integrations | No | Integration IDs to use for generation | |
| repositoryIds | No | Repository IDs to include. Deprecated; prefer integrations.github IDs from list_integrations. | |
| selectedItems | No | Specific items to include in generation | |
| lookbackWindow | No | Time window for gathering data (default: last_7_days) | |
| brandIdentityId | No | Brand identity ID to use | |
| linearIntegrationIds | No | Linear integration IDs to include. Deprecated; prefer integrations.linear. |