Notifier API Developers Documentation

1. API Method

Send data via POST Method

2. Endpoint URL

https://admin.wealth-analyst.com/api/pushnotifier

3. Authentication Method

Authorization: Bearer YOUR_ACCESS_TOKEN

4. Payload Format

{
  "message": "ข้อความตัวอักษร",
  "imageFullsize": "https://example.com/image.jpg",
  "imageThumbnail": "https://example.com/preview.jpg",
  "stickerPackageId": "446",
  "stickerId": "1988"
}

5. Message Types

Support for multiple message formats

Business Requirements

Features and Limitations of Notifier API
  • Send messages via LINE and Telegram
  • Support multiple message formats
  • Flexible messaging for single users, groups, or rooms
  • Telegram: Supports only text and image messages, Limited to 20 messages per minute for each group chat
  • LINE: Supports LINE Notify Payload and Messaging API Message Object, Quick Reply, and Flex Message
Note
Please keep your Access Token confidential and do not share it with others

Testing API with cURL

Testing Steps

  1. Obtain an Access Token from admin or authentication system
  2. Open Terminal or Command Prompt
  3. Paste the provided cURL command

cURL Command Examples

# Send Message with LINE Notify format
curl -X POST https://admin.wealth-analyst.com/api/pushnotifier \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "message": "Text message",
  "imageFullsize": "https://example.com/image.jpg",
  "imageThumbnail": "https://example.com/preview.jpg",
  "stickerPackageId": "446",
  "stickerId": "1988"
}'

# Send With LINE Messaging API format
curl -X POST https://admin.wealth-analyst.com/api/pushnotifier \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "messages": [
    {
      "type": "text",
      "text": "Text message"
    },
    {
      "type": "image",
      "originalContentUrl": "https://example.com/image.jpg",
      "previewImageUrl": "https://example.com/preview.jpg"
    },
    {
      "type": "sticker",
      "packageId": "446",
      "stickerId": "1988"
    },
    {
      "type": "flex",
      "altText": "this is a flex message",
      "contents": {
        "type": "bubble",
        "body": {
          "type": "box",
          "layout": "vertical",
          "contents": [
            {
              "type": "text",
              "text": "hello"
            },
            {
              "type": "text",
              "text": "world"
            }
          ]
        }
      },
      "quickReply": {
        "items": [
          {
            "type": "action",
            "action": {
              "type": "cameraRoll",
              "label": "Send photo"
            }
          },
          {
            "type": "action",
            "action": {
              "type": "camera",
              "label": "Open camera"
            }
          }
        ]
      }
    }
  ]
}'

Additional Tips

  • Ensure you replace YOUR_ACCESS_TOKEN with your actual token
  • Use \ for line breaks in Terminal
  • Check the response to verify message sending status

Comprehensive Troubleshooting Guide

  • If you receive a 401 error: Verify Access Token
    • Ensure token is correctly generated
    • Check if Notifier is enabled and ready
  • Verify the correctness of URL and port
    • Use correct URL for your environment
    • Check network connectivity
  • Check the JSON format of the request
    • Validate JSON structure matches specification
    • Use JSON validation tools to detect errors
  • Destination-related Errors
    • Verify LINE or Telegram destination is correctly configured
    • Check bot connection status
  • Channel Access Token Issues
    • Verify token access permissions
Footer-logo-เวลธ์ อะนาลิสต์
เวลธ์ อะนาลิสต์

Links

  • ราคาการบริการ
  • LINE OA Messaging API Helper

Legal

  • Privacy
  • Terms

Social

  • Facebook
  • LINE
  • Youtube
  • TikTok
  • แชร์ Flex message

About

  • ข้อมูลการติดต่อ
  • บทความ
  • เนื้อหาพิเศษ App Script
  • คู่มือการใช้งานระบบ Zell724 LINE Workflow Automation แบบย่อ

โปรดติดตามเราบน YouTube เพื่อเขาถึงเนื้อหาการที่เป็นประโยชน์ 🎉

Copyright © 2026 เวลธ์ อะนาลิสต์ Version-3.6.6-build.1