productivity
beehiiv CLI for AI Agents
Use the beehiiv CLI from KosmoKrator to call beehiiv tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.beehiiv CLI Setup
beehiiv can be configured headlessly with `kosmokrator integrations:configure beehiiv`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure beehiiv --set api_key="$BEEHIIV_API_KEY" --enable --read allow --write ask --json
kosmokrator integrations:doctor beehiiv --json
kosmokrator integrations:status --json Credentials
Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
api_key | BEEHIIV_API_KEY | Secret secret | yes | API Key |
publication_id | BEEHIIV_PUBLICATION_ID | Text string | no | Default Publication ID |
url | BEEHIIV_URL | URL url | no | API Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call beehiiv.beehiiv_advertisement_opportunities_index '{}' --json kosmo integrations:beehiiv beehiiv_advertisement_opportunities_index '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs beehiiv --json
kosmo integrations:docs beehiiv.beehiiv_advertisement_opportunities_index --json
kosmo integrations:schema beehiiv.beehiiv_advertisement_opportunities_index --json
kosmo integrations:search "beehiiv" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
beehiiv.beehiiv_advertisement_opportunities_index
Execute official beehiiv API operation `advertisementOpportunities_index`. Endpoint: GET /publications/{publicationId}/advertisement_opportunities.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_advertisement_opportunities_index '{}' --json kosmo integrations:beehiiv beehiiv_advertisement_opportunities_index '{}' --json beehiiv.beehiiv_authors_index
Execute official beehiiv API operation `authors_index`. Endpoint: GET /publications/{publicationId}/authors.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_authors_index '{}' --json kosmo integrations:beehiiv beehiiv_authors_index '{}' --json beehiiv.beehiiv_authors_show
Execute official beehiiv API operation `authors_show`. Endpoint: GET /publications/{publicationId}/authors/{authorId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_authors_show '{}' --json kosmo integrations:beehiiv beehiiv_authors_show '{}' --json beehiiv.beehiiv_automation_journeys_create
Execute official beehiiv API operation `automationJourneys_create`. Endpoint: POST /publications/{publicationId}/automations/{automationId}/journeys.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_automation_journeys_create '{}' --json kosmo integrations:beehiiv beehiiv_automation_journeys_create '{}' --json beehiiv.beehiiv_automation_journeys_index
Execute official beehiiv API operation `automationJourneys_index`. Endpoint: GET /publications/{publicationId}/automations/{automationId}/journeys.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_automation_journeys_index '{}' --json kosmo integrations:beehiiv beehiiv_automation_journeys_index '{}' --json beehiiv.beehiiv_automation_journeys_show
Execute official beehiiv API operation `automationJourneys_show`. Endpoint: GET /publications/{publicationId}/automations/{automationId}/journeys/{automationJourneyId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_automation_journeys_show '{}' --json kosmo integrations:beehiiv beehiiv_automation_journeys_show '{}' --json beehiiv.beehiiv_automations_index
Execute official beehiiv API operation `automations_index`. Endpoint: GET /publications/{publicationId}/automations.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_automations_index '{}' --json kosmo integrations:beehiiv beehiiv_automations_index '{}' --json beehiiv.beehiiv_automations_list_emails
Execute official beehiiv API operation `automations_listEmails`. Endpoint: GET /publications/{publicationId}/automations/{automationId}/emails.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_automations_list_emails '{}' --json kosmo integrations:beehiiv beehiiv_automations_list_emails '{}' --json beehiiv.beehiiv_automations_show
Execute official beehiiv API operation `automations_show`. Endpoint: GET /publications/{publicationId}/automations/{automationId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_automations_show '{}' --json kosmo integrations:beehiiv beehiiv_automations_show '{}' --json beehiiv.beehiiv_bulk_subscription_updates_index
Execute official beehiiv API operation `bulkSubscriptionUpdates_index`. Endpoint: GET /publications/{publicationId}/bulk_subscription_updates.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_index '{}' --json kosmo integrations:beehiiv beehiiv_bulk_subscription_updates_index '{}' --json beehiiv.beehiiv_bulk_subscription_updates_patch
Execute official beehiiv API operation `bulkSubscriptionUpdates_patch`. Endpoint: PATCH /publications/{publicationId}/subscriptions/bulk_actions.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_patch '{}' --json kosmo integrations:beehiiv beehiiv_bulk_subscription_updates_patch '{}' --json beehiiv.beehiiv_bulk_subscription_updates_patch_status
Execute official beehiiv API operation `bulkSubscriptionUpdates_patch-status`. Endpoint: PATCH /publications/{publicationId}/subscriptions.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_patch_status '{}' --json kosmo integrations:beehiiv beehiiv_bulk_subscription_updates_patch_status '{}' --json beehiiv.beehiiv_bulk_subscription_updates_put
Execute official beehiiv API operation `bulkSubscriptionUpdates_put`. Endpoint: PUT /publications/{publicationId}/subscriptions/bulk_actions.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_put '{}' --json kosmo integrations:beehiiv beehiiv_bulk_subscription_updates_put '{}' --json beehiiv.beehiiv_bulk_subscription_updates_put_status
Execute official beehiiv API operation `bulkSubscriptionUpdates_put-status`. Endpoint: PUT /publications/{publicationId}/subscriptions.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_put_status '{}' --json kosmo integrations:beehiiv beehiiv_bulk_subscription_updates_put_status '{}' --json beehiiv.beehiiv_bulk_subscription_updates_show
Execute official beehiiv API operation `bulkSubscriptionUpdates_show`. Endpoint: GET /publications/{publicationId}/bulk_subscription_updates/{id}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_show '{}' --json kosmo integrations:beehiiv beehiiv_bulk_subscription_updates_show '{}' --json beehiiv.beehiiv_bulk_subscriptions_create
Execute official beehiiv API operation `bulkSubscriptions_create`. Endpoint: POST /publications/{publicationId}/bulk_subscriptions.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_bulk_subscriptions_create '{}' --json kosmo integrations:beehiiv beehiiv_bulk_subscriptions_create '{}' --json beehiiv.beehiiv_condition_sets_index
Execute official beehiiv API operation `conditionSets_index`. Endpoint: GET /publications/{publicationId}/condition_sets.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_condition_sets_index '{}' --json kosmo integrations:beehiiv beehiiv_condition_sets_index '{}' --json beehiiv.beehiiv_condition_sets_show
Execute official beehiiv API operation `conditionSets_show`. Endpoint: GET /publications/{publicationId}/condition_sets/{conditionSetId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_condition_sets_show '{}' --json kosmo integrations:beehiiv beehiiv_condition_sets_show '{}' --json beehiiv.beehiiv_custom_fields_create
Execute official beehiiv API operation `customFields_create`. Endpoint: POST /publications/{publicationId}/custom_fields.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_custom_fields_create '{}' --json kosmo integrations:beehiiv beehiiv_custom_fields_create '{}' --json beehiiv.beehiiv_custom_fields_delete
Execute official beehiiv API operation `customFields_delete`. Endpoint: DELETE /publications/{publicationId}/custom_fields/{id}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_custom_fields_delete '{}' --json kosmo integrations:beehiiv beehiiv_custom_fields_delete '{}' --json beehiiv.beehiiv_custom_fields_index
Execute official beehiiv API operation `customFields_index`. Endpoint: GET /publications/{publicationId}/custom_fields.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_custom_fields_index '{}' --json kosmo integrations:beehiiv beehiiv_custom_fields_index '{}' --json beehiiv.beehiiv_custom_fields_patch
Execute official beehiiv API operation `customFields_patch`. Endpoint: PATCH /publications/{publicationId}/custom_fields/{id}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_custom_fields_patch '{}' --json kosmo integrations:beehiiv beehiiv_custom_fields_patch '{}' --json beehiiv.beehiiv_custom_fields_put
Execute official beehiiv API operation `customFields_put`. Endpoint: PUT /publications/{publicationId}/custom_fields/{id}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_custom_fields_put '{}' --json kosmo integrations:beehiiv beehiiv_custom_fields_put '{}' --json beehiiv.beehiiv_custom_fields_show
Execute official beehiiv API operation `customFields_show`. Endpoint: GET /publications/{publicationId}/custom_fields/{id}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_custom_fields_show '{}' --json kosmo integrations:beehiiv beehiiv_custom_fields_show '{}' --json beehiiv.beehiiv_data_deletion_create
Execute official beehiiv API operation `dataDeletion_create`. Endpoint: POST /publications/{publicationId}/data_privacy/deletion_requests.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_data_deletion_create '{}' --json kosmo integrations:beehiiv beehiiv_data_deletion_create '{}' --json beehiiv.beehiiv_data_deletion_index
Execute official beehiiv API operation `dataDeletion_index`. Endpoint: GET /publications/{publicationId}/data_privacy/deletion_requests.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_data_deletion_index '{}' --json kosmo integrations:beehiiv beehiiv_data_deletion_index '{}' --json beehiiv.beehiiv_data_deletion_show
Execute official beehiiv API operation `dataDeletion_show`. Endpoint: GET /publications/{publicationId}/data_privacy/deletion_requests/{id}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_data_deletion_show '{}' --json kosmo integrations:beehiiv beehiiv_data_deletion_show '{}' --json beehiiv.beehiiv_email_blasts_index
Execute official beehiiv API operation `emailBlasts_index`. Endpoint: GET /publications/{publicationId}/email_blasts.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_email_blasts_index '{}' --json kosmo integrations:beehiiv beehiiv_email_blasts_index '{}' --json beehiiv.beehiiv_email_blasts_show
Execute official beehiiv API operation `emailBlasts_show`. Endpoint: GET /publications/{publicationId}/email_blasts/{emailBlastId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_email_blasts_show '{}' --json kosmo integrations:beehiiv beehiiv_email_blasts_show '{}' --json beehiiv.beehiiv_engagements_index
Execute official beehiiv API operation `engagements_index`. Endpoint: GET /publications/{publicationId}/engagements.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_engagements_index '{}' --json kosmo integrations:beehiiv beehiiv_engagements_index '{}' --json beehiiv.beehiiv_newsletter_list_subscriptions_create
Execute official beehiiv API operation `newsletterListSubscriptions_create`. Endpoint: POST /publications/{publicationId}/newsletter_lists/{newsletterListId}/subscriptions.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_create '{}' --json kosmo integrations:beehiiv beehiiv_newsletter_list_subscriptions_create '{}' --json beehiiv.beehiiv_newsletter_list_subscriptions_index
Execute official beehiiv API operation `newsletterListSubscriptions_index`. Endpoint: GET /publications/{publicationId}/newsletter_lists/{newsletterListId}/subscriptions.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_index '{}' --json kosmo integrations:beehiiv beehiiv_newsletter_list_subscriptions_index '{}' --json beehiiv.beehiiv_newsletter_list_subscriptions_show
Execute official beehiiv API operation `newsletterListSubscriptions_show`. Endpoint: GET /publications/{publicationId}/newsletter_lists/{newsletterListId}/subscriptions/{newsletterListSubscriptionId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_show '{}' --json kosmo integrations:beehiiv beehiiv_newsletter_list_subscriptions_show '{}' --json beehiiv.beehiiv_newsletter_list_subscriptions_update
Execute official beehiiv API operation `newsletterListSubscriptions_update`. Endpoint: PATCH /publications/{publicationId}/newsletter_lists/{newsletterListId}/subscriptions/{newsletterListSubscriptionId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_update '{}' --json kosmo integrations:beehiiv beehiiv_newsletter_list_subscriptions_update '{}' --json beehiiv.beehiiv_newsletter_list_subscriptions_update_by_subscription_id
Execute official beehiiv API operation `newsletterListSubscriptions_update_by_subscription_id`. Endpoint: PATCH /publications/{publicationId}/newsletter_lists/{newsletterListId}/subscriptions/by_subscription_id/{subscriptionId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_update_by_subscription_id '{}' --json kosmo integrations:beehiiv beehiiv_newsletter_list_subscriptions_update_by_subscription_id '{}' --json beehiiv.beehiiv_newsletter_lists_index
Execute official beehiiv API operation `newsletterLists_index`. Endpoint: GET /publications/{publicationId}/newsletter_lists.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_newsletter_lists_index '{}' --json kosmo integrations:beehiiv beehiiv_newsletter_lists_index '{}' --json beehiiv.beehiiv_newsletter_lists_show
Execute official beehiiv API operation `newsletterLists_show`. Endpoint: GET /publications/{publicationId}/newsletter_lists/{newsletterListId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_newsletter_lists_show '{}' --json kosmo integrations:beehiiv beehiiv_newsletter_lists_show '{}' --json beehiiv.beehiiv_oauth_users_identify
Execute official beehiiv API operation `oauthUsers_identify`. Endpoint: GET /users/identify.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_oauth_users_identify '{}' --json kosmo integrations:beehiiv beehiiv_oauth_users_identify '{}' --json beehiiv.beehiiv_polls_index
Execute official beehiiv API operation `polls_index`. Endpoint: GET /publications/{publicationId}/polls.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_polls_index '{}' --json kosmo integrations:beehiiv beehiiv_polls_index '{}' --json beehiiv.beehiiv_polls_list_responses
Execute official beehiiv API operation `polls_list_responses`. Endpoint: GET /publications/{publicationId}/polls/{pollId}/responses.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_polls_list_responses '{}' --json kosmo integrations:beehiiv beehiiv_polls_list_responses '{}' --json beehiiv.beehiiv_polls_show
Execute official beehiiv API operation `polls_show`. Endpoint: GET /publications/{publicationId}/polls/{pollId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_polls_show '{}' --json kosmo integrations:beehiiv beehiiv_polls_show '{}' --json beehiiv.beehiiv_post_templates_index
Execute official beehiiv API operation `postTemplates_index`. Endpoint: GET /publications/{publicationId}/post_templates.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_post_templates_index '{}' --json kosmo integrations:beehiiv beehiiv_post_templates_index '{}' --json beehiiv.beehiiv_posts_aggregate_stats
Execute official beehiiv API operation `posts_aggregate_stats`. Endpoint: GET /publications/{publicationId}/posts/aggregate_stats.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_posts_aggregate_stats '{}' --json kosmo integrations:beehiiv beehiiv_posts_aggregate_stats '{}' --json beehiiv.beehiiv_posts_create
Execute official beehiiv API operation `posts_create`. Endpoint: POST /publications/{publicationId}/posts.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_posts_create '{}' --json kosmo integrations:beehiiv beehiiv_posts_create '{}' --json beehiiv.beehiiv_posts_delete
Execute official beehiiv API operation `posts_delete`. Endpoint: DELETE /publications/{publicationId}/posts/{postId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_posts_delete '{}' --json kosmo integrations:beehiiv beehiiv_posts_delete '{}' --json beehiiv.beehiiv_posts_index
Execute official beehiiv API operation `posts_index`. Endpoint: GET /publications/{publicationId}/posts.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_posts_index '{}' --json kosmo integrations:beehiiv beehiiv_posts_index '{}' --json beehiiv.beehiiv_posts_show
Execute official beehiiv API operation `posts_show`. Endpoint: GET /publications/{publicationId}/posts/{postId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_posts_show '{}' --json kosmo integrations:beehiiv beehiiv_posts_show '{}' --json beehiiv.beehiiv_posts_update
Execute official beehiiv API operation `posts_update`. Endpoint: PATCH /publications/{publicationId}/posts/{postId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_posts_update '{}' --json kosmo integrations:beehiiv beehiiv_posts_update '{}' --json beehiiv.beehiiv_publications_index
Execute official beehiiv API operation `publications_index`. Endpoint: GET /publications.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_publications_index '{}' --json kosmo integrations:beehiiv beehiiv_publications_index '{}' --json beehiiv.beehiiv_publications_show
Execute official beehiiv API operation `publications_show`. Endpoint: GET /publications/{publicationId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_publications_show '{}' --json kosmo integrations:beehiiv beehiiv_publications_show '{}' --json beehiiv.beehiiv_referral_program_show
Execute official beehiiv API operation `referralProgram_show`. Endpoint: GET /publications/{publicationId}/referral_program.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_referral_program_show '{}' --json kosmo integrations:beehiiv beehiiv_referral_program_show '{}' --json beehiiv.beehiiv_segments_create
Execute official beehiiv API operation `segments_create`. Endpoint: POST /publications/{publicationId}/segments.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_segments_create '{}' --json kosmo integrations:beehiiv beehiiv_segments_create '{}' --json beehiiv.beehiiv_segments_delete
Execute official beehiiv API operation `segments_delete`. Endpoint: DELETE /publications/{publicationId}/segments/{segmentId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_segments_delete '{}' --json kosmo integrations:beehiiv beehiiv_segments_delete '{}' --json beehiiv.beehiiv_segments_expand_results
Execute official beehiiv API operation `segments_expand_results`. Endpoint: GET /publications/{publicationId}/segments/{segmentId}/results.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_segments_expand_results '{}' --json kosmo integrations:beehiiv beehiiv_segments_expand_results '{}' --json beehiiv.beehiiv_segments_index
Execute official beehiiv API operation `segments_index`. Endpoint: GET /publications/{publicationId}/segments.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_segments_index '{}' --json kosmo integrations:beehiiv beehiiv_segments_index '{}' --json beehiiv.beehiiv_segments_list_members
Execute official beehiiv API operation `segments_list_members`. Endpoint: GET /publications/{publicationId}/segments/{segmentId}/members.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_segments_list_members '{}' --json kosmo integrations:beehiiv beehiiv_segments_list_members '{}' --json beehiiv.beehiiv_segments_recalculate
Execute official beehiiv API operation `segments_recalculate`. Endpoint: PUT /publications/{publicationId}/segments/{segmentId}/recalculate.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_segments_recalculate '{}' --json kosmo integrations:beehiiv beehiiv_segments_recalculate '{}' --json beehiiv.beehiiv_segments_show
Execute official beehiiv API operation `segments_show`. Endpoint: GET /publications/{publicationId}/segments/{segmentId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_segments_show '{}' --json kosmo integrations:beehiiv beehiiv_segments_show '{}' --json beehiiv.beehiiv_subscription_tags_create
Execute official beehiiv API operation `subscriptionTags_create`. Endpoint: POST /publications/{publicationId}/subscriptions/{subscriptionId}/tags.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscription_tags_create '{}' --json kosmo integrations:beehiiv beehiiv_subscription_tags_create '{}' --json beehiiv.beehiiv_subscriptions_create
Execute official beehiiv API operation `subscriptions_create`. Endpoint: POST /publications/{publicationId}/subscriptions.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_create '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_create '{}' --json beehiiv.beehiiv_subscriptions_delete
Execute official beehiiv API operation `subscriptions_delete`. Endpoint: DELETE /publications/{publicationId}/subscriptions/{subscriptionId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_delete '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_delete '{}' --json beehiiv.beehiiv_subscriptions_get_by_email
Execute official beehiiv API operation `subscriptions_get-by-email`. Endpoint: GET /publications/{publicationId}/subscriptions/by_email/{email}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_get_by_email '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_get_by_email '{}' --json beehiiv.beehiiv_subscriptions_get_by_id
Execute official beehiiv API operation `subscriptions_get-by-id`. Endpoint: GET /publications/{publicationId}/subscriptions/{subscriptionId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_get_by_id '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_get_by_id '{}' --json beehiiv.beehiiv_subscriptions_get_by_subscriber_id
Execute official beehiiv API operation `subscriptions_get-by-subscriber-id`. Endpoint: GET /publications/{publicationId}/subscriptions/by_subscriber_id/{subscriberId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_get_by_subscriber_id '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_get_by_subscriber_id '{}' --json beehiiv.beehiiv_subscriptions_get_jwt_token
Execute official beehiiv API operation `subscriptions_get-jwt_token`. Endpoint: GET /publications/{publicationId}/subscriptions/{subscriptionId}/jwt_token.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_get_jwt_token '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_get_jwt_token '{}' --json beehiiv.beehiiv_subscriptions_index
Execute official beehiiv API operation `subscriptions_index`. Endpoint: GET /publications/{publicationId}/subscriptions.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_index '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_index '{}' --json beehiiv.beehiiv_subscriptions_patch
Execute official beehiiv API operation `subscriptions_patch`. Endpoint: PATCH /publications/{publicationId}/subscriptions/{subscriptionId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_patch '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_patch '{}' --json beehiiv.beehiiv_subscriptions_put
Execute official beehiiv API operation `subscriptions_put`. Endpoint: PUT /publications/{publicationId}/subscriptions/{subscriptionId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_put '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_put '{}' --json beehiiv.beehiiv_subscriptions_update_by_email
Execute official beehiiv API operation `subscriptions_update-by-email`. Endpoint: PUT /publications/{publicationId}/subscriptions/by_email/{email}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_subscriptions_update_by_email '{}' --json kosmo integrations:beehiiv beehiiv_subscriptions_update_by_email '{}' --json beehiiv.beehiiv_tiers_create
Execute official beehiiv API operation `tiers_create`. Endpoint: POST /publications/{publicationId}/tiers.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_tiers_create '{}' --json kosmo integrations:beehiiv beehiiv_tiers_create '{}' --json beehiiv.beehiiv_tiers_index
Execute official beehiiv API operation `tiers_index`. Endpoint: GET /publications/{publicationId}/tiers.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_tiers_index '{}' --json kosmo integrations:beehiiv beehiiv_tiers_index '{}' --json beehiiv.beehiiv_tiers_patch
Execute official beehiiv API operation `tiers_patch`. Endpoint: PATCH /publications/{publicationId}/tiers/{tierId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_tiers_patch '{}' --json kosmo integrations:beehiiv beehiiv_tiers_patch '{}' --json beehiiv.beehiiv_tiers_put
Execute official beehiiv API operation `tiers_put`. Endpoint: PUT /publications/{publicationId}/tiers/{tierId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_tiers_put '{}' --json kosmo integrations:beehiiv beehiiv_tiers_put '{}' --json beehiiv.beehiiv_tiers_show
Execute official beehiiv API operation `tiers_show`. Endpoint: GET /publications/{publicationId}/tiers/{tierId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_tiers_show '{}' --json kosmo integrations:beehiiv beehiiv_tiers_show '{}' --json beehiiv.beehiiv_webhooks_create
Execute official beehiiv API operation `webhooks_create`. Endpoint: POST /publications/{publicationId}/webhooks.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_webhooks_create '{}' --json kosmo integrations:beehiiv beehiiv_webhooks_create '{}' --json beehiiv.beehiiv_webhooks_delete
Execute official beehiiv API operation `webhooks_delete`. Endpoint: DELETE /publications/{publicationId}/webhooks/{endpointId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_webhooks_delete '{}' --json kosmo integrations:beehiiv beehiiv_webhooks_delete '{}' --json beehiiv.beehiiv_webhooks_index
Execute official beehiiv API operation `webhooks_index`. Endpoint: GET /publications/{publicationId}/webhooks.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_webhooks_index '{}' --json kosmo integrations:beehiiv beehiiv_webhooks_index '{}' --json beehiiv.beehiiv_webhooks_show
Execute official beehiiv API operation `webhooks_show`. Endpoint: GET /publications/{publicationId}/webhooks/{endpointId}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_webhooks_show '{}' --json kosmo integrations:beehiiv beehiiv_webhooks_show '{}' --json beehiiv.beehiiv_webhooks_test
Execute official beehiiv API operation `webhooks_test`. Endpoint: GET /publications/{publicationId}/webhooks/{endpointId}/tests.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_webhooks_test '{}' --json kosmo integrations:beehiiv beehiiv_webhooks_test '{}' --json beehiiv.beehiiv_webhooks_update
Execute official beehiiv API operation `webhooks_update`. Endpoint: PATCH /publications/{publicationId}/webhooks/{endpointId}.
write - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_webhooks_update '{}' --json kosmo integrations:beehiiv beehiiv_webhooks_update '{}' --json beehiiv.beehiiv_workspaces_identify
Execute official beehiiv API operation `workspaces_identify`. Endpoint: GET /workspaces/identify.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_workspaces_identify '{}' --json kosmo integrations:beehiiv beehiiv_workspaces_identify '{}' --json beehiiv.beehiiv_workspaces_publications_by_subscription_email
Execute official beehiiv API operation `workspaces_publications-by-subscription-email`. Endpoint: GET /workspaces/publications/by_subscription_email/{email}.
read - Parameters
- none
kosmo integrations:call beehiiv.beehiiv_workspaces_publications_by_subscription_email '{}' --json kosmo integrations:beehiiv beehiiv_workspaces_publications_by_subscription_email '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
beehiiv.beehiiv_advertisement_opportunities_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_advertisement_opportunities_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_authors_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_authors_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_authors_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_authors_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_automation_journeys_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_automation_journeys_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_automation_journeys_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_automation_journeys_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_automation_journeys_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_automation_journeys_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_automations_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_automations_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_automations_list_emails 0 parameters
kosmo integrations:schema beehiiv.beehiiv_automations_list_emails --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_automations_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_automations_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_bulk_subscription_updates_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_bulk_subscription_updates_patch 0 parameters
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_bulk_subscription_updates_patch_status 0 parameters
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_patch_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_bulk_subscription_updates_put 0 parameters
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_bulk_subscription_updates_put_status 0 parameters
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_put_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_bulk_subscription_updates_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_bulk_subscriptions_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_bulk_subscriptions_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_condition_sets_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_condition_sets_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_condition_sets_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_condition_sets_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_custom_fields_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_custom_fields_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_custom_fields_delete 0 parameters
kosmo integrations:schema beehiiv.beehiiv_custom_fields_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_custom_fields_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_custom_fields_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_custom_fields_patch 0 parameters
kosmo integrations:schema beehiiv.beehiiv_custom_fields_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_custom_fields_put 0 parameters
kosmo integrations:schema beehiiv.beehiiv_custom_fields_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_custom_fields_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_custom_fields_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_data_deletion_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_data_deletion_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_data_deletion_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_data_deletion_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_data_deletion_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_data_deletion_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_email_blasts_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_email_blasts_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_email_blasts_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_email_blasts_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_engagements_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_engagements_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_newsletter_list_subscriptions_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_newsletter_list_subscriptions_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_newsletter_list_subscriptions_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_newsletter_list_subscriptions_update 0 parameters
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_newsletter_list_subscriptions_update_by_subscription_id 0 parameters
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_update_by_subscription_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_newsletter_lists_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_newsletter_lists_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_newsletter_lists_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_newsletter_lists_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_oauth_users_identify 0 parameters
kosmo integrations:schema beehiiv.beehiiv_oauth_users_identify --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_polls_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_polls_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_polls_list_responses 0 parameters
kosmo integrations:schema beehiiv.beehiiv_polls_list_responses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_polls_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_polls_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_post_templates_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_post_templates_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_posts_aggregate_stats 0 parameters
kosmo integrations:schema beehiiv.beehiiv_posts_aggregate_stats --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_posts_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_posts_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_posts_delete 0 parameters
kosmo integrations:schema beehiiv.beehiiv_posts_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_posts_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_posts_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_posts_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_posts_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_posts_update 0 parameters
kosmo integrations:schema beehiiv.beehiiv_posts_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_publications_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_publications_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_publications_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_publications_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_referral_program_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_referral_program_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_segments_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_segments_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_segments_delete 0 parameters
kosmo integrations:schema beehiiv.beehiiv_segments_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_segments_expand_results 0 parameters
kosmo integrations:schema beehiiv.beehiiv_segments_expand_results --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_segments_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_segments_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_segments_list_members 0 parameters
kosmo integrations:schema beehiiv.beehiiv_segments_list_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_segments_recalculate 0 parameters
kosmo integrations:schema beehiiv.beehiiv_segments_recalculate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_segments_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_segments_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscription_tags_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscription_tags_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_delete 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_get_by_email 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_get_by_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_get_by_id 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_get_by_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_get_by_subscriber_id 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_get_by_subscriber_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_get_jwt_token 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_get_jwt_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_patch 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_put 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_subscriptions_update_by_email 0 parameters
kosmo integrations:schema beehiiv.beehiiv_subscriptions_update_by_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_tiers_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_tiers_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_tiers_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_tiers_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_tiers_patch 0 parameters
kosmo integrations:schema beehiiv.beehiiv_tiers_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_tiers_put 0 parameters
kosmo integrations:schema beehiiv.beehiiv_tiers_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_tiers_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_tiers_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_webhooks_create 0 parameters
kosmo integrations:schema beehiiv.beehiiv_webhooks_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_webhooks_delete 0 parameters
kosmo integrations:schema beehiiv.beehiiv_webhooks_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_webhooks_index 0 parameters
kosmo integrations:schema beehiiv.beehiiv_webhooks_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_webhooks_show 0 parameters
kosmo integrations:schema beehiiv.beehiiv_webhooks_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_webhooks_test 0 parameters
kosmo integrations:schema beehiiv.beehiiv_webhooks_test --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_webhooks_update 0 parameters
kosmo integrations:schema beehiiv.beehiiv_webhooks_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_workspaces_identify 0 parameters
kosmo integrations:schema beehiiv.beehiiv_workspaces_identify --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
beehiiv.beehiiv_workspaces_publications_by_subscription_email 0 parameters
kosmo integrations:schema beehiiv.beehiiv_workspaces_publications_by_subscription_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.