KosmoKrator

productivity

Customer.io CLI for AI Agents

Use the Customer.io CLI from KosmoKrator to call Customer.io tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Customer.io CLI Setup

Customer.io can be configured headlessly with `kosmokrator integrations:configure customerio`.

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 customerio --enable --read allow --write ask --json
kosmokrator integrations:doctor customerio --json
kosmokrator integrations:status --json

Credentials

Authentication type: multi api key multi_api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
api_key CUSTOMERIO_API_KEY Secret secret no App API Key
url CUSTOMERIO_URL URL url no App API URL
site_id CUSTOMERIO_SITE_ID Text text no Track Site ID
track_api_key CUSTOMERIO_TRACK_API_KEY Secret secret no Track API Key
track_url CUSTOMERIO_TRACK_URL URL url no Track API URL
pipelines_api_key CUSTOMERIO_PIPELINES_API_KEY Secret secret no Pipelines API Key
pipelines_url CUSTOMERIO_PIPELINES_URL URL url no Pipelines API URL

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call customerio.customerio_app_add_collection '{}' --json
Provider shortcut
kosmo integrations:customerio customerio_app_add_collection '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs customerio --json
kosmo integrations:docs customerio.customerio_app_add_collection --json
kosmo integrations:schema customerio.customerio_app_add_collection --json
kosmo integrations:search "Customer.io" --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.

customerio.customerio_app_add_collection

Create a new collection and provide the data that you'll access from the collection or the url that you'll download CSV or JSON data from.

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

customerio.customerio_app_broadcast_action_links

Returns link click metrics for an individual broadcast action.

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

customerio.customerio_app_broadcast_action_metrics

Returns a list of metrics for an individual action both in total and in steps (days, weeks, etc) over a period of time.

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

customerio.customerio_app_broadcast_actions

Returns the actions that occur as a part of a broadcast.

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

customerio.customerio_app_broadcast_errors

If your broadcast produced validation errors, this endpoint can help you better understand what went wrong.

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

customerio.customerio_app_broadcast_links

Returns metrics for link clicks within a broadcast, both in total and in series periods (days, weeks, etc).

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

customerio.customerio_app_broadcast_messages

Returns information about the deliveries (instances of messages sent to individual people) sent from an API-triggered broadcast.

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

customerio.customerio_app_broadcast_metrics

Returns a list of metrics for an individual broadcast in steps (days, weeks, etc).

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

customerio.customerio_app_broadcast_status

After triggering a broadcast you can retrieve the status of that broadcast using a GET of the trigger_id.

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

customerio.customerio_app_campaign_action_links

Returns link click metrics for an individual action.

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

customerio.customerio_app_campaign_action_metrics

Returns a list of metrics for an individual action.

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

customerio.customerio_app_campaign_journey_metrics

Returns a list of Journey Metrics for your campaign.

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

customerio.customerio_app_campaign_link_metrics

Returns metrics for link clicks within a campaign, both in total and in series periods (days, weeks, etc).

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

customerio.customerio_app_campaign_metrics

Returns a list of metrics for an individual campaign.

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

customerio.customerio_app_create_asset

Creates a new file asset.

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

customerio.customerio_app_create_asset_folder

Creates a new folder for organizing file assets.

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

customerio.customerio_app_create_component

Creates a custom component.

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

customerio.customerio_app_create_email

Create an email.

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

customerio.customerio_app_create_email_translation

Creates a new translation for an email.

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

customerio.customerio_app_create_folder

Create a new folder at the root level or under a parent folder.

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

customerio.customerio_app_create_man_segment

Create a manual segment with a name and a description.

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

customerio.customerio_app_create_newsletter

Create a newsletter and optionally schedule it or send it immediately.

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

customerio.customerio_app_create_newsletter_language_variant

Add a language variant to a newsletter.

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

customerio.customerio_app_create_newsletter_test_group

