C

customer.io

Customer engagement platform for automated messaging across email, push, SMS, and in-app.

3action
https://customer.io/

live · Productivity & Work · JSON · API for agents

Tools 3 tools

open_customerio_pageaction

Navigate to a key Customer.io page — product overview, pricing, AI, features, integrations, customer stories, security, or documentation.

View tool JSON
{
  "name": "open_customerio_page",
  "kind": "action",
  "impl": "imperative",
  "description": "Navigate to a key Customer.io page — product overview, pricing, AI, features, integrations, customer stories, security, or documentation.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "page": {
        "type": "string",
        "enum": [
          "home",
          "platform",
          "pricing",
          "ai",
          "features",
          "integrations",
          "customers",
          "security",
          "docs"
        ],
        "description": "Which Customer.io page to open."
      }
    },
    "required": [
      "page"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
start_customerio_free_trialaction

Open Customer.io's free trial sign-up (14-day trial, no credit card required).

View tool JSON
{
  "name": "start_customerio_free_trial",
  "kind": "action",
  "impl": "imperative",
  "description": "Open Customer.io's free trial sign-up (14-day trial, no credit card required).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
contact_customerio_salesaction

Open Customer.io's contact page to talk to the sales team or request a demo.

View tool JSON
{
  "name": "contact_customerio_sales",
  "kind": "action",
  "impl": "imperative",
  "description": "Open Customer.io's contact page to talk to the sales team or request a demo.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}