Israel Abebe
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
|
@ -24,7 +24,7 @@ from their application via a REST API. It utilizes android phones as SMS gateway |
|
|
|
const API_KEY = 'YOUR_API_KEY'; |
|
|
|
const DEVICE_ID = 'YOUR_DEVICE_ID'; |
|
|
|
|
|
|
|
await axios.post(`https://api.textbee.vernu.dev/api/v1/devices/${DEVICE_ID}/sendSMS?apiKey=${API_KEY}`, { |
|
|
|
await axios.post(`https://api.textbee.vernu.dev/api/v1/gateway/devices/${DEVICE_ID}/sendSMS?apiKey=${API_KEY}`, { |
|
|
|
receivers: [ '+251912345678' ], |
|
|
|
smsBody: 'Hello World!', |
|
|
|
}) |
|
|
|
|