smsgateway.mediawrite.agency Open in urlscan Pro
76.76.21.142  Public Scan

URL: https://smsgateway.mediawrite.agency/
Submission: On May 13 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

TextBee
GithubLoginRegister


TEXTBEE
MAKE YOUR ANDROID DEVICE A PORTABLE SMS GATEWAY!

Unlock the power of messaging with our open-source Android SMS Gateway.

Get StartedHow It Works



FEATURES

The ultimate solution for your messaging needs! Our free open-source
Android-based SMS Gateway provides you with all the features you need to
effectively manage your SMS communications. From sending messages and automating
messaging workflows via API, our SMS Gateway is the perfect tool for any
small/mid business or individual.

Send SMS

Send SMS to any number from your dashboard or via REST API.

Bulk SMS

Send SMS to multiple numbers at once.

100% Free

No credit card required. No hidden fees. No strings attached.

Open Source

The entire codebase is open source and available on GitHub.


HOW IT WORKS

How it works is simple. You install the app on your Android device, and it will
turn your device into a SMS Gateway. You can then use the API to send SMS
messages from your own applications.


STEP 1: DOWNLOAD THE ANDROID APP FROM DL.TEXTBEE.DEV




STEP 2: GENERATE AN API KEY FROM THE DASHBOARD




STEP 3: SCAN THE QR/ ENTER YOUR API KEY MANUALLY AND ENABLE THE GATEWAY APP




STEP 4: START SENDING

You can now send SMS from the dashboard. or visit the API docs at
https://api.textbee.dev to send SMS programatically


DOWNLOAD THE APP TO GET STARTED!

Unlock the power of messaging with our open-source Android SMS Gateway.

Download App


CODE SNIPPET

Send SMS messages from your web application using our REST API. You can use any
programming language to interact with our API. Here is a sample code snippet in
JavaScript using axios library.



  const BASE_URL = 'https://api.textbee.dev/api/v1'
  const API_KEY = 'YOUR_API_KEY'
  const DEVICE_ID = 'YOUR_DEVICE_ID'
  
  await axios.post(`${BASE_URL}/gateway/devices/${DEVICE_ID}/sendSMS`, {
    recipients: [ '+251912345678' ],
    message: 'Hello World!',
  }, {
    headers: {
      'x-api-key': API_KEY,
    },
  })
  
  

HomeDashboard Download AppGithub

© 2024 All rights reserved