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 Without CC & BCC (Basic Email)

This API is used for sending a simple email only to primary recipients (To). It can be used with or without attachments, depending on your requirements.

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"
    }
  ],
  "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.

Step 3: Enter Sender Details
Provide sender email and name.

Step 4: Add Recipient
Add only toEmailSet (no CC/BCC required).

Step 5: Add Email Content
Include subject and message.

Step 6 (Optional): Add Attachment

  • Set attachmentType to 1
  • Add Base64 file data in attachments

Step 7: Send Request
Execute the API 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.
ccEmailSetTextList of cc recipient of (CCemail).email:Email of CC recipient.personName:Name of CC recipient.
bccEmailSetTextList 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 for simple, direct emails sent only to primary recipients (To).

2. Can I send attachments using this API?
Yes, attachments are optional. You can include them if needed.

3. Why are CC and BCC not included?
This API is designed for one-to-one or simple communication, where additional recipients are not required.

4. Is this suitable for OTP or verification emails?
Yes, this is ideal for OTPs, alerts, and transactional messages.

5. Can I send to multiple recipients in To?
Yes, you can include multiple entries in toEmailSet.

6. What content types are supported?
Both html and text are supported.

7. What is the simplest use case for this API?
Sending a quick notification or confirmation email to a single user.

Published April 10, 2026By msgclublearn
Categorized as Uncategorized Tagged Basic Email, email API, Email Notification, Email Service, Minimal API, One-to-One Email, OTP Email, POST API, Simple Email, Transactional Email

Post navigation

Previous post

Email with CC & BCC (Without Attachment)

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.