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 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.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
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.
kosmo integrations:call customerio.customerio_app_add_collection '{}' --json 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.
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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_add_collection '{}' --json kosmo integrations:customerio customerio_app_add_collection '{}' --json customerio.customerio_app_broadcast_action_links
Returns link click metrics for an individual broadcast action.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_broadcast_action_links '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_broadcast_action_metrics '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_broadcast_actions '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_broadcast_errors '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_broadcast_links '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_broadcast_messages '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_broadcast_metrics '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_broadcast_status '{}' --json kosmo integrations:customerio customerio_app_broadcast_status '{}' --json customerio.customerio_app_campaign_action_links
Returns link click metrics for an individual action.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_campaign_action_links '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_campaign_action_metrics '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_campaign_journey_metrics '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_campaign_link_metrics '{}' --json kosmo integrations:customerio customerio_app_campaign_link_metrics '{}' --json customerio.customerio_app_campaign_metrics
Returns a list of metrics for an individual campaign.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_campaign_metrics '{}' --json kosmo integrations:customerio customerio_app_campaign_metrics '{}' --json customerio.customerio_app_create_asset
Creates a new file asset.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_asset '{}' --json kosmo integrations:customerio customerio_app_create_asset '{}' --json customerio.customerio_app_create_asset_folder
Creates a new folder for organizing file assets.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_asset_folder '{}' --json kosmo integrations:customerio customerio_app_create_asset_folder '{}' --json customerio.customerio_app_create_component
Creates a custom component.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_component '{}' --json kosmo integrations:customerio customerio_app_create_component '{}' --json customerio.customerio_app_create_email
Create an email.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_email '{}' --json kosmo integrations:customerio customerio_app_create_email '{}' --json customerio.customerio_app_create_email_translation
Creates a new translation for an email.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_email_translation '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_folder '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_man_segment '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_newsletter '{}' --json kosmo integrations:customerio customerio_app_create_newsletter '{}' --json customerio.customerio_app_create_newsletter_language_variant
Add a language variant to a newsletter.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_newsletter_language_variant '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_newsletter_test_group '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_newsletter_test_language_variant '{}' --json kosmo integrations:customerio customerio_app_create_newsletter_test_language_variant '{}' --json customerio.customerio_app_create_snippet
Create a new snippet.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_snippet '{}' --json kosmo integrations:customerio customerio_app_create_snippet '{}' --json customerio.customerio_app_create_webhook
Create a new webhook configuration.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_create_webhook '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_asset '{}' --json kosmo integrations:customerio customerio_app_delete_asset '{}' --json customerio.customerio_app_delete_asset_folder
Soft-deletes an empty folder.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_asset_folder '{}' --json kosmo integrations:customerio customerio_app_delete_asset_folder '{}' --json customerio.customerio_app_delete_collection
Remove a collection and associated contents.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_collection '{}' --json kosmo integrations:customerio customerio_app_delete_collection '{}' --json customerio.customerio_app_delete_component
Delete a component.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_component '{}' --json kosmo integrations:customerio customerio_app_delete_component '{}' --json customerio.customerio_app_delete_email
Delete an email.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_email '{}' --json kosmo integrations:customerio customerio_app_delete_email '{}' --json customerio.customerio_app_delete_email_translation
Delete a specific language translation from an email.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_email_translation '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_folder '{}' --json kosmo integrations:customerio customerio_app_delete_folder '{}' --json customerio.customerio_app_delete_man_segment
Delete a manual segment.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_man_segment '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_newsletter_language_variant '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_newsletter_test_language_variant '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_newsletters '{}' --json kosmo integrations:customerio customerio_app_delete_newsletters '{}' --json customerio.customerio_app_delete_snippet
Remove a snippet.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_snippet '{}' --json kosmo integrations:customerio customerio_app_delete_snippet '{}' --json customerio.customerio_app_delete_suppression
Remove an address from the ESP's suppression list.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_suppression '{}' --json kosmo integrations:customerio customerio_app_delete_suppression '{}' --json customerio.customerio_app_delete_webhook
Delete a reporting webhook's configuration.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_delete_webhook '{}' --json kosmo integrations:customerio customerio_app_delete_webhook '{}' --json customerio.customerio_app_download_export
This endpoint returns a signed link to download an export.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_download_export '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_export_deliveries_data '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_export_people_data '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_archived_message '{}' --json kosmo integrations:customerio customerio_app_get_archived_message '{}' --json customerio.customerio_app_get_asset
Retrieves a single file asset by its ID.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_asset '{}' --json kosmo integrations:customerio customerio_app_get_asset '{}' --json customerio.customerio_app_get_asset_folder
Retrieves a single folder by its ID.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_asset_folder '{}' --json kosmo integrations:customerio customerio_app_get_asset_folder '{}' --json customerio.customerio_app_get_broadcast
Returns metadata for an individual broadcast.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_broadcast '{}' --json kosmo integrations:customerio customerio_app_get_broadcast '{}' --json customerio.customerio_app_get_broadcast_action
Returns information about a specific action within a broadcast.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_broadcast_action '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_broadcast_action_language '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_campaign_action '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_campaign_action_translation '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_campaign_messages '{}' --json kosmo integrations:customerio customerio_app_get_campaign_messages '{}' --json customerio.customerio_app_get_campaigns
Returns metadata for an individual campaign.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_campaigns '{}' --json kosmo integrations:customerio customerio_app_get_campaigns '{}' --json customerio.customerio_app_get_channels
Returns a list of subscription channels available in your workspace.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_channels '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_cio_allowlist '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_collection '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_collection_contents '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_collections '{}' --json kosmo integrations:customerio customerio_app_get_collections '{}' --json customerio.customerio_app_get_component
Returns a single component with its full content.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_component '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_domain_suppressions_by_type '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_email '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_email_translation '{}' --json kosmo integrations:customerio customerio_app_get_email_translation '{}' --json customerio.customerio_app_get_export
Return information about a specific export.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_export '{}' --json kosmo integrations:customerio customerio_app_get_export '{}' --json customerio.customerio_app_get_folder
Get a folder by its UUID.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_folder '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_import '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_message '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_newsletter_links '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_newsletter_metrics '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_newsletter_msg_meta '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_newsletter_test_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_newsletter_variant '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_newsletter_variant_translation '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_newsletter_variant_translation_test '{}' --json kosmo integrations:customerio customerio_app_get_newsletter_variant_translation_test '{}' --json customerio.customerio_app_get_newsletters
Returns metadata for an individual newsletter.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_newsletters '{}' --json kosmo integrations:customerio customerio_app_get_newsletters '{}' --json customerio.customerio_app_get_object_attributes
Get a list of attributes for an object.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_object_attributes '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_object_relationships '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_object_types '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_objects_filter '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_people_by_id '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_people_email '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_people_filter '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_person_activities '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_person_attributes '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_person_messages '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_person_relationships '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_person_segments '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_person_subscription_preferences '{}' --json kosmo integrations:customerio customerio_app_get_person_subscription_preferences '{}' --json customerio.customerio_app_get_segment
Return information about a segment.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_segment '{}' --json kosmo integrations:customerio customerio_app_get_segment '{}' --json customerio.customerio_app_get_segment_count
Returns the membership count for a segment.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_segment_count '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_segment_dependencies '{}' --json kosmo integrations:customerio customerio_app_get_segment_dependencies '{}' --json customerio.customerio_app_get_segment_membership
Returns customers in a segment.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_segment_membership '{}' --json kosmo integrations:customerio customerio_app_get_segment_membership '{}' --json customerio.customerio_app_get_sender
Returns information about a specific sender.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_sender '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_sender_usage '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_subscription_center_token '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_suppression '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_suppression_by_type '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_topics '{}' --json kosmo integrations:customerio customerio_app_get_topics '{}' --json customerio.customerio_app_get_transactional
Returns information about an individual transactional message.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_transactional '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_transactional_variant '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_variant_links '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_variant_metrics '{}' --json kosmo integrations:customerio customerio_app_get_variant_metrics '{}' --json customerio.customerio_app_get_webhook
Returns information about a specific reporting webhook.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_get_webhook '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_import '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_activities '{}' --json kosmo integrations:customerio customerio_app_list_activities '{}' --json customerio.customerio_app_list_asset_folders
Returns a paginated list of asset folders.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_asset_folders '{}' --json kosmo integrations:customerio customerio_app_list_asset_folders '{}' --json customerio.customerio_app_list_assets
Returns a paginated list of file assets.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_assets '{}' --json kosmo integrations:customerio customerio_app_list_assets '{}' --json customerio.customerio_app_list_broadcast_triggers
Returns a list of the triggers for a broadcast.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_broadcast_triggers '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_broadcasts '{}' --json kosmo integrations:customerio customerio_app_list_broadcasts '{}' --json customerio.customerio_app_list_campaign_actions
Returns the operations in a campaign workflow.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_campaign_actions '{}' --json kosmo integrations:customerio customerio_app_list_campaign_actions '{}' --json customerio.customerio_app_list_campaigns
Returns a list of your campaigns and associated metadata.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_campaigns '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_components '{}' --json kosmo integrations:customerio customerio_app_list_components '{}' --json customerio.customerio_app_list_email_translations
Returns all translations for an email.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_email_translations '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_emails '{}' --json kosmo integrations:customerio customerio_app_list_emails '{}' --json customerio.customerio_app_list_exports
Return a list of your exports.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_exports '{}' --json kosmo integrations:customerio customerio_app_list_exports '{}' --json customerio.customerio_app_list_folders
Returns a paginated list of folders.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_folders '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_messages '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_newsletter_variants '{}' --json kosmo integrations:customerio customerio_app_list_newsletter_variants '{}' --json customerio.customerio_app_list_newsletters
Returns a list of your newsletters and associated metadata.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_newsletters '{}' --json kosmo integrations:customerio customerio_app_list_newsletters '{}' --json customerio.customerio_app_list_segments
Retrieve a list of all of your segments.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_segments '{}' --json kosmo integrations:customerio customerio_app_list_segments '{}' --json customerio.customerio_app_list_senders
Returns a list of senders in your workspace.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_senders '{}' --json kosmo integrations:customerio customerio_app_list_senders '{}' --json customerio.customerio_app_list_snippets
Returns a list of snippets in your workspace.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_snippets '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_transactional '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_transactional_variants '{}' --json kosmo integrations:customerio customerio_app_list_transactional_variants '{}' --json customerio.customerio_app_list_webhooks
Return a list of all of your reporting webhooks.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_webhooks '{}' --json kosmo integrations:customerio customerio_app_list_webhooks '{}' --json customerio.customerio_app_list_workspaces
Returns a list of workspaces in your account.
read - Parameters
- none
kosmo integrations:call customerio.customerio_app_list_workspaces '{}' --json kosmo integrations:customerio customerio_app_list_workspaces '{}' --json customerio.customerio_app_post_suppression
Suppress an email address at the email service provider (ESP).
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_post_suppression '{}' --json kosmo integrations:customerio customerio_app_post_suppression '{}' --json customerio.customerio_app_schedule_newsletter
Schedule a newsletter to send at a specific time.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_schedule_newsletter '{}' --json kosmo integrations:customerio customerio_app_schedule_newsletter '{}' --json customerio.customerio_app_send_email
Send a transactional email.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_send_email '{}' --json kosmo integrations:customerio customerio_app_send_email '{}' --json customerio.customerio_app_send_inbox_message
Send a transactional inbox message.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_send_inbox_message '{}' --json kosmo integrations:customerio customerio_app_send_inbox_message '{}' --json customerio.customerio_app_send_newsletter
Send a newsletter immediately.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_send_newsletter '{}' --json kosmo integrations:customerio customerio_app_send_newsletter '{}' --json customerio.customerio_app_send_push
Send a transactional push.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_send_push '{}' --json kosmo integrations:customerio customerio_app_send_push '{}' --json customerio.customerio_app_send_sms
Send a transactional SMS message.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_send_sms '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_transactional_links '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_transactional_messages '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_transactional_metrics '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_trigger_broadcast '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_asset '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_asset_folder '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_attribute_metadata '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_broadcast_action '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_broadcast_action_language '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_campaign_action '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_campaign_action_translation '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_collection '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_collection_contents '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_component '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_email '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_email_translation '{}' --json kosmo integrations:customerio customerio_app_update_email_translation '{}' --json customerio.customerio_app_update_event_metadata
Events are actions your customers have performed.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_event_metadata '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_folder '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_newsletter_test_translation '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_newsletter_variant '{}' --json kosmo integrations:customerio customerio_app_update_newsletter_variant '{}' --json customerio.customerio_app_update_newsletter_variant_translation
Update the translation of a newsletter variant.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_newsletter_variant_translation '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_snippets '{}' --json kosmo integrations:customerio customerio_app_update_snippets '{}' --json customerio.customerio_app_update_transactional
Update the body of a transactional email.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_transactional '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_transactional_variant '{}' --json kosmo integrations:customerio customerio_app_update_transactional_variant '{}' --json customerio.customerio_app_update_webhook
Update the configuration of a reporting webhook.
write - Parameters
- none
kosmo integrations:call customerio.customerio_app_update_webhook '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_pipelines_alias '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_pipelines_batch '{}' --json kosmo integrations:customerio customerio_pipelines_batch '{}' --json customerio.customerio_pipelines_group
Group calls add people to a group.
write - Parameters
- none
kosmo integrations:call customerio.customerio_pipelines_group '{}' --json kosmo integrations:customerio customerio_pipelines_group '{}' --json customerio.customerio_pipelines_identify
Identifies a person and assigns traits to them.
write - Parameters
- none
kosmo integrations:call customerio.customerio_pipelines_identify '{}' --json kosmo integrations:customerio customerio_pipelines_identify '{}' --json customerio.customerio_pipelines_page
Sends a page view event.
write - Parameters
- none
kosmo integrations:call customerio.customerio_pipelines_page '{}' --json kosmo integrations:customerio customerio_pipelines_page '{}' --json customerio.customerio_pipelines_screen
Sends a screen view event for mobile devices.
write - Parameters
- none
kosmo integrations:call customerio.customerio_pipelines_screen '{}' --json kosmo integrations:customerio customerio_pipelines_screen '{}' --json customerio.customerio_pipelines_track
Send an event associated with a person.
write - Parameters
- none
kosmo integrations:call customerio.customerio_pipelines_track '{}' --json kosmo integrations:customerio customerio_pipelines_track '{}' --json customerio.customerio_track_add_device
Customers can have more than one device.
write - Parameters
- none
kosmo integrations:call customerio.customerio_track_add_device '{}' --json kosmo integrations:customerio customerio_track_add_device '{}' --json customerio.customerio_track_add_to_segment
Add people to a manual segment by ID.
write - Parameters
- none
kosmo integrations:call customerio.customerio_track_add_to_segment '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_batch '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_delete '{}' --json kosmo integrations:customerio customerio_track_delete '{}' --json customerio.customerio_track_delete_device
Remove a device from a customer profile.
write - Parameters
- none
kosmo integrations:call customerio.customerio_track_delete_device '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_entity '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_get_region '{}' --json kosmo integrations:customerio customerio_track_get_region '{}' --json customerio.customerio_track_identify
Adds or updates a person.
write - Parameters
- none
kosmo integrations:call customerio.customerio_track_identify '{}' --json kosmo integrations:customerio customerio_track_identify '{}' --json customerio.customerio_track_merge
Merge two customer profiles together.
write - Parameters
- none
kosmo integrations:call customerio.customerio_track_merge '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_metrics '{}' --json kosmo integrations:customerio customerio_track_metrics '{}' --json customerio.customerio_track_push_metrics
While this endpoint still works, you should take advantage of our .
write - Parameters
- none
kosmo integrations:call customerio.customerio_track_push_metrics '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_remove_from_segment '{}' --json kosmo integrations:customerio customerio_track_remove_from_segment '{}' --json customerio.customerio_track_submit_form
Submit a form response.
write - Parameters
- none
kosmo integrations:call customerio.customerio_track_submit_form '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_suppress '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_track '{}' --json kosmo integrations:customerio customerio_track_track '{}' --json customerio.customerio_track_track_anonymous
An anonymous event represents a person you haven't identified yet.
write - Parameters
- none
kosmo integrations:call customerio.customerio_track_track_anonymous '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_unsubscribe '{}' --json 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 - Parameters
- none
kosmo integrations:call customerio.customerio_track_unsuppress '{}' --json 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
kosmo integrations:schema customerio.customerio_app_add_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_broadcast_action_links 0 parameters
kosmo integrations:schema customerio.customerio_app_broadcast_action_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_broadcast_action_metrics 0 parameters
kosmo integrations:schema customerio.customerio_app_broadcast_action_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_broadcast_actions 0 parameters
kosmo integrations:schema customerio.customerio_app_broadcast_actions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_broadcast_errors 0 parameters
kosmo integrations:schema customerio.customerio_app_broadcast_errors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_broadcast_links 0 parameters
kosmo integrations:schema customerio.customerio_app_broadcast_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_broadcast_messages 0 parameters
kosmo integrations:schema customerio.customerio_app_broadcast_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_broadcast_metrics 0 parameters
kosmo integrations:schema customerio.customerio_app_broadcast_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_broadcast_status 0 parameters
kosmo integrations:schema customerio.customerio_app_broadcast_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_campaign_action_links 0 parameters
kosmo integrations:schema customerio.customerio_app_campaign_action_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_campaign_action_metrics 0 parameters
kosmo integrations:schema customerio.customerio_app_campaign_action_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_campaign_journey_metrics 0 parameters
kosmo integrations:schema customerio.customerio_app_campaign_journey_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_campaign_link_metrics 0 parameters
kosmo integrations:schema customerio.customerio_app_campaign_link_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_campaign_metrics 0 parameters
kosmo integrations:schema customerio.customerio_app_campaign_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_asset 0 parameters
kosmo integrations:schema customerio.customerio_app_create_asset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_asset_folder 0 parameters
kosmo integrations:schema customerio.customerio_app_create_asset_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_component 0 parameters
kosmo integrations:schema customerio.customerio_app_create_component --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_email 0 parameters
kosmo integrations:schema customerio.customerio_app_create_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_email_translation 0 parameters
kosmo integrations:schema customerio.customerio_app_create_email_translation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_folder 0 parameters
kosmo integrations:schema customerio.customerio_app_create_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_man_segment 0 parameters
kosmo integrations:schema customerio.customerio_app_create_man_segment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_newsletter 0 parameters
kosmo integrations:schema customerio.customerio_app_create_newsletter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_newsletter_language_variant 0 parameters
kosmo integrations:schema customerio.customerio_app_create_newsletter_language_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_newsletter_test_group 0 parameters
kosmo integrations:schema customerio.customerio_app_create_newsletter_test_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_newsletter_test_language_variant 0 parameters
kosmo integrations:schema customerio.customerio_app_create_newsletter_test_language_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_snippet 0 parameters
kosmo integrations:schema customerio.customerio_app_create_snippet --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_create_webhook 0 parameters
kosmo integrations:schema customerio.customerio_app_create_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_asset 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_asset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_asset_folder 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_asset_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_collection 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_component 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_component --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_email 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_email_translation 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_email_translation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_folder 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_man_segment 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_man_segment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_newsletter_language_variant 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_newsletter_language_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_newsletter_test_language_variant 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_newsletter_test_language_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_newsletters 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_newsletters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_snippet 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_snippet --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_suppression 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_suppression --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_delete_webhook 0 parameters
kosmo integrations:schema customerio.customerio_app_delete_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_download_export 0 parameters
kosmo integrations:schema customerio.customerio_app_download_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_export_deliveries_data 0 parameters
kosmo integrations:schema customerio.customerio_app_export_deliveries_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_export_people_data 0 parameters
kosmo integrations:schema customerio.customerio_app_export_people_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_archived_message 0 parameters
kosmo integrations:schema customerio.customerio_app_get_archived_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_asset 0 parameters
kosmo integrations:schema customerio.customerio_app_get_asset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_asset_folder 0 parameters
kosmo integrations:schema customerio.customerio_app_get_asset_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_broadcast 0 parameters
kosmo integrations:schema customerio.customerio_app_get_broadcast --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_broadcast_action 0 parameters
kosmo integrations:schema customerio.customerio_app_get_broadcast_action --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_broadcast_action_language 0 parameters
kosmo integrations:schema customerio.customerio_app_get_broadcast_action_language --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_campaign_action 0 parameters
kosmo integrations:schema customerio.customerio_app_get_campaign_action --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_campaign_action_translation 0 parameters
kosmo integrations:schema customerio.customerio_app_get_campaign_action_translation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_campaign_messages 0 parameters
kosmo integrations:schema customerio.customerio_app_get_campaign_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_campaigns 0 parameters
kosmo integrations:schema customerio.customerio_app_get_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_channels 0 parameters
kosmo integrations:schema customerio.customerio_app_get_channels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_cio_allowlist 0 parameters
kosmo integrations:schema customerio.customerio_app_get_cio_allowlist --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_collection 0 parameters
kosmo integrations:schema customerio.customerio_app_get_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_collection_contents 0 parameters
kosmo integrations:schema customerio.customerio_app_get_collection_contents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_collections 0 parameters
kosmo integrations:schema customerio.customerio_app_get_collections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_component 0 parameters
kosmo integrations:schema customerio.customerio_app_get_component --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_domain_suppressions_by_type 0 parameters
kosmo integrations:schema customerio.customerio_app_get_domain_suppressions_by_type --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_email 0 parameters
kosmo integrations:schema customerio.customerio_app_get_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_email_translation 0 parameters
kosmo integrations:schema customerio.customerio_app_get_email_translation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_export 0 parameters
kosmo integrations:schema customerio.customerio_app_get_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_folder 0 parameters
kosmo integrations:schema customerio.customerio_app_get_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_import 0 parameters
kosmo integrations:schema customerio.customerio_app_get_import --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_message 0 parameters
kosmo integrations:schema customerio.customerio_app_get_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_newsletter_links 0 parameters
kosmo integrations:schema customerio.customerio_app_get_newsletter_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_newsletter_metrics 0 parameters
kosmo integrations:schema customerio.customerio_app_get_newsletter_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_newsletter_msg_meta 0 parameters
kosmo integrations:schema customerio.customerio_app_get_newsletter_msg_meta --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_newsletter_test_groups 0 parameters
kosmo integrations:schema customerio.customerio_app_get_newsletter_test_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_newsletter_variant 0 parameters
kosmo integrations:schema customerio.customerio_app_get_newsletter_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_newsletter_variant_translation 0 parameters
kosmo integrations:schema customerio.customerio_app_get_newsletter_variant_translation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_newsletter_variant_translation_test 0 parameters
kosmo integrations:schema customerio.customerio_app_get_newsletter_variant_translation_test --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_newsletters 0 parameters
kosmo integrations:schema customerio.customerio_app_get_newsletters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_object_attributes 0 parameters
kosmo integrations:schema customerio.customerio_app_get_object_attributes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_object_relationships 0 parameters
kosmo integrations:schema customerio.customerio_app_get_object_relationships --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_object_types 0 parameters
kosmo integrations:schema customerio.customerio_app_get_object_types --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_objects_filter 0 parameters
kosmo integrations:schema customerio.customerio_app_get_objects_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_people_by_id 0 parameters
kosmo integrations:schema customerio.customerio_app_get_people_by_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_people_email 0 parameters
kosmo integrations:schema customerio.customerio_app_get_people_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_people_filter 0 parameters
kosmo integrations:schema customerio.customerio_app_get_people_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_person_activities 0 parameters
kosmo integrations:schema customerio.customerio_app_get_person_activities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_person_attributes 0 parameters
kosmo integrations:schema customerio.customerio_app_get_person_attributes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_person_messages 0 parameters
kosmo integrations:schema customerio.customerio_app_get_person_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_person_relationships 0 parameters
kosmo integrations:schema customerio.customerio_app_get_person_relationships --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_person_segments 0 parameters
kosmo integrations:schema customerio.customerio_app_get_person_segments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_person_subscription_preferences 0 parameters
kosmo integrations:schema customerio.customerio_app_get_person_subscription_preferences --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_segment 0 parameters
kosmo integrations:schema customerio.customerio_app_get_segment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_segment_count 0 parameters
kosmo integrations:schema customerio.customerio_app_get_segment_count --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_segment_dependencies 0 parameters
kosmo integrations:schema customerio.customerio_app_get_segment_dependencies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_segment_membership 0 parameters
kosmo integrations:schema customerio.customerio_app_get_segment_membership --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_sender 0 parameters
kosmo integrations:schema customerio.customerio_app_get_sender --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_sender_usage 0 parameters
kosmo integrations:schema customerio.customerio_app_get_sender_usage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_subscription_center_token 0 parameters
kosmo integrations:schema customerio.customerio_app_get_subscription_center_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_suppression 0 parameters
kosmo integrations:schema customerio.customerio_app_get_suppression --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_suppression_by_type 0 parameters
kosmo integrations:schema customerio.customerio_app_get_suppression_by_type --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_topics 0 parameters
kosmo integrations:schema customerio.customerio_app_get_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_transactional 0 parameters
kosmo integrations:schema customerio.customerio_app_get_transactional --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_transactional_variant 0 parameters
kosmo integrations:schema customerio.customerio_app_get_transactional_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_variant_links 0 parameters
kosmo integrations:schema customerio.customerio_app_get_variant_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_variant_metrics 0 parameters
kosmo integrations:schema customerio.customerio_app_get_variant_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_get_webhook 0 parameters
kosmo integrations:schema customerio.customerio_app_get_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_import 0 parameters
kosmo integrations:schema customerio.customerio_app_import --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_activities 0 parameters
kosmo integrations:schema customerio.customerio_app_list_activities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_asset_folders 0 parameters
kosmo integrations:schema customerio.customerio_app_list_asset_folders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_assets 0 parameters
kosmo integrations:schema customerio.customerio_app_list_assets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_broadcast_triggers 0 parameters
kosmo integrations:schema customerio.customerio_app_list_broadcast_triggers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_broadcasts 0 parameters
kosmo integrations:schema customerio.customerio_app_list_broadcasts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_campaign_actions 0 parameters
kosmo integrations:schema customerio.customerio_app_list_campaign_actions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_campaigns 0 parameters
kosmo integrations:schema customerio.customerio_app_list_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_components 0 parameters
kosmo integrations:schema customerio.customerio_app_list_components --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_email_translations 0 parameters
kosmo integrations:schema customerio.customerio_app_list_email_translations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_emails 0 parameters
kosmo integrations:schema customerio.customerio_app_list_emails --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_exports 0 parameters
kosmo integrations:schema customerio.customerio_app_list_exports --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_folders 0 parameters
kosmo integrations:schema customerio.customerio_app_list_folders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_messages 0 parameters
kosmo integrations:schema customerio.customerio_app_list_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_newsletter_variants 0 parameters
kosmo integrations:schema customerio.customerio_app_list_newsletter_variants --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_newsletters 0 parameters
kosmo integrations:schema customerio.customerio_app_list_newsletters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_segments 0 parameters
kosmo integrations:schema customerio.customerio_app_list_segments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_senders 0 parameters
kosmo integrations:schema customerio.customerio_app_list_senders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_snippets 0 parameters
kosmo integrations:schema customerio.customerio_app_list_snippets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_transactional 0 parameters
kosmo integrations:schema customerio.customerio_app_list_transactional --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_transactional_variants 0 parameters
kosmo integrations:schema customerio.customerio_app_list_transactional_variants --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_webhooks 0 parameters
kosmo integrations:schema customerio.customerio_app_list_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_list_workspaces 0 parameters
kosmo integrations:schema customerio.customerio_app_list_workspaces --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_post_suppression 0 parameters
kosmo integrations:schema customerio.customerio_app_post_suppression --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_schedule_newsletter 0 parameters
kosmo integrations:schema customerio.customerio_app_schedule_newsletter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_send_email 0 parameters
kosmo integrations:schema customerio.customerio_app_send_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_send_inbox_message 0 parameters
kosmo integrations:schema customerio.customerio_app_send_inbox_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_send_newsletter 0 parameters
kosmo integrations:schema customerio.customerio_app_send_newsletter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_send_push 0 parameters
kosmo integrations:schema customerio.customerio_app_send_push --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_send_sms 0 parameters
kosmo integrations:schema customerio.customerio_app_send_sms --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_transactional_links 0 parameters
kosmo integrations:schema customerio.customerio_app_transactional_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_transactional_messages 0 parameters
kosmo integrations:schema customerio.customerio_app_transactional_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_transactional_metrics 0 parameters
kosmo integrations:schema customerio.customerio_app_transactional_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_trigger_broadcast 0 parameters
kosmo integrations:schema customerio.customerio_app_trigger_broadcast --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_asset 0 parameters
kosmo integrations:schema customerio.customerio_app_update_asset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_asset_folder 0 parameters
kosmo integrations:schema customerio.customerio_app_update_asset_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_attribute_metadata 0 parameters
kosmo integrations:schema customerio.customerio_app_update_attribute_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_broadcast_action 0 parameters
kosmo integrations:schema customerio.customerio_app_update_broadcast_action --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_broadcast_action_language 0 parameters
kosmo integrations:schema customerio.customerio_app_update_broadcast_action_language --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_campaign_action 0 parameters
kosmo integrations:schema customerio.customerio_app_update_campaign_action --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_campaign_action_translation 0 parameters
kosmo integrations:schema customerio.customerio_app_update_campaign_action_translation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_collection 0 parameters
kosmo integrations:schema customerio.customerio_app_update_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_collection_contents 0 parameters
kosmo integrations:schema customerio.customerio_app_update_collection_contents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_component 0 parameters
kosmo integrations:schema customerio.customerio_app_update_component --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_email 0 parameters
kosmo integrations:schema customerio.customerio_app_update_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_email_translation 0 parameters
kosmo integrations:schema customerio.customerio_app_update_email_translation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_event_metadata 0 parameters
kosmo integrations:schema customerio.customerio_app_update_event_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_folder 0 parameters
kosmo integrations:schema customerio.customerio_app_update_folder --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_newsletter_test_translation 0 parameters
kosmo integrations:schema customerio.customerio_app_update_newsletter_test_translation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_newsletter_variant 0 parameters
kosmo integrations:schema customerio.customerio_app_update_newsletter_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_newsletter_variant_translation 0 parameters
kosmo integrations:schema customerio.customerio_app_update_newsletter_variant_translation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_snippets 0 parameters
kosmo integrations:schema customerio.customerio_app_update_snippets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_transactional 0 parameters
kosmo integrations:schema customerio.customerio_app_update_transactional --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_transactional_variant 0 parameters
kosmo integrations:schema customerio.customerio_app_update_transactional_variant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_app_update_webhook 0 parameters
kosmo integrations:schema customerio.customerio_app_update_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_pipelines_alias 0 parameters
kosmo integrations:schema customerio.customerio_pipelines_alias --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_pipelines_batch 0 parameters
kosmo integrations:schema customerio.customerio_pipelines_batch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_pipelines_group 0 parameters
kosmo integrations:schema customerio.customerio_pipelines_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_pipelines_identify 0 parameters
kosmo integrations:schema customerio.customerio_pipelines_identify --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_pipelines_page 0 parameters
kosmo integrations:schema customerio.customerio_pipelines_page --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_pipelines_screen 0 parameters
kosmo integrations:schema customerio.customerio_pipelines_screen --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_pipelines_track 0 parameters
kosmo integrations:schema customerio.customerio_pipelines_track --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_add_device 0 parameters
kosmo integrations:schema customerio.customerio_track_add_device --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_add_to_segment 0 parameters
kosmo integrations:schema customerio.customerio_track_add_to_segment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_batch 0 parameters
kosmo integrations:schema customerio.customerio_track_batch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_delete 0 parameters
kosmo integrations:schema customerio.customerio_track_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_delete_device 0 parameters
kosmo integrations:schema customerio.customerio_track_delete_device --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_entity 0 parameters
kosmo integrations:schema customerio.customerio_track_entity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_get_region 0 parameters
kosmo integrations:schema customerio.customerio_track_get_region --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_identify 0 parameters
kosmo integrations:schema customerio.customerio_track_identify --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_merge 0 parameters
kosmo integrations:schema customerio.customerio_track_merge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_metrics 0 parameters
kosmo integrations:schema customerio.customerio_track_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_push_metrics 0 parameters
kosmo integrations:schema customerio.customerio_track_push_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_remove_from_segment 0 parameters
kosmo integrations:schema customerio.customerio_track_remove_from_segment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_submit_form 0 parameters
kosmo integrations:schema customerio.customerio_track_submit_form --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_suppress 0 parameters
kosmo integrations:schema customerio.customerio_track_suppress --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_track 0 parameters
kosmo integrations:schema customerio.customerio_track_track --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_track_anonymous 0 parameters
kosmo integrations:schema customerio.customerio_track_track_anonymous --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_unsubscribe 0 parameters
kosmo integrations:schema customerio.customerio_track_unsubscribe --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
customerio.customerio_track_unsuppress 0 parameters
kosmo integrations:schema customerio.customerio_track_unsuppress --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.