Create a new A/B test group for a newsletter.

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

customerio.customerio_app_create_newsletter_test_language_variant

Add a language variant to a specific A/B test group in a newsletter.

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

customerio.customerio_app_create_snippet

Create a new snippet.

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

customerio.customerio_app_create_webhook

Create a new webhook configuration.

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

customerio.customerio_app_delete_asset

Soft-deletes a file asset by setting its deleted_at timestamp.

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

customerio.customerio_app_delete_asset_folder

Soft-deletes an empty folder.

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

customerio.customerio_app_delete_collection

Remove a collection and associated contents.

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

customerio.customerio_app_delete_component

Delete a component.

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

customerio.customerio_app_delete_email

Delete an email.

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

customerio.customerio_app_delete_email_translation

Delete a specific language translation from an email.

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

customerio.customerio_app_delete_folder

Delete a folder **including subfolders and all file (components, templates, and emails)**.

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

customerio.customerio_app_delete_man_segment

Delete a manual segment.

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

customerio.customerio_app_delete_newsletter_language_variant

Delete a specific language variant of a newsletter.

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

customerio.customerio_app_delete_newsletter_test_language_variant

Delete a specific language variant of a newsletter in an A/B test group.

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

customerio.customerio_app_delete_newsletters

Deletes an individual newsletter, including content, settings, and metrics.

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

customerio.customerio_app_delete_snippet

Remove a snippet.

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

customerio.customerio_app_delete_suppression

Remove an address from the ESP's suppression list.

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

customerio.customerio_app_delete_webhook

Delete a reporting webhook's configuration.

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

customerio.customerio_app_download_export

This endpoint returns a signed link to download an export.

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

customerio.customerio_app_export_deliveries_data

Provide filters for the newsletter, campaign, or action you want to return delivery information from.

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

customerio.customerio_app_export_people_data

Provide filters and attributes describing the customers you want to export.

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

customerio.customerio_app_get_archived_message

Returns the archived copy of a delivery, including the message body, recipient, and metrics.

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

customerio.customerio_app_get_asset

Retrieves a single file asset by its ID.

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

customerio.customerio_app_get_asset_folder

Retrieves a single folder by its ID.

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

customerio.customerio_app_get_broadcast

Returns metadata for an individual broadcast.

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

customerio.customerio_app_get_broadcast_action

Returns information about a specific action within a broadcast.

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

customerio.customerio_app_get_broadcast_action_language

Returns information about a translation of message in a broadcast.

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

customerio.customerio_app_get_campaign_action

Returns information about a specific action in a campaign.

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

customerio.customerio_app_get_campaign_action_translation

Returns a translated version of a message in a campaign.

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

customerio.customerio_app_get_campaign_messages

Returns information about the deliveries (instances of messages sent to individual people) sent from a campaign.

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

customerio.customerio_app_get_campaigns

Returns metadata for an individual campaign.

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

customerio.customerio_app_get_channels

Returns a list of subscription channels available in your workspace.

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

customerio.customerio_app_get_cio_allowlist

Returns a list of IP addresses that you need to allowlist if you're using a firewall or provider's IP access management settings to deny access to unknown IP addresses.

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

customerio.customerio_app_get_collection

Retrieves details about a collection, including the schema and name.

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

customerio.customerio_app_get_collection_contents

Retrieve the contents of a collection (the data from when you created or updated a collection).

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

customerio.customerio_app_get_collections

Returns a list of all of your collections, including the name and schema for each collection.

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

customerio.customerio_app_get_component

Returns a single component with its full content.

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

customerio.customerio_app_get_domain_suppressions_by_type

Find addresses suppressed by the Email Service Provider (ESP) for a particular reason on a specific sending domain.

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

customerio.customerio_app_get_email

Returns a single email including content, envelope details, and transformers.

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

customerio.customerio_app_get_email_translation

Returns a single email translation by language code, including content, envelope, and transformers.

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

