omnichannelmessenger
  1. Feature
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
      • URL
      • File Base64
    • Video
      • File Base64
      • URL
    • 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
    • Remove Schedule Message
  1. Feature

Webhook BOT

POST
https://yourdomain/yourendpoint
Webhook schema to your system from OCM.
This can't be tested and you can try with your system as a target.

Request

Body Params application/json
contact_name
string 
required
message
string 
required
media
string 
required
keyword
string 
required
my_number
string 
required
hour
string 
required
message_type
string 
required
filename
string 
required
sender_name
string 
required
group_flag
string 
required
direction
string 
required
scan_number
string 
required
Example
{
    "contact_name": "string",
    "message": "string",
    "media": "string",
    "keyword": "string",
    "my_number": "string",
    "hour": "string",
    "message_type": "string",
    "filename": "string",
    "sender_name": "string",
    "group_flag": "string",
    "direction": "string",
    "scan_number": "string"
}

Request 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://yourdomain/yourendpoint' \
--header 'Content-Type: application/json' \
--data-raw '{
    "contact_name": "string",
    "message": "string",
    "media": "string",
    "keyword": "string",
    "my_number": "string",
    "hour": "string",
    "message_type": "string",
    "filename": "string",
    "sender_name": "string",
    "group_flag": "string",
    "direction": "string",
    "scan_number": "string"
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-06-15 11:06:14
Previous
Logout
Next
Scheduler Message Info
Built with