email_marketing
GetResponse MCP, CLI, and Lua Integration for AI Agents
GetResponse integration docs for AI agents: MCP gateway setup, GetResponse CLI commands, Lua API reference, credentials, and function schemas.
10 functions 6 read 4 write API key auth
GetResponse for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
getresponse- route_slug
getresponse- package
getresponse- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. GetResponse CLIHeadless setup and direct function calls. GetResponse MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
GetResponse MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for GetResponse.
Claude Code GetResponse MCP setup for Claude Code. Cursor GetResponse MCP setup for Cursor. Codex GetResponse MCP setup for Codex. OpenAI Agents GetResponse MCP setup for OpenAI Agents SDK. Claude Agent SDK GetResponse MCP setup for Claude Agent SDK. Vercel AI SDK GetResponse MCP setup for Vercel AI SDK. LangChain GetResponse MCP setup for LangChain. LangGraph GetResponse MCP setup for LangGraph. CrewAI GetResponse MCP setup for CrewAI. MCP clients GetResponse MCP setup for Generic MCP Clients.
GetResponse CLI Matrix
Use these pages for direct GetResponse CLI workflows in scripts, CI, cron, and agent wrappers.
CI GetResponse CLI for CI. Cron Jobs GetResponse CLI for cron jobs. Shell Scripts GetResponse CLI for shell scripts. Headless Automation GetResponse CLI for headless automation. Coding Agents GetResponse CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
getresponse.getresponse_list_contacts | Read read | 2 | List contacts in your GetResponse account. Returns paginated results with contact details including email, name, and campaign. |
getresponse.getresponse_get_contact | Read read | 1 | Get details of a specific contact in GetResponse by its unique identifier. |
getresponse.getresponse_create_contact | Write write | 3 | Create a new contact in GetResponse. Requires an email address. Optionally set the contact name and assign to a campaign. |
getresponse.getresponse_update_contact | Write write | 2 | Update an existing contact's details in GetResponse. Provide the contact ID and the fields to update. |
getresponse.getresponse_delete_contact | Write write | 1 | Delete a contact from GetResponse. This action is permanent and cannot be undone. |
getresponse.getresponse_list_campaigns | Read read | 0 | List all campaigns in your GetResponse account. Returns campaign IDs and names that can be used when creating contacts. |
getresponse.getresponse_get_campaign | Read read | 1 | Get details of a specific campaign in GetResponse by its unique identifier. |
getresponse.getresponse_create_campaign | Write write | 1 | Create a new email campaign in GetResponse. Campaigns are used to organize and send emails to contact lists. |
getresponse.getresponse_list_newsletters | Read read | 0 | List newsletters in your GetResponse account. Returns newsletter details including subject, status, and send dates. |
getresponse.getresponse_get_current_user | Read read | 0 | Get the authenticated user's account information from GetResponse, including email, name, and account details. |