customerio.customerio_app_get_export

Return information about a specific export.

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

customerio.customerio_app_get_folder

Get a folder by its UUID.

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

customerio.customerio_app_get_import

This endpoint returns information about an "import"a CSV file containing a group of people or events you uploaded to using v1/imports endpoint.

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

customerio.customerio_app_get_message

Return a information about, and metrics for, a deliverythe instance of a message intended for an individual recipient person.

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

customerio.customerio_app_get_newsletter_links

Returns metrics for link clicks within a newsletter, both in total and in series periods (days, weeks, etc).

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

customerio.customerio_app_get_newsletter_metrics

Returns a list of metrics for an individual newsletter in steps (days, weeks, etc).

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

customerio.customerio_app_get_newsletter_msg_meta

Returns information about the "deliveries" (rendered messages) sent to your recipients for a specific newsletter.

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

customerio.customerio_app_get_newsletter_test_groups

Returns information about each test group in a newsletter, including content ids for each group.

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

customerio.customerio_app_get_newsletter_variant

Returns information about a specific variant of a newsletter, where a variant is either a language in a multi-language newsletter or a part of an A/B test.

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

customerio.customerio_app_get_newsletter_variant_translation

Returns information about a specific language variant of a newsletter.

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

customerio.customerio_app_get_newsletter_variant_translation_test

Returns information about a specific language variant of a newsletter in an A/B test group.

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

customerio.customerio_app_get_newsletters

Returns metadata for an individual newsletter.

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

customerio.customerio_app_get_object_attributes

Get a list of attributes for an object.

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

customerio.customerio_app_get_object_relationships

Get a list of people people related to an object.

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

customerio.customerio_app_get_object_types

Returns a list of object types in your system.

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

customerio.customerio_app_get_objects_filter

Use a set of filter conditions to find objects in your workspace.

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

customerio.customerio_app_get_people_by_id

Return attributes and devices for up to 100 customers by ID.

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

customerio.customerio_app_get_people_email

Return a list of people in your workspace matching an email address.

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

customerio.customerio_app_get_people_filter

Provide a filter to search for people in your workspace.

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

customerio.customerio_app_get_person_activities

Return a list of activities performed by, or for, a customer.

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

customerio.customerio_app_get_person_attributes

Return a list of attributes for a customer profile.

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

customerio.customerio_app_get_person_messages

Returns information about the deliveries sent to a person.

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

customerio.customerio_app_get_person_relationships

Return a list of objects that a person is related to.

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

customerio.customerio_app_get_person_segments

Returns a list of segments that a customer profile belongs to.

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

customerio.customerio_app_get_person_subscription_preferences

Returns a list of subscription preferences for a person, including the custom header of the subscription preferences page, topic names, and topic descriptions.

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

customerio.customerio_app_get_segment

Return information about a segment.

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

customerio.customerio_app_get_segment_count

Returns the membership count for a segment.

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

customerio.customerio_app_get_segment_dependencies

Use this endpoint to find out which campaigns and newsletters use a segment.

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

customerio.customerio_app_get_segment_membership

Returns customers in a segment.

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

customerio.customerio_app_get_sender

Returns information about a specific sender.

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

customerio.customerio_app_get_sender_usage

Returns lists of the campaigns and newsletters that use a sender.

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

customerio.customerio_app_get_subscription_center_token

Generates a signed token and URL for a person's standalone subscription center page.

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

customerio.customerio_app_get_suppression

Look up an email address to learn if, and why, it was suppressed by the email service provider (ESP).

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

customerio.customerio_app_get_suppression_by_type

Find addresses suppressed by the Email Service Provider (ESP) for a particular reasonbounces, blocks, spam reports, or invalid email addresses.

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

customerio.customerio_app_get_topics

Returns a list of subscription topics in your workspace.

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

customerio.customerio_app_get_transactional

Returns information about an individual transactional message.

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

