productivity
VBOUT CLI for AI Agents
Use the VBOUT CLI from KosmoKrator to call VBOUT tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.VBOUT CLI Setup
VBOUT can be configured headlessly with `kosmokrator integrations:configure vbout`.
# 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 vbout --set api_key="$VBOUT_API_KEY" --enable --read allow --write ask --json
kosmokrator integrations:doctor vbout --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 | VBOUT_API_KEY | Secret secret | yes | API Key |
url | VBOUT_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 vbout.vbout_get_current_user '{}' --json kosmo integrations:vbout vbout_get_current_user '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs vbout --json
kosmo integrations:docs vbout.vbout_get_current_user --json
kosmo integrations:schema vbout.vbout_get_current_user --json
kosmo integrations:search "VBOUT" --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.
vbout.vbout_get_current_user
Call the VBOUT Get Current User endpoint. Authentication: Required Response Formats: XML | JSON Particular endpoint Including All Possible Endpoints' responses
read - Parameters
- none
kosmo integrations:call vbout.vbout_get_current_user '{}' --json kosmo integrations:vbout vbout_get_current_user '{}' --json vbout.vbout_social_media_channels
Call the VBOUT Social Media Channels endpoint. Authentication: Required Response Formats: XML | JSON Parameters: None
read - Parameters
- none
kosmo integrations:call vbout.vbout_social_media_channels '{}' --json kosmo integrations:vbout vbout_social_media_channels '{}' --json vbout.vbout_social_media_calendar
Call the VBOUT Social Media Calendar endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_social_media_calendar '{}' --json kosmo integrations:vbout vbout_social_media_calendar '{}' --json vbout.vbout_social_media_stats
Call the VBOUT Social Media Stats endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_social_media_stats '{}' --json kosmo integrations:vbout vbout_social_media_stats '{}' --json vbout.vbout_social_media_get_post
Call the VBOUT Social Media Post endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_social_media_get_post '{}' --json kosmo integrations:vbout vbout_social_media_get_post '{}' --json vbout.vbout_social_media_add_post
Call the VBOUT Social Media Add Post endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_social_media_add_post '{}' --json kosmo integrations:vbout vbout_social_media_add_post '{}' --json vbout.vbout_social_media_edit_post
Call the VBOUT Social Media Edit Post endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_social_media_edit_post '{}' --json kosmo integrations:vbout vbout_social_media_edit_post '{}' --json vbout.vbout_social_media_delete_post
Call the VBOUT Social Media Delete Post endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_social_media_delete_post '{}' --json kosmo integrations:vbout vbout_social_media_delete_post '{}' --json vbout.vbout_list_campaigns
Call the VBOUT List Campaigns endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_list_campaigns '{}' --json kosmo integrations:vbout vbout_list_campaigns '{}' --json vbout.vbout_get_campaign
Call the VBOUT Get Campaign endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_get_campaign '{}' --json kosmo integrations:vbout vbout_get_campaign '{}' --json vbout.vbout_email_marketing_stats
Call the VBOUT Email Marketing Stats endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_stats '{}' --json kosmo integrations:vbout vbout_email_marketing_stats '{}' --json vbout.vbout_email_marketing_add_campaign
Call the VBOUT Email Marketing Add Campaign endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_add_campaign '{}' --json kosmo integrations:vbout vbout_email_marketing_add_campaign '{}' --json vbout.vbout_email_marketing_edit_campaign
Call the VBOUT Email Marketing Edit Campaign endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_edit_campaign '{}' --json kosmo integrations:vbout vbout_email_marketing_edit_campaign '{}' --json vbout.vbout_email_marketing_delete_campaign
Call the VBOUT Email Marketing Delete Campaign endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_delete_campaign '{}' --json kosmo integrations:vbout vbout_email_marketing_delete_campaign '{}' --json vbout.vbout_list_contacts
Call the VBOUT List Contacts endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_list_contacts '{}' --json kosmo integrations:vbout vbout_list_contacts '{}' --json vbout.vbout_email_marketing_get_contacts_by_phone_number
Call the VBOUT Email Marketing Contacts By Phone Number endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_get_contacts_by_phone_number '{}' --json kosmo integrations:vbout vbout_email_marketing_get_contacts_by_phone_number '{}' --json vbout.vbout_email_marketing_get_contact_by_email
Call the VBOUT Email Marketing Contact By Email endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_get_contact_by_email '{}' --json kosmo integrations:vbout vbout_email_marketing_get_contact_by_email '{}' --json vbout.vbout_get_contact
Call the VBOUT Get Contact endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_get_contact '{}' --json kosmo integrations:vbout vbout_get_contact '{}' --json vbout.vbout_create_contact
Call the VBOUT Create Contact endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_create_contact '{}' --json kosmo integrations:vbout vbout_create_contact '{}' --json vbout.vbout_email_marketing_edit_contact
Call the VBOUT Email Marketing Edit Contact endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_edit_contact '{}' --json kosmo integrations:vbout vbout_email_marketing_edit_contact '{}' --json vbout.vbout_email_marketing_sync_contact
Call the VBOUT Email Marketing Sync Contact endpoint. Authentication: Required Response Formats: XML | JSON Note: All emails having the same email text available in the provided list will be updated if exists (case email is not required).
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_sync_contact '{}' --json kosmo integrations:vbout vbout_email_marketing_sync_contact '{}' --json vbout.vbout_email_marketing_delete_contact
Call the VBOUT Email Marketing Delete Contact endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_delete_contact '{}' --json kosmo integrations:vbout vbout_email_marketing_delete_contact '{}' --json vbout.vbout_email_marketing_move_contact
Call the VBOUT Email Marketing Move Contact endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_move_contact '{}' --json kosmo integrations:vbout vbout_email_marketing_move_contact '{}' --json vbout.vbout_email_marketing_get_contact_timeline
Call the VBOUT Email Marketing Contact Timeline endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_get_contact_timeline '{}' --json kosmo integrations:vbout vbout_email_marketing_get_contact_timeline '{}' --json vbout.vbout_email_marketing_get_contact_timeline_by_email_address
Call the VBOUT Email Marketing Contact Timeline By Email Address endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_get_contact_timeline_by_email_address '{}' --json kosmo integrations:vbout vbout_email_marketing_get_contact_timeline_by_email_address '{}' --json vbout.vbout_email_marketing_get_audiences
Call the VBOUT Email Marketing Audiences endpoint. Authentication: Required Response Formats: XML | JSON Parameters: None
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_get_audiences '{}' --json kosmo integrations:vbout vbout_email_marketing_get_audiences '{}' --json vbout.vbout_email_marketing_get_lists
Call the VBOUT Email Marketing Lists endpoint. Authentication: Required Response Formats: XML | JSON Parameters: None
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_get_lists '{}' --json kosmo integrations:vbout vbout_email_marketing_get_lists '{}' --json vbout.vbout_email_marketing_get_list
Call the VBOUT Email Marketing List endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_get_list '{}' --json kosmo integrations:vbout vbout_email_marketing_get_list '{}' --json vbout.vbout_email_marketing_add_list
Call the VBOUT Email Marketing Add List endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_add_list '{}' --json kosmo integrations:vbout vbout_email_marketing_add_list '{}' --json vbout.vbout_email_marketing_editlist
Call the VBOUT Email Marketing Edit List endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_editlist '{}' --json kosmo integrations:vbout vbout_email_marketing_editlist '{}' --json vbout.vbout_email_marketing_delete_list
Call the VBOUT Email Marketing Delete List endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_delete_list '{}' --json kosmo integrations:vbout vbout_email_marketing_delete_list '{}' --json vbout.vbout_email_marketing_add_activity
Call the VBOUT Email Marketing Add Activity endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_add_activity '{}' --json kosmo integrations:vbout vbout_email_marketing_add_activity '{}' --json vbout.vbout_email_marketing_add_tag
Call the VBOUT Email Marketing Add Tag endpoint. Authentication: Required Response Formats: XML | JSON Note: List of tags can be sent as a batch, separated by a comma. Either email or id can be used.
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_add_tag '{}' --json kosmo integrations:vbout vbout_email_marketing_add_tag '{}' --json vbout.vbout_email_marketing_remove_tag
Call the VBOUT Email Marketing Remove Tag endpoint. Authentication: Required Response Formats: XML | JSON Note: List of tags can be sent as a batch, separated by a comma. Either email or id can be used
write - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_remove_tag '{}' --json kosmo integrations:vbout vbout_email_marketing_remove_tag '{}' --json vbout.vbout_email_marketing_get_coupon
Call the VBOUT Email Marketing Coupon endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_get_coupon '{}' --json kosmo integrations:vbout vbout_email_marketing_get_coupon '{}' --json vbout.vbout_user_lists
Call the VBOUT User Lists endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_user_lists '{}' --json kosmo integrations:vbout vbout_user_lists '{}' --json vbout.vbout_user_managers
Call the VBOUT User Managers endpoint. Authentication: Required Response Formats: XML | JSON Parameters: None
read - Parameters
- none
kosmo integrations:call vbout.vbout_user_managers '{}' --json kosmo integrations:vbout vbout_user_managers '{}' --json vbout.vbout_user_status
Call the VBOUT User Status endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_user_status '{}' --json kosmo integrations:vbout vbout_user_status '{}' --json vbout.vbout_user_add
Call the VBOUT User Add endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_user_add '{}' --json kosmo integrations:vbout vbout_user_add '{}' --json vbout.vbout_user_edit
Call the VBOUT User Edit endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_user_edit '{}' --json kosmo integrations:vbout vbout_user_edit '{}' --json vbout.vbout_user_delete
Call the VBOUT User Delete endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_user_delete '{}' --json kosmo integrations:vbout vbout_user_delete '{}' --json vbout.vbout_user_groups
Call the VBOUT User Groups endpoint. Authentication: Required Response Formats: XML | JSON Parameters: None
read - Parameters
- none
kosmo integrations:call vbout.vbout_user_groups '{}' --json kosmo integrations:vbout vbout_user_groups '{}' --json vbout.vbout_user_group_delete
Call the VBOUT User Group Delete endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_user_group_delete '{}' --json kosmo integrations:vbout vbout_user_group_delete '{}' --json vbout.vbout_user_group_status
Call the VBOUT User Group Status endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_user_group_status '{}' --json kosmo integrations:vbout vbout_user_group_status '{}' --json vbout.vbout_goal_lists
Call the VBOUT Goal Lists endpoint. Authentication: Required Response Formats: XML | JSON Parameters: None
read - Parameters
- none
kosmo integrations:call vbout.vbout_goal_lists '{}' --json kosmo integrations:vbout vbout_goal_lists '{}' --json vbout.vbout_goal_list_by_domain
Call the VBOUT Goal List By Domain endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_goal_list_by_domain '{}' --json kosmo integrations:vbout vbout_goal_list_by_domain '{}' --json vbout.vbout_goal_show
Call the VBOUT Goal Show endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_goal_show '{}' --json kosmo integrations:vbout vbout_goal_show '{}' --json vbout.vbout_goal_add
Call the VBOUT Goal Add endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_goal_add '{}' --json kosmo integrations:vbout vbout_goal_add '{}' --json vbout.vbout_goal_edit
Call the VBOUT Goal Edit endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_goal_edit '{}' --json kosmo integrations:vbout vbout_goal_edit '{}' --json vbout.vbout_goal_delete
Call the VBOUT Goal Delete endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_goal_delete '{}' --json kosmo integrations:vbout vbout_goal_delete '{}' --json vbout.vbout_web_hook_lists
Call the VBOUT Web Hook lists endpoint. Authentication: Required Response Formats: XML | JSON Parameters: None
read - Parameters
- none
kosmo integrations:call vbout.vbout_web_hook_lists '{}' --json kosmo integrations:vbout vbout_web_hook_lists '{}' --json vbout.vbout_webhook_show
Call the VBOUT Webhook Show endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_webhook_show '{}' --json kosmo integrations:vbout vbout_webhook_show '{}' --json vbout.vbout_webhook_add
Call the VBOUT Webhook Add endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_webhook_add '{}' --json kosmo integrations:vbout vbout_webhook_add '{}' --json vbout.vbout_webhook_edit
Call the VBOUT Webhook Edit endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_webhook_edit '{}' --json kosmo integrations:vbout vbout_webhook_edit '{}' --json vbout.vbout_webhook_delete
Call the VBOUT Webhook Delete endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_webhook_delete '{}' --json kosmo integrations:vbout vbout_webhook_delete '{}' --json vbout.vbout_register_create_account
Call the VBOUT Register Create Account endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_register_create_account '{}' --json kosmo integrations:vbout vbout_register_create_account '{}' --json vbout.vbout_account_get_sub_account_auto_login
Call the VBOUT Account Subscriber Account Auto Login endpoint. Authentication: Required Response Formats: XML | JSON Note: It should work with Agencies only.
write - Parameters
- none
kosmo integrations:call vbout.vbout_account_get_sub_account_auto_login '{}' --json kosmo integrations:vbout vbout_account_get_sub_account_auto_login '{}' --json vbout.vbout_settings_custom_shortcodes
Call the VBOUT Settings Custom Short codes endpoint. Authentication: Required Response Formats: XML | JSON Parameters: None
read - Parameters
- none
kosmo integrations:call vbout.vbout_settings_custom_shortcodes '{}' --json kosmo integrations:vbout vbout_settings_custom_shortcodes '{}' --json vbout.vbout_settings_add_custom_shortcode
Call the VBOUT Settings Add Custom Short Code endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_settings_add_custom_shortcode '{}' --json kosmo integrations:vbout vbout_settings_add_custom_shortcode '{}' --json vbout.vbout_settings_edit_custom_short_code
Call the VBOUT Settings Edit Custom Short Code endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_settings_edit_custom_short_code '{}' --json kosmo integrations:vbout vbout_settings_edit_custom_short_code '{}' --json vbout.vbout_settings_delete_custom_shortcode
Call the VBOUT Settings Delete Custom Short Code endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_settings_delete_custom_shortcode '{}' --json kosmo integrations:vbout vbout_settings_delete_custom_shortcode '{}' --json vbout.vbout_email_marketing_get_email_templates
Call the VBOUT Email Marketing Get Email Templates endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_email_marketing_get_email_templates '{}' --json kosmo integrations:vbout vbout_email_marketing_get_email_templates '{}' --json vbout.vbout_automation_get_guides
Call the VBOUT Automation Get Guides endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_automation_get_guides '{}' --json kosmo integrations:vbout vbout_automation_get_guides '{}' --json vbout.vbout_automation_create_automation_from_guide
Call the VBOUT Automation Create Automation From Guide endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_automation_create_automation_from_guide '{}' --json kosmo integrations:vbout vbout_automation_create_automation_from_guide '{}' --json vbout.vbout_pipeline_get_board_guide_categories
Call the VBOUT Pipeline Get Board Guide Categories endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_pipeline_get_board_guide_categories '{}' --json kosmo integrations:vbout vbout_pipeline_get_board_guide_categories '{}' --json vbout.vbout_pipeline_get_board_guides
Call the VBOUT Pipeline Get Board Guides endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_pipeline_get_board_guides '{}' --json kosmo integrations:vbout vbout_pipeline_get_board_guides '{}' --json vbout.vbout_pipeline_create_board_from_guide
Call the VBOUT Pipeline Create Board From Guide endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_pipeline_create_board_from_guide '{}' --json kosmo integrations:vbout vbout_pipeline_create_board_from_guide '{}' --json vbout.vbout_aichatbot_aichatbottemplates
Call the VBOUT AIchatbot aichatbottemplates endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_aichatbot_aichatbottemplates '{}' --json kosmo integrations:vbout vbout_aichatbot_aichatbottemplates '{}' --json vbout.vbout_aichatbot_categories
Call the VBOUT AIchatbot categories endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_aichatbot_categories '{}' --json kosmo integrations:vbout vbout_aichatbot_categories '{}' --json vbout.vbout_aichatbot_tags
Call the VBOUT AIchatbot tags endpoint. Authentication: Required Response Formats: XML | JSON
read - Parameters
- none
kosmo integrations:call vbout.vbout_aichatbot_tags '{}' --json kosmo integrations:vbout vbout_aichatbot_tags '{}' --json vbout.vbout_aichatbot_copy
Call the VBOUT AIchatbot copy endpoint. Authentication: Required Response Formats: XML | JSON
write - Parameters
- none
kosmo integrations:call vbout.vbout_aichatbot_copy '{}' --json kosmo integrations:vbout vbout_aichatbot_copy '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
vbout.vbout_get_current_user 0 parameters
kosmo integrations:schema vbout.vbout_get_current_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_social_media_channels 0 parameters
kosmo integrations:schema vbout.vbout_social_media_channels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_social_media_calendar 0 parameters
kosmo integrations:schema vbout.vbout_social_media_calendar --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_social_media_stats 0 parameters
kosmo integrations:schema vbout.vbout_social_media_stats --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_social_media_get_post 0 parameters
kosmo integrations:schema vbout.vbout_social_media_get_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_social_media_add_post 0 parameters
kosmo integrations:schema vbout.vbout_social_media_add_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_social_media_edit_post 0 parameters
kosmo integrations:schema vbout.vbout_social_media_edit_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_social_media_delete_post 0 parameters
kosmo integrations:schema vbout.vbout_social_media_delete_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_list_campaigns 0 parameters
kosmo integrations:schema vbout.vbout_list_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_get_campaign 0 parameters
kosmo integrations:schema vbout.vbout_get_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_stats 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_stats --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_add_campaign 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_add_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_edit_campaign 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_edit_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_delete_campaign 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_delete_campaign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_list_contacts 0 parameters
kosmo integrations:schema vbout.vbout_list_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_get_contacts_by_phone_number 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_get_contacts_by_phone_number --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_get_contact_by_email 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_get_contact_by_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_get_contact 0 parameters
kosmo integrations:schema vbout.vbout_get_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_create_contact 0 parameters
kosmo integrations:schema vbout.vbout_create_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_edit_contact 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_edit_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_sync_contact 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_sync_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_delete_contact 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_delete_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_move_contact 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_move_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_get_contact_timeline 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_get_contact_timeline --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_get_contact_timeline_by_email_address 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_get_contact_timeline_by_email_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_get_audiences 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_get_audiences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_get_lists 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_get_lists --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_get_list 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_get_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_add_list 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_add_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_editlist 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_editlist --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_delete_list 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_delete_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_add_activity 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_add_activity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_add_tag 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_add_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_remove_tag 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_remove_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_get_coupon 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_get_coupon --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_user_lists 0 parameters
kosmo integrations:schema vbout.vbout_user_lists --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_user_managers 0 parameters
kosmo integrations:schema vbout.vbout_user_managers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_user_status 0 parameters
kosmo integrations:schema vbout.vbout_user_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_user_add 0 parameters
kosmo integrations:schema vbout.vbout_user_add --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_user_edit 0 parameters
kosmo integrations:schema vbout.vbout_user_edit --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_user_delete 0 parameters
kosmo integrations:schema vbout.vbout_user_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_user_groups 0 parameters
kosmo integrations:schema vbout.vbout_user_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_user_group_delete 0 parameters
kosmo integrations:schema vbout.vbout_user_group_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_user_group_status 0 parameters
kosmo integrations:schema vbout.vbout_user_group_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_goal_lists 0 parameters
kosmo integrations:schema vbout.vbout_goal_lists --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_goal_list_by_domain 0 parameters
kosmo integrations:schema vbout.vbout_goal_list_by_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_goal_show 0 parameters
kosmo integrations:schema vbout.vbout_goal_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_goal_add 0 parameters
kosmo integrations:schema vbout.vbout_goal_add --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_goal_edit 0 parameters
kosmo integrations:schema vbout.vbout_goal_edit --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_goal_delete 0 parameters
kosmo integrations:schema vbout.vbout_goal_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_web_hook_lists 0 parameters
kosmo integrations:schema vbout.vbout_web_hook_lists --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_webhook_show 0 parameters
kosmo integrations:schema vbout.vbout_webhook_show --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_webhook_add 0 parameters
kosmo integrations:schema vbout.vbout_webhook_add --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_webhook_edit 0 parameters
kosmo integrations:schema vbout.vbout_webhook_edit --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_webhook_delete 0 parameters
kosmo integrations:schema vbout.vbout_webhook_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_register_create_account 0 parameters
kosmo integrations:schema vbout.vbout_register_create_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_account_get_sub_account_auto_login 0 parameters
kosmo integrations:schema vbout.vbout_account_get_sub_account_auto_login --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_settings_custom_shortcodes 0 parameters
kosmo integrations:schema vbout.vbout_settings_custom_shortcodes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_settings_add_custom_shortcode 0 parameters
kosmo integrations:schema vbout.vbout_settings_add_custom_shortcode --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_settings_edit_custom_short_code 0 parameters
kosmo integrations:schema vbout.vbout_settings_edit_custom_short_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_settings_delete_custom_shortcode 0 parameters
kosmo integrations:schema vbout.vbout_settings_delete_custom_shortcode --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_email_marketing_get_email_templates 0 parameters
kosmo integrations:schema vbout.vbout_email_marketing_get_email_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_automation_get_guides 0 parameters
kosmo integrations:schema vbout.vbout_automation_get_guides --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_automation_create_automation_from_guide 0 parameters
kosmo integrations:schema vbout.vbout_automation_create_automation_from_guide --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_pipeline_get_board_guide_categories 0 parameters
kosmo integrations:schema vbout.vbout_pipeline_get_board_guide_categories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_pipeline_get_board_guides 0 parameters
kosmo integrations:schema vbout.vbout_pipeline_get_board_guides --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_pipeline_create_board_from_guide 0 parameters
kosmo integrations:schema vbout.vbout_pipeline_create_board_from_guide --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_aichatbot_aichatbottemplates 0 parameters
kosmo integrations:schema vbout.vbout_aichatbot_aichatbottemplates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_aichatbot_categories 0 parameters
kosmo integrations:schema vbout.vbout_aichatbot_categories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_aichatbot_tags 0 parameters
kosmo integrations:schema vbout.vbout_aichatbot_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vbout.vbout_aichatbot_copy 0 parameters
kosmo integrations:schema vbout.vbout_aichatbot_copy --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.