We have build a perfect Flow Builder. Within few minutes and without coding skills you can build your own bot.
WhatsApp API is extremely easy to use, API Documentation has all the info. Building 5 star services became easier with our service.
Send information and notifications. Accept bookings and reservations. Everything is done to help you and your clients stay connected.
We value all our clients opinion and we are ready to customize and improve our service so it will satisfy your needs.
const rp = require('request-promise') //npm install request request-promise
(async()=>{
const result = await rp({
method: 'POST',
uri: 'https://api.apirail.com/instanceID/message/text?token=API_TOKEN',
body: {
phone:"18187276377",
body: "Hi!"
},
json: true,
});
}())
You can send up to 6000 messages per day. Our service is fully complied with WhatsApp Terms Of Service (https://www.whatsapp.com/legal/#terms-of-service). If recipient is not expecting any messages from you, they can report your message by clicking on Spam button and your account could get banned by WhatsApp.
You can connect as many WhatsApp accounts/instances in our platform. The more accounts you create to lower price gets.
For 29$ you can create 1 account. More about discounts you can read inside Dashboard FAQ page.
Yes, you are able to receive such notifications for example to your WebHook URL.
By using our API Documentation, it is very easy to intergrate with already existing application or a new one.
All sensitive information is secured with WhatsApp end-to-end encryption.
You can easily enrich your message with video, images, audio, documents and files.
Yes, you can send custom location messages.