customerio.customerio_app_get_transactional_variant

Returns information about a translation of an individual transactional message, including the message content.

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

customerio.customerio_app_get_variant_links

Returns link click metrics for an individual newsletter variantan individual language in a multi-language newsletter or a message in an A/B test.

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

customerio.customerio_app_get_variant_metrics

Returns a metrics for an individual newsletter varianteither an individual language in a multi-language newsletter or a message in an A/B test.

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

customerio.customerio_app_get_webhook

Returns information about a specific reporting webhook.

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

customerio.customerio_app_import

This endpoint lets you upload a CSV file containing people, events, objects, or relationships.

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

customerio.customerio_app_list_activities

This endpoint returns a list of "activities" for people, similar to your workspace's Activity Logs.

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

customerio.customerio_app_list_asset_folders

Returns a paginated list of asset folders.

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

customerio.customerio_app_list_assets

Returns a paginated list of file assets.

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

customerio.customerio_app_list_broadcast_triggers

Returns a list of the triggers for a broadcast.

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

customerio.customerio_app_list_broadcasts

Returns a list of your API-triggered broadcasts and associated metadata.

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

customerio.customerio_app_list_campaign_actions

Returns the operations in a campaign workflow.

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

customerio.customerio_app_list_campaigns

Returns a list of your campaigns and associated metadata.

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

customerio.customerio_app_list_components

Returns a paginated list of components and any folders in the result set.

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

customerio.customerio_app_list_email_translations

Returns all translations for an email.

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

customerio.customerio_app_list_emails

Returns a paginated list of emails and a separate array of folders that the emails belong to.

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

customerio.customerio_app_list_exports

Return a list of your exports.

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

customerio.customerio_app_list_folders

Returns a paginated list of folders.

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

customerio.customerio_app_list_messages

Return a list of deliveries, including metrics for each delivery, for messages in your workspace.

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

customerio.customerio_app_list_newsletter_variants

Returns a newsletter's content variantsthese are either different languages in a multi-language newsletter or A/B tests.

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

customerio.customerio_app_list_newsletters

Returns a list of your newsletters and associated metadata.

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

customerio.customerio_app_list_segments

Retrieve a list of all of your segments.

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

customerio.customerio_app_list_senders

Returns a list of senders in your workspace.

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

customerio.customerio_app_list_snippets

Returns a list of snippets in your workspace.

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

customerio.customerio_app_list_transactional

Returns a list of your transactional messagesthe transactional IDs that you use to trigger an individual transactional delivery.

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

customerio.customerio_app_list_transactional_variants

Returns the content variants of a transactional message, where each variant represents a different language.

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

customerio.customerio_app_list_webhooks

Return a list of all of your reporting webhooks.

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

customerio.customerio_app_list_workspaces

Returns a list of workspaces in your account.

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

customerio.customerio_app_post_suppression

Suppress an email address at the email service provider (ESP).

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

customerio.customerio_app_schedule_newsletter

Schedule a newsletter to send at a specific time.

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

customerio.customerio_app_send_email

Send a transactional email.

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

customerio.customerio_app_send_inbox_message

Send a transactional inbox message.

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

customerio.customerio_app_send_newsletter

Send a newsletter immediately.

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

customerio.customerio_app_send_push

Send a transactional push.

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

customerio.customerio_app_send_sms

Send a transactional SMS message.

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

customerio.customerio_app_transactional_links

Returns metrics for clicked links from a transactional message, both in total and in series periods (days, weeks, etc).

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

customerio.customerio_app_transactional_messages

Returns information about the deliveries (instances of messages sent to individual people) from a transactional message.

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

customerio.customerio_app_transactional_metrics

Returns a list of metrics for a transactional message in steps (days, weeks, etc).

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

customerio.customerio_app_trigger_broadcast

Trigger a broadcast (not a newsletter) and optionally provide data to populate liquid placeholders in the message.

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

