# Autobound

Autobound provides AI-driven sales engagement solutions, offering personalized content generation and actionable insights to enhance sales outreach.

- **Category:** ai content generation
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 2
- **Triggers:** 0
- **Slug:** `AUTOBOUND`
- **Version:** 20260211_00

## Tools

### Generate Insights

**Slug:** `AUTOBOUND_GENERATE_INSIGHTS`

Tool to generate ranked prospect or company insights. Use after resolving identifiers to retrieve the most relevant insights.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `userEmail` | string | No | User's email to personalize insight ranking. |
| `contactEmail` | string | No | Prospect's email. Provide at least one of contactEmail, contactLinkedinUrl, or contactCompanyUrl. |
| `inputVariables` | object | No | Subtype-specific input variables (e.g., quarter, year). |
| `insightSubtype` | string | No | Filter by one or more insight subtypes (max 10 if list). |
| `userCompanyUrl` | string | No | User's company domain to improve context. |
| `userLinkedinUrl` | string | No | User's LinkedIn URL to improve context. |
| `contactCompanyUrl` | string | No | Prospect's company domain. Provide at least one of contactEmail, contactLinkedinUrl, or contactCompanyUrl. |
| `contactLinkedinUrl` | string | No | Prospect's LinkedIn URL. Provide at least one of contactEmail, contactLinkedinUrl, or contactCompanyUrl. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Generate Personalized Content

**Slug:** `AUTOBOUND_GENERATE_PERSONALIZED_CONTENT`

Tool to generate hyper-personalized sales content. Use after confirming contact and user details.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `n` | integer | No | Number of variations (1–3); incompatible with contentType=sequence |
| `model` | string | No | LLM to use. Options: opus\|sonnet_3.5\|gpt4o\|fine_tuned or Gemini variants. If omitted, defaults per contentType. |
| `language` | string | No | Output language; defaults to "english" |
| `userName` | string | No | Override sender’s name |
| `userEmail` | string | No | Sender’s email; required if userLinkedinUrl not provided |
| `wordCount` | integer | No | Approximate target length; defaults vary by contentType |
| `salesAsset` | string | No | Raw text of an asset to incorporate; up to 10,000 characters |
| `contactName` | string | No | Override resolved contact name |
| `contentType` | string ("email" | "sequence" | "callScript" | "connectionRequest" | "sms" | "opener" | "custom") | Yes | Type of content to generate. One of email\|sequence\|callScript\|connectionRequest\|sms\|opener\|custom. Note: sequence charges per email step. |
| `contactEmail` | string | No | Prospect’s email; required if contactLinkedinUrl not provided |
| `writingStyle` | string ("challenger_sale" | "clever_poet" | "cxo_pitch" | "data_driven" | "basho" | "why_you_why_now" | "custom") | No | Preset writing style or 'custom' when using customWritingStyle. Options include challenger_sale, cxo_pitch, etc. |
| `userCompanyUrl` | string | No | Override sender’s company URL |
| `enabledInsights` | array | No | Only include these insight types |
| `userCompanyName` | string | No | Override sender’s company name |
| `userLinkedinUrl` | string | No | Sender’s LinkedIn URL; required if userEmail not provided |
| `contentToRewrite` | string | No | Base text to transform; supports email and sequence. Email: start with 'Subject:' then body; Sequence: separate each step with 'Step X'; supports variables like {{contactName}} |
| `disabledInsights` | array | No | Insight types to exclude; enabledInsights overrides on conflict |
| `valueProposition` | string | No | Raw text to lock the value prop; up to 10,000 characters |
| `additionalContext` | string | No | Free-form instructions/context to include; up to 10,000 characters |
| `contactCompanyUrl` | string | No | Override prospect company URL (affects insights) |
| `customContentType` | string | No | Describe your custom output when contentType=custom (required if custom) |
| `contactCompanyName` | string | No | Override prospect company name |
| `contactLinkedinUrl` | string | No | Prospect’s LinkedIn URL; required if contactEmail not provided |
| `customWritingStyle` | string | No | Detailed style guidance; required when writingStyle='custom' |
| `sequenceNumberOfEmails` | integer | No | Number of emails in a sequence; only for contentType=sequence; defaults to 3 |
| `userCompanyLinkedinUrl` | string | No | Sender company LinkedIn URL (advanced override) |
| `contactCompanyLinkedinUrl` | string | No | Prospect company LinkedIn URL (advanced override) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
