KosmoKrator

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, 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 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.

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

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

Discovery commands
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_get_current_user '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_social_media_channels '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_social_media_calendar '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_social_media_stats '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_social_media_get_post '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_social_media_add_post '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_social_media_edit_post '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_social_media_delete_post '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_list_campaigns '{}' --json
Shortcut
kosmo integrations:vbout vbout_list_campaigns '{}' --json

vbout.vbout_get_campaign

Call the VBOUT Get Campaign endpoint. Authentication: Required Response Formats: XML | JSON

Read read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_get_campaign '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_stats '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_add_campaign '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_edit_campaign '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_delete_campaign '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_list_contacts '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_get_contacts_by_phone_number '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_get_contact_by_email '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_get_contact '{}' --json
Shortcut
kosmo integrations:vbout vbout_get_contact '{}' --json

vbout.vbout_create_contact

Call the VBOUT Create Contact endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_create_contact '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_edit_contact '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_sync_contact '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_delete_contact '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_move_contact '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_get_contact_timeline '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_get_contact_timeline_by_email_address '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_get_audiences '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_get_lists '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_get_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_add_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_editlist '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_delete_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_add_activity '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_add_tag '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_remove_tag '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_get_coupon '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_user_lists '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_user_managers '{}' --json
Shortcut
kosmo integrations:vbout vbout_user_managers '{}' --json

vbout.vbout_user_status

Call the VBOUT User Status endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_user_status '{}' --json
Shortcut
kosmo integrations:vbout vbout_user_status '{}' --json

vbout.vbout_user_add

Call the VBOUT User Add endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_user_add '{}' --json
Shortcut
kosmo integrations:vbout vbout_user_add '{}' --json

vbout.vbout_user_edit

Call the VBOUT User Edit endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_user_edit '{}' --json
Shortcut
kosmo integrations:vbout vbout_user_edit '{}' --json

vbout.vbout_user_delete

Call the VBOUT User Delete endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_user_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_user_groups '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_user_group_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_user_group_status '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_goal_lists '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_goal_list_by_domain '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_goal_show '{}' --json
Shortcut
kosmo integrations:vbout vbout_goal_show '{}' --json

vbout.vbout_goal_add

Call the VBOUT Goal Add endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_goal_add '{}' --json
Shortcut
kosmo integrations:vbout vbout_goal_add '{}' --json

vbout.vbout_goal_edit

Call the VBOUT Goal Edit endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_goal_edit '{}' --json
Shortcut
kosmo integrations:vbout vbout_goal_edit '{}' --json

vbout.vbout_goal_delete

Call the VBOUT Goal Delete endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_goal_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_web_hook_lists '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_webhook_show '{}' --json
Shortcut
kosmo integrations:vbout vbout_webhook_show '{}' --json

vbout.vbout_webhook_add

Call the VBOUT Webhook Add endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_webhook_add '{}' --json
Shortcut
kosmo integrations:vbout vbout_webhook_add '{}' --json

vbout.vbout_webhook_edit

Call the VBOUT Webhook Edit endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_webhook_edit '{}' --json
Shortcut
kosmo integrations:vbout vbout_webhook_edit '{}' --json

vbout.vbout_webhook_delete

Call the VBOUT Webhook Delete endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_webhook_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_register_create_account '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_account_get_sub_account_auto_login '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_settings_custom_shortcodes '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_settings_add_custom_shortcode '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_settings_edit_custom_short_code '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_settings_delete_custom_shortcode '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_email_marketing_get_email_templates '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_automation_get_guides '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_automation_create_automation_from_guide '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_pipeline_get_board_guide_categories '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_pipeline_get_board_guides '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_pipeline_create_board_from_guide '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_aichatbot_aichatbottemplates '{}' --json
Shortcut
kosmo integrations:vbout vbout_aichatbot_aichatbottemplates '{}' --json

vbout.vbout_aichatbot_categories

Call the VBOUT AIchatbot categories endpoint. Authentication: Required Response Formats: XML | JSON

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