customerio.customerio_app_update_asset

Updates the name and/or parent folder of a file asset.

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

customerio.customerio_app_update_asset_folder

Updates the name and/or parent folder of an existing folder.

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

customerio.customerio_app_update_attribute_metadata

Attributes are customer data like their name and email.

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

customerio.customerio_app_update_broadcast_action

Update the contents of a broadcast action, including the body of messages or HTTP requests.

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

customerio.customerio_app_update_broadcast_action_language

Update a translation of a specific broadcast action, including the body of messages or HTTP requests.

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

customerio.customerio_app_update_campaign_action

Update the contents of a campaign action, including the body of messages and HTTP requests.

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

customerio.customerio_app_update_campaign_action_translation

Update the contents of a language variant of a campaign action, including the body of the messages and HTTP requests.

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

customerio.customerio_app_update_collection

Update the name or replace the contents of a collection.

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

customerio.customerio_app_update_collection_contents

Replace the contents of a collection (the data from when you created or updated a collection).

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

customerio.customerio_app_update_component

Update part of a component: its name, tag, folder, or content.

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

customerio.customerio_app_update_email

Update part of an email: an email's name, template status, folder, content, envelope, or transformers.

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

customerio.customerio_app_update_email_translation

Update part of an email translation: the content, envelope, or transformers for a specific email translation.

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

customerio.customerio_app_update_event_metadata

Events are actions your customers have performed.

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

customerio.customerio_app_update_folder

Update part of a folder: the name and/or the folder it belongs to.

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

customerio.customerio_app_update_newsletter_test_translation

Update the translation of a newsletter variant in an A/B test.

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

customerio.customerio_app_update_newsletter_variant

Update the content of a newsletter: the default message, a test variant in an A/B test group, or a translation.

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

customerio.customerio_app_update_newsletter_variant_translation

Update the translation of a newsletter variant.

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

customerio.customerio_app_update_snippets

In your payload, you'll pass a name and value.

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

customerio.customerio_app_update_transactional

Update the body of a transactional email.

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

customerio.customerio_app_update_transactional_variant

Update the body and other data of a specific language variant for a transactional message.

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

customerio.customerio_app_update_webhook

Update the configuration of a reporting webhook.

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

customerio.customerio_pipelines_alias

*You **only** need to use this method to support a few select destinations like Mixpanel.* The alias method reconciles identifiers in systems that don't automatically handle identity changeslike when a person graduates f.

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

customerio.customerio_pipelines_batch

The batch method helps you send an array of identify, group, track, page and/or screen requests in a single call, so you don't have to send multiple requests.

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

customerio.customerio_pipelines_group

Group calls add people to a group.

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

customerio.customerio_pipelines_identify

Identifies a person and assigns traits to them.

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

customerio.customerio_pipelines_page

Sends a page view event.

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

customerio.customerio_pipelines_screen

Sends a screen view event for mobile devices.

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

customerio.customerio_pipelines_track

Send an event associated with a person.

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

customerio.customerio_track_add_device

Customers can have more than one device.

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

customerio.customerio_track_add_to_segment

Add people to a manual segment by ID.

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

customerio.customerio_track_batch

This endpoint lets you batch requests for different people and objects in a single request.

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

customerio.customerio_track_delete

Deleting a customer removes them, and all of their information, from Customer.io.

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

customerio.customerio_track_delete_device

Remove a device from a customer profile.

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

customerio.customerio_track_entity

This endpoint lets you create, update, or delete a single person or objectincluding managing relationships between objects and people.

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

customerio.customerio_track_get_region

This endpoint returns the appropriate region and URL for your Track API credentials.

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

customerio.customerio_track_identify

Adds or updates a person.

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

customerio.customerio_track_merge

Merge two customer profiles together.

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

customerio.customerio_track_metrics

This endpoint helps you report metrics from channels that aren't native to Customer.io or don't rely on our SDKs.

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

