# Iris AI Multi-Channel Outreach Campaign

> Iris AI Multi-Channel Outreach Campaign is a paid API for AI agents from www.iris-ai.dev, paid per call via x402, $2.25/call, status unknown (last checked 2026-09-13).

Creates an AI-powered multi-channel outreach campaign that discovers contacts, drafts personalized messages, and sends them via email, Twitter DM, and Instagram DM in one automated flow.

## Facts

- Endpoint: POST https://www.iris-ai.dev/api/v1/campaigns
- Price: $2.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/www-iris-ai-dev-02a615eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LJ5coS4CtxbXX_CmrGfNx

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability www-iris-ai-dev-02a615eb -d '<json body>'
```

Example prompt: Run an outreach campaign for my SaaS startup targeting early-stage founders interested in developer tools — discover relevant contacts and send personalized messages via email, Twitter DM, and Instagram DM introducing our product and asking for a quick demo call.

## When to prefer this

Choose this endpoint when you need a single automated workflow that handles contact discovery, AI message personalization, and multi-channel delivery (email + Twitter DM + Instagram DM) all in one call. Ideal for cold outreach, lead generation, influencer outreach, or partner campaigns where manually finding contacts and crafting messages per channel is too time-consuming.

## Known failure modes

- Insufficient campaign target criteria leads to failed or empty contact discovery
- Social media account restrictions may block DM delivery to certain users
- Payment of $2.25 USDC not available or declined, resulting in campaign not executing
- Invalid or missing target audience description causes poor or no contact matches
- Rate limiting or platform restrictions on Twitter or Instagram may prevent message delivery

## How this service works

Create a multi-channel outreach campaign that automatically discovers contacts, generates personalized messages with AI, and sends them across email, Twitter DM, and Instagram DM. One credit (~$2.25) covers contact discovery, message drafting, and delivery for one campaign.

## Output

The agent receives confirmation that the campaign was launched, including discovered contacts, the AI-generated personalized messages drafted for each channel (email, Twitter DM, Instagram DM), and delivery status across all three channels. One credit (~$2.25 USDC) is charged per campaign execution.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "name": {
       "type": "string"
      },
      "product_url": {
       "type": "string"
      },
      "product_name": {
       "type": "string"
      },
      "contact_count": {
       "type": "integer"
      },
      "objective_type": {
       "type": "string"
      },
      "target_profile": {
       "type": "string"
      },
      "product_description": {
       "type": "string"
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "id": {
       "type": "string"
      },
      "name": {
       "type": "string"
      },
      "status": {
       "type": "string"
      },
      "created_at": {
       "type": "string"
      },
      "objective_type": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/www-iris-ai-dev-02a615eb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.iris-ai.dev](https://www.zero.xyz/host/www.iris-ai.dev/llms.txt)
