KosmoKrator

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, configure, and verify
# 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.

KeyEnv varTypeRequiredLabel
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.

Generic CLI call
kosmo integrations:call beehiiv.beehiiv_advertisement_opportunities_index '{}' --json
Provider shortcut
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.

Discovery commands
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_advertisement_opportunities_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_authors_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_authors_show '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_automation_journeys_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_automation_journeys_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_automation_journeys_show '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_automations_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_automations_list_emails '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_automations_show '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_index '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_patch_status '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_put '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_put_status '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_bulk_subscription_updates_show '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_bulk_subscriptions_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_condition_sets_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_condition_sets_show '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_custom_fields_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_custom_fields_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_custom_fields_index '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_custom_fields_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_custom_fields_put '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_custom_fields_show '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_data_deletion_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_data_deletion_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_data_deletion_show '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_email_blasts_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_email_blasts_show '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_engagements_index '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_show '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_update '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_newsletter_list_subscriptions_update_by_subscription_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_newsletter_lists_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_newsletter_lists_show '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_oauth_users_identify '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_polls_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_polls_list_responses '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_polls_show '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_post_templates_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_posts_aggregate_stats '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_posts_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_posts_delete '{}' --json
Shortcut
kosmo integrations:beehiiv beehiiv_posts_delete '{}' --json

beehiiv.beehiiv_posts_index

Execute official beehiiv API operation `posts_index`. Endpoint: GET /publications/{publicationId}/posts.

Read read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_posts_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_posts_show '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_posts_update '{}' --json
Shortcut
kosmo integrations:beehiiv beehiiv_posts_update '{}' --json

beehiiv.beehiiv_publications_index

Execute official beehiiv API operation `publications_index`. Endpoint: GET /publications.

Read read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_publications_index '{}' --json
Shortcut
kosmo integrations:beehiiv beehiiv_publications_index '{}' --json

beehiiv.beehiiv_publications_show

Execute official beehiiv API operation `publications_show`. Endpoint: GET /publications/{publicationId}.

Read read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_publications_show '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_referral_program_show '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_segments_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_segments_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_segments_expand_results '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_segments_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_segments_list_members '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_segments_recalculate '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_segments_show '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscription_tags_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_get_by_email '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_get_by_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_get_by_subscriber_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_get_jwt_token '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_index '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_put '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_subscriptions_update_by_email '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_tiers_create '{}' --json
Shortcut
kosmo integrations:beehiiv beehiiv_tiers_create '{}' --json

beehiiv.beehiiv_tiers_index

Execute official beehiiv API operation `tiers_index`. Endpoint: GET /publications/{publicationId}/tiers.

Read read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_tiers_index '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_tiers_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_tiers_put '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_tiers_show '{}' --json
Shortcut
kosmo integrations:beehiiv beehiiv_tiers_show '{}' --json

beehiiv.beehiiv_webhooks_create

Execute official beehiiv API operation `webhooks_create`. Endpoint: POST /publications/{publicationId}/webhooks.

Write write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_webhooks_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_webhooks_delete '{}' --json
Shortcut
kosmo integrations:beehiiv beehiiv_webhooks_delete '{}' --json

beehiiv.beehiiv_webhooks_index

Execute official beehiiv API operation `webhooks_index`. Endpoint: GET /publications/{publicationId}/webhooks.

Read read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_webhooks_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_webhooks_show '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_webhooks_test '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_webhooks_update '{}' --json
Shortcut
kosmo integrations:beehiiv beehiiv_webhooks_update '{}' --json

beehiiv.beehiiv_workspaces_identify

Execute official beehiiv API operation `workspaces_identify`. Endpoint: GET /workspaces/identify.

Read read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_workspaces_identify '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call beehiiv.beehiiv_workspaces_publications_by_subscription_email '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema beehiiv.beehiiv_advertisement_opportunities_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_authors_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_authors_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_authors_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_authors_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_automation_journeys_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_automation_journeys_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_automation_journeys_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_automation_journeys_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_automation_journeys_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_automation_journeys_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_automations_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_automations_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_automations_list_emails 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_automations_list_emails --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_automations_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_automations_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_bulk_subscription_updates_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_bulk_subscription_updates_patch 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_patch --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_bulk_subscription_updates_patch_status 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_patch_status --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_bulk_subscription_updates_put 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_put --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_bulk_subscription_updates_put_status 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_put_status --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_bulk_subscription_updates_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_bulk_subscription_updates_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_bulk_subscriptions_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_bulk_subscriptions_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_condition_sets_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_condition_sets_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_condition_sets_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_condition_sets_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_custom_fields_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_custom_fields_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_custom_fields_delete 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_custom_fields_delete --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_custom_fields_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_custom_fields_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_custom_fields_patch 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_custom_fields_patch --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_custom_fields_put 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_custom_fields_put --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_custom_fields_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_custom_fields_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_data_deletion_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_data_deletion_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_data_deletion_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_data_deletion_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_data_deletion_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_data_deletion_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_email_blasts_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_email_blasts_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_email_blasts_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_email_blasts_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_engagements_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_engagements_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_newsletter_list_subscriptions_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_newsletter_list_subscriptions_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_newsletter_list_subscriptions_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_newsletter_list_subscriptions_update 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_update --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_newsletter_list_subscriptions_update_by_subscription_id 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_newsletter_list_subscriptions_update_by_subscription_id --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_newsletter_lists_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_newsletter_lists_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_newsletter_lists_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_newsletter_lists_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_oauth_users_identify 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_oauth_users_identify --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_polls_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_polls_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_polls_list_responses 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_polls_list_responses --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_polls_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_polls_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_post_templates_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_post_templates_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_posts_aggregate_stats 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_posts_aggregate_stats --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_posts_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_posts_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_posts_delete 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_posts_delete --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_posts_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_posts_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_posts_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_posts_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_posts_update 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_posts_update --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_publications_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_publications_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_publications_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_publications_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_referral_program_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_referral_program_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_segments_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_segments_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_segments_delete 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_segments_delete --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_segments_expand_results 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_segments_expand_results --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_segments_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_segments_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_segments_list_members 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_segments_list_members --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_segments_recalculate 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_segments_recalculate --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_segments_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_segments_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscription_tags_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscription_tags_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_delete 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_delete --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_get_by_email 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_get_by_email --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_get_by_id 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_get_by_id --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_get_by_subscriber_id 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_get_by_subscriber_id --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_get_jwt_token 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_get_jwt_token --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_patch 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_patch --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_put 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_put --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_subscriptions_update_by_email 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_subscriptions_update_by_email --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_tiers_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_tiers_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_tiers_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_tiers_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_tiers_patch 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_tiers_patch --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_tiers_put 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_tiers_put --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_tiers_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_tiers_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_webhooks_create 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_webhooks_create --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_webhooks_delete 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_webhooks_delete --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_webhooks_index 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_webhooks_index --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_webhooks_show 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_webhooks_show --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_webhooks_test 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_webhooks_test --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_webhooks_update 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_webhooks_update --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_workspaces_identify 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_workspaces_identify --json
ParameterTypeRequiredDescription
No parameters.
beehiiv.beehiiv_workspaces_publications_by_subscription_email 0 parameters
Schema command
kosmo integrations:schema beehiiv.beehiiv_workspaces_publications_by_subscription_email --json
ParameterTypeRequiredDescription
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.