Skip to content
Msgclub Documents

Msgclub Documents

MSGCLUB Whatapp Business API Documents

  • MSGCLUB DLT File Uploading Options
  • Text SMS
  • Whatsapp Business API
  • Sample Page

Email with CC & BCC (Without Attachment)

This API is used when you want to send emails to multiple recipients, including CC and BCC, but without attaching any files. It is ideal for alerts, updates, or general communication.

Learn More

  • Step by Step Guide
  • FAQs

API Endpoint

http://msg.msgclub.net/rest/services/sendEmail/email?AUTH_KEY=your_auth_key

Headers

Content-Type: application/json

Request Body (Sample)

{
  "routeId": 15,
  "fromEmail": "abc@mail.com",
  "fromName": "Sender Name",
  "toEmailSet": [
    {
      "email": "toEmail1@xyz.com",
      "personName": "User One"
    }
  ],
  "ccEmailSet": [
    {
      "email": "ccEmail1@xyz.com",
      "personName": "CC User"
    }
  ],
  "bccEmailSet": [
    {
      "email": "bccEmail1@xyz.com",
      "personName": "BCC User"
    }
  ],
  "contentType": "html",
  "subject": "Test Email",
  "mailContent": "This is a test email."
}

Note: The payload is currently beautified for better readability. For API purposes, we require the payload in minified format.

Step-by-Step Guide

Step 1: Add API URL
Enter the API endpoint with your AUTH_KEY.

Step 2: Set Headers
Use application/json as the content type.

Step 3: Enter Sender Details
Add the sender’s email ID and name.

Step 4: Add Recipients
Include:

  • toEmailSet for main recipients
  • ccEmailSet for CC
  • bccEmailSet for BCC

Step 5: Add Email Content
Fill in subject and message content.

Step 6: Skip Attachment Section
Do not include attachment-related fields.

Step 7: Send Request
Execute the POST request.

Parameter Name with Description

Parameter NameData TypeDescription
AUTH_KEY *AlphanumericLogin Authentication Key(This key is unique for every user)
routeId *IntegerWhich route you want use for sending sms enter routeId for particular route.use given Id for route. 15- Transactional Email16- Promotional Email
contentType *TextContent type of email html for html content and text for text content.
mailContent *TextEmail content that user want to sent in email.
subject *TextEmail subject that user want to sent in email.
fromName *TextName of sender.
fromEmail *TextEmail id of sender like Sender Id
attachmentType *TextCurrent this parameter email have attachment. 0 have no attachment 1 have attechment.
toEmailSet *TextList of recipient of (To email). email: Email of recipient.personName: Name of recipient.
ccEmailSet *TextList of cc recipient of (CCemail).email:Email of CC recipient.personName:Name of CC recipient.
bccEmailSet *TextList of bcc recipient of (BCCemail).email:Email of BCC recipient.personName:Name of BCC recipient.
attachmentsTextList of attachments.fileType:Type of file.fileName:Name of File.fileData:File data converted in Base64 format.

FAQs

1. When should I use this API?
Use this when you want to send emails to multiple recipients (To, CC, BCC) without attaching any files.

2. Can I add attachments later?
No, this specific structure is meant for emails without attachments. Use the attachment API format if needed.

3. Are CC and BCC mandatory?
No, both are optional. You can include them based on your requirement.

4. What is the benefit of not using attachments?
It improves performance and reduces processing time, especially for bulk emails.

5. Can I send bulk emails using this API?
Yes, you can add multiple recipients in toEmailSet, ccEmailSet, and bccEmailSet.

6. What happens if I include attachment fields accidentally?
It may cause validation errors or unexpected behavior. It is best to avoid attachment-related parameters.

7. Is HTML content supported?
Yes, you can use both html and text formats.

Published April 10, 2026By msgclublearn
Categorized as Uncategorized Tagged BCC Email, Bulk Email, CC Email, email API, email integration, Lightweight API, No Attachment Email, Notification Email, POST API, Transactional Email

Post navigation

Previous post

Send Email (POST) – With CC, BCC & Attachment

Next post

Email Without CC & BCC (Basic Email)

Recent Posts

  • Email Without CC & BCC (Basic Email)
  • Email with CC & BCC (Without Attachment)
  • Send Email (POST) – With CC, BCC & Attachment
  • How to extract data with Indiamart Extractor
  • How to extract data with Justdial Extractor

Recent Comments

  • How to extract data with Justdial Extractor – Msgclub Documents on Get duplicate CIDs to assign data to sales team
  • How to extract data with Indiamart Extractor – Msgclub Documents on Get duplicate CIDs to assign data to sales team
  • How to extract data with Indiamart Extractor – Msgclub Documents on Upload Data on CRM
  • How to extract data with Justdial Extractor – Msgclub Documents on Upload Data on CRM
  • How to extract data with GM Extractor – Msgclub Documents on Get duplicate CIDs to assign data to sales team

Archives

  • April 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • May 2025
  • April 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024

Categories

  • API
  • API
  • BroadCast Template
  • Bulk SMS
  • Carousel Template
  • Carousel Template
  • Catalogue
  • Chat Template
  • Chat Template
  • Chatbot
  • CORS Policy
  • Create Template
  • Credit Price
  • CRM
  • CTA
  • Data Extraction
  • Delivery Report
  • Delivery Report
  • Developer API
  • DLR
  • DLR
  • DLT
  • DLT
  • Email
  • Enterprise Management Solution
  • Gain detail
  • Integration
  • IVR
  • License Price
  • LTO
  • Manage Agent
  • Manage Client
  • Message Delivered
  • Meta Verification
  • MPM
  • MSGCLUB
  • Order Detail
  • Partners Lead
  • Partners Program
  • Personalise
  • Personalise message
  • Phonebook Group
  • Product Card Carousel
  • Provide Address
  • QR code
  • RCS
  • Referral Code
  • Report
  • Request Location
  • Self Credit Price
  • Send carousel
  • Send RCS Template
  • Shortkey
  • Sign Up Process
  • SPM
  • Support Ticket System
  • Templates
  • Text SMS
  • Transactional
  • Uncategorized
  • Verified WhatsApp
  • Verify Email
  • Voice
  • WhatsApp API
  • WhatsApp Chat
  • WhatsApp Flow

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • MSGCLUB DLT File Uploading Options
  • Text SMS
  • Whatsapp Business API
  • Sample Page
Msgclub Documents
Proudly powered by WordPress.