salesforce-marketing-cloud-automation

Automate Salesforce Marketing Cloud operations through the Rube MCP toolkit interface.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill salesforce-marketing-cloud-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: salesforce-marketing-cloud-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/salesforce-marketing-cloud-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill salesforce-marketing-cloud-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Salesforce Marketing Cloud interfaces by providing a standardized, programmatic way to execute operations via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and tool definitions for Salesforce Marketing Cloud.
  • Connection Management: Handle authentication and session state for secure API interactions.
  • Multi-Tool Execution: Chain multiple operations into a single workflow with memory persistence.

Quick Start

Use the salesforce-marketing-cloud-automation skill to search for available tools and execute a marketing task.

Frequently Asked Questions about salesforce-marketing-cloud-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Salesforce Marketing Cloud to my agent?

Use the RUBE_MANAGE_CONNECTIONS command with the salesforce_marketing_cloud toolkit. Follow the returned authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available endpoints in Salesforce Marketing Cloud change frequently. Searching first ensures you use the correct tool slugs, input arguments, and current execution plans.

Can I chain multiple Salesforce Marketing Cloud actions together?

Yes, use the RUBE_MULTI_EXECUTE_TOOL command to perform multiple operations within a single session. Ensure you include the memory parameter to maintain state across the workflow.

What should I do if my connection status is not ACTIVE?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command and complete the authentication flow provided in the response to re-establish access.