Rasayel Messages API

The Messages API from Rasayel — 1 operation(s) for messages.

Operations 1

POST /messages Send a Message #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/rasayel-messages-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

rasayel-messages-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Rasayel REST Channels Messages API
  version: v1
  description: 'Rasayel REST API for WhatsApp B2B sales automation: contacts, message templates, sending messages, conversations, tags, channels, and custom properties. Derived by API Evangelist from the provider''s public Postman collection.'
  contact:
    name: Rasayel
    url: https://rasayel.io
  x-apievangelist-method: derived
  x-apievangelist-source: https://rest.developers.rasayel.io/ (public Postman collection 34761025)
  x-apievangelist-generated: '2026-07-20'
servers:
- url: https://api.rasayel.io/v1
security:
- basicToken: []
tags:
- name: Messages
paths:
  /messages:
    post:
      operationId: messagesSendAMessage
      summary: Send a Message
      tags:
      - Messages
      requestBody:
        content:
          application/json:
            example:
              conversation_id: 3159041
              type: TEXT
              text:
                body: This is a text message
      responses:
        '201':
          description: Sending Text Message with Conversation ID
          content:
            application/json:
              example:
                id: 59363186
                uuid: 765f6478-1115-469d-a643-d55259d9f14b
                message_type: text
                message_subtype: no_msubtype
                message_category: user
                direction: outbound
                failure_reason: null
                sent_at: '2024-04-30T14:01:07.777Z'
                delivered_at: null
                read_at: null
                failed_at: null
                deleted_at: null
                received_at: null
                created_at: '2024-04-30T14:01:07.781Z'
                updated_at: '2024-04-30T14:01:08.265Z'
                account_id: 40
                app_id: 40
                channel_id: 10053
                conversation_id: 3159041
components:
  securitySchemes:
    basicToken:
      type: apiKey
      in: header
      name: Authorization
      description: 'Basic Auth value from a Rasayel API key. Send as: Authorization: Basic {token}. API keys carry a Read or Read/Write scope. Optional X_On_Behalf_Of header impersonates a user by ID.'