customerio.customerio_track_push_metrics

While this endpoint still works, you should take advantage of our .

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

customerio.customerio_track_remove_from_segment

You can remove users from a manual segment by ID.

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

customerio.customerio_track_submit_form

Submit a form response.

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

customerio.customerio_track_suppress

Delete a customer profile and prevent the person's identifier(s) from being re-added to your workspace.

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

customerio.customerio_track_track

Send an event associated with a person, referenced by the identifier in the path.

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

customerio.customerio_track_track_anonymous

An anonymous event represents a person you haven't identified yet.

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

customerio.customerio_track_unsubscribe

This endpoint lets you set a global unsubscribed status outside of the subscription pathways native to Customer.io.

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

customerio.customerio_track_unsuppress

Unsuppressing a profile allows you to add the customer back to Customer.io.

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

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

customerio.customerio_app_add_collection 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_add_collection --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_broadcast_action_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_broadcast_action_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_broadcast_actions 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_broadcast_actions --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_broadcast_errors 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_broadcast_errors --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_broadcast_messages 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_broadcast_messages --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_broadcast_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_broadcast_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_broadcast_status 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_broadcast_status --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_campaign_action_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_campaign_action_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_campaign_journey_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_campaign_journey_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_campaign_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_campaign_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_asset 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_asset --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_asset_folder 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_asset_folder --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_component 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_component --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_email 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_email --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_email_translation 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_email_translation --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_folder 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_folder --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_man_segment 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_man_segment --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_newsletter 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_newsletter --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_newsletter_language_variant 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_newsletter_language_variant --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_newsletter_test_group 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_newsletter_test_group --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_newsletter_test_language_variant 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_newsletter_test_language_variant --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_snippet 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_snippet --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_create_webhook 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_create_webhook --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_asset 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_asset --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_asset_folder 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_asset_folder --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_collection 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_collection --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_component 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_component --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_email 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_email --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_email_translation 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_email_translation --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_folder 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_folder --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_man_segment 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_man_segment --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_newsletter_language_variant 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_newsletter_language_variant --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_newsletter_test_language_variant 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_newsletter_test_language_variant --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_newsletters 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_newsletters --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_snippet 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_snippet --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_suppression 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_suppression --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_delete_webhook 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_delete_webhook --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_download_export 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_download_export --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_export_deliveries_data 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_export_deliveries_data --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_export_people_data 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_export_people_data --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_archived_message 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_archived_message --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_asset 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_asset --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_asset_folder 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_asset_folder --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_broadcast 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_broadcast --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_broadcast_action 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_broadcast_action --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_broadcast_action_language 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_broadcast_action_language --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_campaign_action 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_campaign_action --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_campaign_action_translation 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_campaign_action_translation --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_campaign_messages 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_campaign_messages --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_campaigns 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_campaigns --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_channels 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_channels --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_cio_allowlist 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_cio_allowlist --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_collection 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_collection --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_collection_contents 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_collection_contents --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_collections 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_collections --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_component 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_component --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_domain_suppressions_by_type 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_domain_suppressions_by_type --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_email 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_email --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_email_translation 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_email_translation --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_export 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_export --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_folder 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_folder --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_import 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_import --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_message 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_message --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_newsletter_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_newsletter_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_newsletter_msg_meta 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_newsletter_msg_meta --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_newsletter_test_groups 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_newsletter_test_groups --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_newsletter_variant 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_newsletter_variant --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_newsletter_variant_translation 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_newsletter_variant_translation --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_newsletter_variant_translation_test 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_newsletter_variant_translation_test --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_newsletters 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_newsletters --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_object_attributes 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_object_attributes --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_object_relationships 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_object_relationships --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_object_types 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_object_types --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_objects_filter 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_objects_filter --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_people_by_id 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_people_by_id --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_people_email 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_people_email --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_people_filter 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_people_filter --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_person_activities 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_person_activities --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_person_attributes 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_person_attributes --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_person_messages 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_person_messages --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_person_relationships 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_person_relationships --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_person_segments 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_person_segments --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_person_subscription_preferences 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_person_subscription_preferences --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_segment 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_segment --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_segment_count 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_segment_count --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_segment_dependencies 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_segment_dependencies --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_segment_membership 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_segment_membership --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_sender 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_sender --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_sender_usage 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_sender_usage --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_subscription_center_token 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_subscription_center_token --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_suppression 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_suppression --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_suppression_by_type 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_suppression_by_type --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_topics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_topics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_transactional 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_transactional --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_transactional_variant 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_transactional_variant --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_variant_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_variant_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_get_webhook 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_get_webhook --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_import 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_import --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_activities 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_activities --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_asset_folders 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_asset_folders --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_assets 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_assets --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_broadcast_triggers 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_broadcast_triggers --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_broadcasts 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_broadcasts --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_campaign_actions 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_campaign_actions --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_campaigns 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_campaigns --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_components 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_components --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_email_translations 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_email_translations --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_emails 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_emails --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_exports 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_exports --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_folders 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_folders --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_messages 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_messages --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_newsletter_variants 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_newsletter_variants --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_newsletters 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_newsletters --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_segments 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_segments --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_senders 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_senders --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_snippets 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_snippets --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_transactional 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_transactional --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_transactional_variants 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_transactional_variants --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_webhooks 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_webhooks --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_list_workspaces 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_list_workspaces --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_post_suppression 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_post_suppression --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_schedule_newsletter 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_schedule_newsletter --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_send_email 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_send_email --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_send_inbox_message 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_send_inbox_message --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_send_newsletter 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_send_newsletter --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_send_push 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_send_push --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_send_sms 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_send_sms --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_transactional_messages 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_transactional_messages --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_transactional_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_transactional_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_trigger_broadcast 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_trigger_broadcast --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_asset 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_asset --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_asset_folder 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_asset_folder --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_attribute_metadata 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_attribute_metadata --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_broadcast_action 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_broadcast_action --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_broadcast_action_language 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_broadcast_action_language --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_campaign_action 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_campaign_action --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_campaign_action_translation 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_campaign_action_translation --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_collection 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_collection --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_collection_contents 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_collection_contents --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_component 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_component --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_email 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_email --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_email_translation 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_email_translation --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_event_metadata 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_event_metadata --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_folder 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_folder --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_newsletter_test_translation 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_newsletter_test_translation --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_newsletter_variant 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_newsletter_variant --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_newsletter_variant_translation 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_newsletter_variant_translation --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_snippets 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_snippets --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_transactional 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_transactional --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_transactional_variant 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_transactional_variant --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_app_update_webhook 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_app_update_webhook --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_pipelines_alias 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_pipelines_alias --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_pipelines_batch 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_pipelines_batch --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_pipelines_group 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_pipelines_group --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_pipelines_identify 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_pipelines_identify --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_pipelines_page 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_pipelines_page --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_pipelines_screen 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_pipelines_screen --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_pipelines_track 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_pipelines_track --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_add_device 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_add_device --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_add_to_segment 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_add_to_segment --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_batch 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_batch --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_delete 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_delete --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_delete_device 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_delete_device --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_entity 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_entity --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_get_region 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_get_region --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_identify 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_identify --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_merge 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_merge --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_push_metrics 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_push_metrics --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_remove_from_segment 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_remove_from_segment --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_submit_form 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_submit_form --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_suppress 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_suppress --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_track 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_track --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_track_anonymous 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_track_anonymous --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_unsubscribe 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_unsubscribe --json
ParameterTypeRequiredDescription
No parameters.
customerio.customerio_track_unsuppress 0 parameters
Schema command
kosmo integrations:schema customerio.customerio_track_unsuppress --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.