View as Markdown
Autobound icon

Autobound ACTION

Write Personalized Content

Write personalized content using Autobound. See the documentation
  • Action
  • Read only
  • API key
  • SDK
  • MCP

IMPLEMENTATION

Call this tool

Connect a user's Autobound account once, then configure and run Write Personalized Content from your backend or agent.

import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const result = await pd.actions.run({
  id: "autobound-write-personalized-content",
  externalUserId: "{external_user_id}", // any stable ID for this user in your system
  configuredProps: {
    autobound: { authProvisionId: "apn_xxxxxxx" },
    contentType: "Content Type",
    contactEmail: "Contact Email",
  },
})

console.log(result)

SCHEMA

Inputs

Pipedream supplies the connected account. Your application provides the operation-specific values below. Dynamic inputs are resolved against that user's account.

Write Personalized Content inputs
Property Type Description
contentType Content Type string
Type of content to generate
Required
contactEmail Contact Email string
The email address of the contact the user is reaching out to
Required
userEmail User Email string
The email address of the user the content is written on behalf of
Required
writingStyle Writing Style string
Writing style for content generation
Required
additionalContext Additional Context string
Extra information for customizing generated content
Required
wordCount Word Count integer
Approximate word count for output
Required

REFERENCE

Tool details

Behavior hints are published with the component in the Pipedream registry and surface as MCP tool annotations, so an agent can reason about a tool before it calls it.

Registry key
autobound-write-personalized-content
Version
0.0.2
App
Autobound
Authentication
API key
Read-only
Yes
Destructive
No
Open world
Yes