OneRoute
  • Introduction
  • Prerequisites
  • Whatsapp API
    • Sandbox (Test API Key)
    • Getting Started
    • Endpoints
      • Fetch Channels
      • Fetch Channel Templates
      • Send Template Message
      • Send Campaign Message
      • Send Session Message
    • FAQ
  • EMAIL API
    • Getting Started
    • Endpoints
      • Fetch Email Channels
      • Send Email to Customers
  • SMS API
    • Getting Started
    • Endpoints
      • Fetch SMS Channels
      • Send SMS to Customers
      • Send OTP SMS to Customers
      • Fetch SMS Messages
      • Get SMS DLR Message
  • ONEOTP API
    • Getting Started
    • Endpoints
      • Fetch OTP Templates
      • Send OTP
      • Verify OTP
  • EMBED
    • Getting Started
    • Installation
    • Push Notification
  • OTHERS
    • Receiving Events - Webhooks
    • Fetch Channel By Id
    • Fetch Logs
Powered by GitBook
On this page

Was this helpful?

  1. EMAIL API
  2. Endpoints

Send Email to Customers

Send Email to Customers

GET https://api.oneroute.io/channel/:id/email

Path Parameters

Name
Type
Description

id*

String

channel id

Headers

Name
Type
Description

apikey*

String

API key

Request Body

Name
Type
Description

recipients*

Array<String>

Email recipients

message*

Object

message constructor

message.content

String

Email content(Pure

{
    "body": [
        {
            "status": "success",
            "receipent": "test@email.com"
        }
    ],
    "message": "Email processed successfully",
    "success": true
}
PreviousFetch Email ChannelsNextGetting Started

Last updated 3 years ago

Was this helpful?