# Resend MCP Node

> Access Resend MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/resendmcp-node

## Content

## Description
Access Resend MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `resendmcp_add_contact_to_segment`
* `resendmcp_add_suppression`
* `resendmcp_batch_add_suppressions`
* `resendmcp_batch_remove_suppressions`
* `resendmcp_cancel_broadcast`
* `resendmcp_cancel_email`
* `resendmcp_compose_broadcast`
* `resendmcp_compose_template`
* `resendmcp_connect_to_editor`
* `resendmcp_create_api_key`
* `resendmcp_create_automation`
* `resendmcp_create_broadcast`
* `resendmcp_create_contact`
* `resendmcp_create_contact_import`
* `resendmcp_create_contact_property`
* `resendmcp_create_domain`
* `resendmcp_create_domain_claim`
* `resendmcp_create_segment`
* `resendmcp_create_template`
* `resendmcp_create_topic`
* `resendmcp_create_webhook`
* `resendmcp_disconnect_from_editor`
* `resendmcp_duplicate_automation`
* `resendmcp_duplicate_template`
* `resendmcp_get_automation`
* `resendmcp_get_automation_runs`
* `resendmcp_get_broadcast`
* `resendmcp_get_contact`
* `resendmcp_get_contact_import`
* `resendmcp_get_contact_property`
* `resendmcp_get_domain`
* `resendmcp_get_domain_claim`
* `resendmcp_get_email`
* `resendmcp_get_log`
* `resendmcp_get_received_email`
* `resendmcp_get_received_email_attachment`
* `resendmcp_get_segment`
* `resendmcp_get_sent_email_attachment`
* `resendmcp_get_suppression`
* `resendmcp_get_template`
* `resendmcp_get_tiptap_json_content`
* `resendmcp_get_topic`
* `resendmcp_get_webhook`
* `resendmcp_list_api_keys`
* `resendmcp_list_broadcasts`
* `resendmcp_list_contact_imports`
* `resendmcp_list_contact_properties`
* `resendmcp_list_contact_segments`
* `resendmcp_list_contact_topics`
* `resendmcp_list_contacts`
* `resendmcp_list_domains`
* `resendmcp_list_emails`
* `resendmcp_list_logs`
* `resendmcp_list_oauth_grants`
* `resendmcp_list_received_email_attachments`
* `resendmcp_list_received_emails`
* `resendmcp_list_segments`
* `resendmcp_list_sent_email_attachments`
* `resendmcp_list_suppressions`
* `resendmcp_list_templates`
* `resendmcp_list_topics`
* `resendmcp_list_webhooks`
* `resendmcp_manage_events`
* `resendmcp_publish_template`
* `resendmcp_remove_api_key`
* `resendmcp_remove_automation`
* `resendmcp_remove_broadcast`
* `resendmcp_remove_contact`
* `resendmcp_remove_contact_from_segment`
* `resendmcp_remove_contact_property`
* `resendmcp_remove_domain`
* `resendmcp_remove_segment`
* `resendmcp_remove_suppression`
* `resendmcp_remove_template`
* `resendmcp_remove_topic`
* `resendmcp_remove_webhook`
* `resendmcp_revoke_oauth_grant`
* `resendmcp_send_batch_emails`
* `resendmcp_send_broadcast`
* `resendmcp_send_email`
* `resendmcp_send_event`
* `resendmcp_update_api_key`
* `resendmcp_update_automation`
* `resendmcp_update_broadcast`
* `resendmcp_update_contact`
* `resendmcp_update_contact_property`
* `resendmcp_update_contact_topics`
* `resendmcp_update_domain`
* `resendmcp_update_email`
* `resendmcp_update_template`
* `resendmcp_update_topic`
* `resendmcp_update_webhook`
* `resendmcp_verify_domain`
* `resendmcp_verify_domain_claim`

## Use Cases
1. **Automate Resend MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.