reply-all-send

Send reply-all emails via a Railway backend with inbox ID validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Cimminelli1982/crm-frontend --skill reply-all-send
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reply-all-send
Source: https://github.com/Cimminelli1982/crm-frontend/tree/main/docs/openclaw-skills/reply-all-send
Command: npx skills add https://github.com/Cimminelli1982/crm-frontend --skill reply-all-send

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines sending reply-all emails by routing the request through a Railway backend, eliminating manual copy-paste and reducing errors.

Core Features & Use Cases

  • Automated reply-all sending: Initiate a reply-all using a known inbox ID and a provided message body.
  • Guardrails and error handling: Returns a clear error when the Email Inbox ID is missing or invalid, preventing unintended sends.
  • Use Case: In CRM-driven workflows, respond to a conversation with multiple recipients using a consistent reply body.

Quick Start

Send the reply-all email by POSTing to the backend with the Inbox ID and the email body.

Frequently Asked Questions about reply-all-send

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

FAQPage Schema
How do I automate sending reply-all emails from a CRM workflow?

To automate sending reply-all emails from a CRM workflow, you can route requests through a Railway backend service. This approach validates an inbox ID and message body before dispatching the outbound reply to all recipients, eliminating manual copy-paste errors.

What is needed to trigger an automated reply-all email through a backend?

Triggering an automated reply-all email through a backend requires POSTing a request containing a valid emailId, textBody, and replyAll parameter. The backend service validates the provided inbox ID and body text before executing the outbound send.

Can I send reply-all emails using a specific inbox ID in an automated workflow?

Yes, you can send reply-all emails using a specific inbox ID in an automated workflow. The system requires the inbox ID to validate the sender source, returning a clear error if the ID is missing or invalid to prevent unintended sends.

Does the reply-all automation prevent sending emails with an empty body?

Yes, the reply-all automation validates the body text before sending. If the textBody parameter is missing or empty, the Railway backend service applies guardrails and error handling to prevent the outbound email from dispatching.

Why use a Railway backend for sending reply-all emails instead of direct API calls?

Using a Railway backend for sending reply-all emails provides a safe, auditable intermediary for CRM-driven workflows. It centralizes the validation of inbox IDs and message bodies, reducing manual errors and ensuring consistent outbound replies.

What happens if the Email Inbox ID is missing when sending a reply-all email?

If the Email Inbox ID is missing or invalid when sending a reply-all email, the backend service returns a clear error. This guardrail prevents unintended sends and ensures only authorized, properly identified inboxes dispatch outbound replies.