vbout.vbout_aichatbot_tags

Call the VBOUT AIchatbot tags endpoint. Authentication: Required Response Formats: XML | JSON

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

vbout.vbout_aichatbot_copy

Call the VBOUT AIchatbot copy endpoint. Authentication: Required Response Formats: XML | JSON

Write write
Parameters
none
Generic call
kosmo integrations:call vbout.vbout_aichatbot_copy '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema vbout.vbout_get_current_user --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_social_media_channels 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_social_media_channels --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_social_media_calendar 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_social_media_calendar --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_social_media_stats 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_social_media_stats --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_social_media_get_post 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_social_media_get_post --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_social_media_add_post 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_social_media_add_post --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_social_media_edit_post 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_social_media_edit_post --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_social_media_delete_post 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_social_media_delete_post --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_list_campaigns 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_list_campaigns --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_get_campaign 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_get_campaign --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_stats 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_stats --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_add_campaign 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_add_campaign --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_edit_campaign 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_edit_campaign --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_delete_campaign 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_delete_campaign --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_list_contacts 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_list_contacts --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_get_contacts_by_phone_number 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_get_contacts_by_phone_number --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_get_contact_by_email 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_get_contact_by_email --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_get_contact 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_get_contact --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_create_contact 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_create_contact --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_edit_contact 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_edit_contact --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_sync_contact 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_sync_contact --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_delete_contact 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_delete_contact --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_move_contact 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_move_contact --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_get_contact_timeline 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_get_contact_timeline --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_get_contact_timeline_by_email_address 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_get_contact_timeline_by_email_address --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_get_audiences 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_get_audiences --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_get_lists 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_get_lists --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_get_list 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_get_list --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_add_list 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_add_list --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_editlist 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_editlist --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_delete_list 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_delete_list --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_add_activity 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_add_activity --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_add_tag 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_add_tag --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_remove_tag 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_remove_tag --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_get_coupon 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_get_coupon --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_user_lists 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_user_lists --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_user_managers 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_user_managers --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_user_status 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_user_status --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_user_add 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_user_add --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_user_edit 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_user_edit --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_user_delete 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_user_delete --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_user_groups 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_user_groups --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_user_group_delete 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_user_group_delete --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_user_group_status 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_user_group_status --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_goal_lists 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_goal_lists --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_goal_list_by_domain 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_goal_list_by_domain --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_goal_show 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_goal_show --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_goal_add 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_goal_add --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_goal_edit 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_goal_edit --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_goal_delete 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_goal_delete --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_web_hook_lists 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_web_hook_lists --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_webhook_show 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_webhook_show --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_webhook_add 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_webhook_add --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_webhook_edit 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_webhook_edit --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_webhook_delete 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_webhook_delete --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_register_create_account 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_register_create_account --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_account_get_sub_account_auto_login 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_account_get_sub_account_auto_login --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_settings_custom_shortcodes 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_settings_custom_shortcodes --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_settings_add_custom_shortcode 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_settings_add_custom_shortcode --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_settings_edit_custom_short_code 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_settings_edit_custom_short_code --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_settings_delete_custom_shortcode 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_settings_delete_custom_shortcode --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_email_marketing_get_email_templates 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_email_marketing_get_email_templates --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_automation_get_guides 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_automation_get_guides --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_automation_create_automation_from_guide 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_automation_create_automation_from_guide --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_pipeline_get_board_guide_categories 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_pipeline_get_board_guide_categories --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_pipeline_get_board_guides 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_pipeline_get_board_guides --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_pipeline_create_board_from_guide 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_pipeline_create_board_from_guide --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_aichatbot_aichatbottemplates 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_aichatbot_aichatbottemplates --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_aichatbot_categories 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_aichatbot_categories --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_aichatbot_tags 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_aichatbot_tags --json
ParameterTypeRequiredDescription
No parameters.
vbout.vbout_aichatbot_copy 0 parameters
Schema command
kosmo integrations:schema vbout.vbout_aichatbot_copy --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.