๐Ÿค– IVASMS WhatsApp Bot

Account Code integration โ€ข Host: blazeotps.2bd.net (vh20079) โ€ข 63.141.252.123:22518

โœ… Account Code configured: 1152**8406

๐Ÿ”— Webhook URL - Put this in ivasms.com

Login to ivasms.com โ†’ Dashboard โ†’ WhatsApp API / Webhook and paste this URL:

https://blazeotps.2bd.net//webhook.php

Verify Token: MySecureVerify123 โ€ข Method: POST JSON

๐Ÿ“ค Test Send Message Check Webhook Alive Clear Logs

๐Ÿ’ฌ Recent Messages (last 20)

No messages yet. Send a WhatsApp to your number or use ivasms tester. They will appear here + in data/messages.json

โš™๏ธ Quick Setup Checklist

  1. Set ivasms_account_code in config.php
  2. Upload all files to your hosting via files7.dnsexit.com or FTP (host 63.141.252.123 port 22518 / user vh20079)
  3. Set webhook URL above in IVASMS dashboard
  4. Test: open send.php and send to your number
  5. Send WhatsApp โ€œHiโ€ to your bot number โ†’ you should get menu reply
Code OK Log writable

๐Ÿ“‚ Hosting Details You Provided

Serverblazeotps.2bd.net
IP63.141.252.123
Port22518
Uservh20079
Uploaderfiles7.dnsexit.com

Do NOT share this password publicly. Change it after hosting is done as you planned.

๐Ÿงพ Live Log (last 50 lines)

No logs yet.

File: data/bot.log

๐Ÿ”ง API Config

Endpoint:
https://www.ivasms.com/api/whatsapp/send

If ivasms gave you a different URL (e.g. https://api.ivasms.com/...), change it in config.php.

Supported sends: text, media. Bot replies in bot.php โ†’ handleMessage() โ€” edit to customize.

๐Ÿ“– How IVASMS Account Code Works

1. Get Code: Login at ivasms.com/login โ†’ Go to Dashboard / API Keys โ†’ Copy your Account Code (sometimes called API Key / Account ID).

2. Paste here: Open config.php line 10 and replace YOUR_IVASMS_ACCOUNT_CODE_HERE with that code. Save.

3. How it authenticates: This bot sends the code on every request as account_code, api_key, etc. (all variants) so IVASMS will accept it regardless of which param name they documented.

4. Webhook: IVASMS will forward every incoming WhatsApp to your webhook.php. The bot in bot.php decides the reply and calls api/ivasms.php โ†’ sendMessage() again using the same Account Code.

Need exact docs? If your IVASMS panel shows a sample URL like https://www.ivasms.com/api/send?account_code=XXX&to=...&message=..., just update ivasms_api_url in config.php to that base URL โ€” payload will still work.

Built for vh20079 โ€ข blazeotps.2bd.net โ€ข Change password after hosting โœ