Nabd Messaging
    Nabd Messaging
    • Getting Started
    • Send Message (WhatsApp)
      • Send plain text (WhatsApp)
        POST
    • Send Message (Telegram)
      • Send plain text (Telegram, by username)
        POST
      • Send plain text (Telegram, by user ID)
        POST
    • Send with Template
      • Send with template (WhatsApp)
        POST
      • Send with template (Telegram)
        POST
    • Send with Media
      • Send image or document (WhatsApp)
        POST
      • Send image or document (Telegram)
        POST
    • Managing Apps

    Send with Media

    Send messages with a file (image or document)#

    You can attach a file by sending a public HTTP or HTTPS URL in the file parameter. The server will download the file and send it to the recipient.

    Allowed file types#

    Images: jpg, jpeg, png, webp
    Documents: pdf, docx, xlsx, csv, txt

    Limits#

    Maximum file size: 10 MB
    URL: Must be publicly accessible (no auth). The server validates the URL with a HEAD request.

    Request body#

    message – Used as caption for the media. Required when sending a file.
    file – Full URL of the file (e.g. https://example.com/image.jpg).
    Modified at 2026-03-03 23:38:15
    Previous
    Send with template (Telegram)
    Next
    Send image or document (WhatsApp)
    Built with