跳到主要内容
知仓学习社ZHICANG

marketing-automation

Marketing automation platform operations and workflow design

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Marketing Automation Platform Skill

Overview

The Marketing Automation Platform skill provides marketing automation platform operations and workflow design capabilities. This skill enables sophisticated lead nurturing, behavioral automation, and marketing campaign orchestration.

Capabilities

Platform Operations

  • HubSpot workflow builder
  • Marketo smart campaign configuration
  • Pardot automation setup
  • Salesforce Marketing Cloud journeys
  • Cross-platform orchestration

Lead Nurturing

  • Lead nurturing sequence design
  • Drip campaign creation
  • Lead scoring configuration
  • Lifecycle stage automation
  • Sales handoff workflows

Personalization

  • Behavioral trigger configuration
  • Dynamic content personalization
  • Segmentation-based targeting
  • Real-time personalization
  • Multi-channel coordination

Testing and Optimization

  • A/B testing automation
  • Multivariate testing
  • Send time optimization
  • Subject line testing
  • Workflow performance analysis

Usage

Automation Workflow

const automationWorkflow = {
  platform: 'HubSpot',
  name: 'Lead Nurture - Demo Request',
  trigger: {
    event: 'form_submission',
    form: 'demo-request'
  },
  enrollment: {
    criteria: { lifecycleStage: 'lead', country: 'US' },
    suppressions: ['existing_customers', 'competitors']
  },
  steps: [
    { delay: '0h', action: 'send_email', template: 'demo-confirmation' },
    { delay: '2h', action: 'assign_owner', method: 'round-robin' },
    { delay: '24h', action: 'send_email', template: 'resource-followup', condition: 'not_replied' },
    { delay: '72h', action: 'send_email', template: 'case-study', condition: 'not_engaged' },
    { delay: '7d', action: 'update_property', property: 'nurture_status', value: 'completed' }
  ],
  exitCriteria: [
    { event: 'became_customer' },
    { event: 'replied_to_email' },
    { event: 'booked_meeting' }
  ],
  scoring: {
    emailOpen: 5,
    emailClick: 10,
    pageVisit: 3,
    contentDownload: 15
  }
};

Process Integration

| Process | Integration Points |

|---------|-------------------|

| email-marketing-automation.js | Automation execution |

| ab-testing-program.js | Testing automation |

| campaign-performance-analysis.js | Performance tracking |

Best Practices

  1. Journey Mapping: Design automations around customer journeys
  2. Segmentation: Target the right audiences
  3. Testing Culture: Always test and optimize
  4. Deliverability Focus: Maintain email sender reputation
  5. Sales Alignment: Coordinate handoffs with sales

Metrics and KPIs

| Metric | Description | Target |

|--------|-------------|--------|

| Automation Coverage | Leads in nurture | >70% |

| Engagement Rate | Email engagement | >20% |

| Conversion Rate | Automation conversions | Improving |

| Deliverability | Email deliverability | >95% |

Related Skills

  • SK-013: Email Marketing (email operations)
  • SK-015: Customer Data Platform (data activation)
  • SK-018: CRM Integration (sales alignment)

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/domains/business/marketing/skills/marketing-automation/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能

同名技能的其他版本

有 2 个不同仓库或目录里都有叫 marketing-automation 的技能。它们内容并不相同,别混用:

  • a5c-ai/babysitter — Build and manage marketing automation workflows — lead nurturing, email sequences, CRM int