omnichannelmessenger
  1. Scheduler
omnichannelmessenger
  • Sent API
    • Image
      • URL
      • File Base64
    • Video
      • URL
      • File Base64
    • Audio
      • URL
      • File Base64
    • Document
      • URL
      • File Base64
    • Text
      POST
    • Contact
      POST
    • Sticker
      POST
    • Async Status
      POST
  • Sent Group API
    • Image
      • File Base64
      • URL
    • Video
      • URL
      • File Base64
    • Audio
      • URL
      • File Base64
    • Document
      • URL
      • File Base64
    • Text
      POST
    • Async Status
      POST
  • Administration
    • User Info
      POST
    • API Report
      POST
    • Purge The Report
      POST
    • Change Profile Name
      POST
  • Feature
    • Short URL
      • Generate
      • Query
    • Generate Login by Code
      POST
    • Generate Login QR
      POST
    • Chat History
      POST
    • Check Destination Info
      POST
    • Get Group Member
      POST
    • Logout
      POST
    • Webhook BOT
      POST
  • Scheduler
    • Scheduler Message Info
      POST
    • Remove Schedule Message
      POST
  • Dev
    • Text Group
  1. Scheduler

Scheduler Message Info

POST
/api/schedulerCheck
Checking Scheduler Status

Request

Body Params application/json

Example
{
    "messageId": "MyMSGID",
    "key": "XXX123XXX"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.omnichannelmessenger.com/api/schedulerCheck' \
--header 'Content-Type: application/json' \
--data-raw '{
    "messageId": "MyMSGID",
    "key": "XXX123XXX"
}'

Responses

🟢200A User object
application/json
Body

Example
{
    "status": "string",
    "data": [
        {
            "message": "string",
            "msg_id": "string",
            "api_type": "string",
            "target": "string",
            "status": "string",
            "sys_creation_date": "string",
            "sch_date": "string",
            "filename": "string",
            "status_msg_id": "string"
        }
    ]
}
🟠403Key not valid
Modified at 2024-12-24 14:23:42
Previous
Webhook BOT
Next
Remove Schedule Message
Built with