omnichannelmessenger
  1. Sent API
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
    • Remove Schedule Message
  • Dev
    • Text Group
  1. Sent API

Sticker

POST
/api/sendSticker
Sending Image to Phone Number.
Use number in request body for sending to Phone Number.

Request

Body Params application/json

Example
{
    "number": {{targetNumber}},
    "key": "XXX123XXX",
    "url": "https://filesamples.com/samples/image/jpg/sample_640%C3%97426.jpg"
}

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/sendSticker' \
--header 'Content-Type: application/json' \
--data-raw '{
    "number": "+62895802170387",
    "key": "XXX123XXX",
    "url": "https://filesamples.com/samples/image/jpg/sample_640%C3%97426.jpg"
}'

Responses

🟢200OK
application/json
Body

Example
{}
🟠403Forbidden
Modified at 2024-12-29 07:23:27
Previous
Contact
Next
Async Status
Built with