ربط البرامج الخاصة بعملك مع whatsapp أصبح واقع اليوم

ربط البرامج الخاصة بعملك مع whatsapp أصبح واقع اليوم

يعد تطبيق واتسأب هو التطبيق الأكثر انتشاراً في العالم ويوماً بعد يوم يصبح الأكثر رسمية وتداول بين الشركات والأفراد في العمل التجاري وأصبح مرجع قانوني في كثير من الدول


الآن أصبح بإمكانك ربط البرنامج الذي تستخدمه في عملك ببوابة الواتس اب والإستفادة من مزايا رسائل الواتس المجانية وذان المساحة الإعلانية الكبيرة


يمكنك اليوم ربط بوابة الواتس التي لدينا ببرنامج المحاسبة او برنامج السكرتارية أو حتى برنامج إدارة مدرسة أو مشفى

أرسل إشعارات الفواتير او التذكير بالمواعيد أو لقاءات المؤتمرات والإجتماعات

إذا كان لديك تطبيق جوال أو موقع إلكتروني وتريد ارسال رسالة تفعيل لعملاءك

أصبح بإمكانك استبدال رسائل الsms الباهظة برسائل واتس ذات التكلفة المنخفضة

للبدأ في تجريب الخدمة
يمكنك الدخول والحصول على حساب تجريبي من خلال التسجيل من هنا .

 

 

شرح طريقة الربط للمبرمجين :  

 

 

 بعد الانتهاء من عملية التسجيل والدخول الى حسابك سوف تظهر لك هذه الصورة 

 عليك مسح الكود الموجود عبر الواتساب لتتم عملية الاتصال 

 الأن أصبح بالامكان متابعة عملية الربط البرمجي كما هو موضح بالجدول التالي 

 API URL:

https://hiwhats.com/API/send

Request method is “GET”

 Parameters:

 

Parameter

Required

values

mobile

Yes

Your account mobile number

password

Yes

Your account password

instanceid

Yes

The instance number you your account

message

Yes

Text message in Arabic or English format

numbers

Yes

Numbers that you want to send the messages to them,

You have to put comma between each number

The mumber must be in the international format without 00 or +

type

Yes

1: for text message

2: for file message like image, photo,video,… etc

If you set the type to this value then the next parameter “fileurl” is required

3: for voice message (ogg) file type only

If you set the type to this value then the next parameter “fileurl” is required

4: location message

If you set the type to this value then the next parameters “lat” and “long” are required

fileurl

Yes in case of type parameter is 2 or 3

The full url of the file

Allowed media files are (jpeg, jpg, png, gif, bmp, mp3, mp4, mpeg, mov, ogg, doc, docx, xls, xlsx, ppt, pptx, pdf, pps, mdb, txt)

The url must be url encoded

lat

Yes in case of type is 4

Latitude of the location

long

Yes in case of type is 4

Longitude  of the location

json

No

Show the results in json format

 Examples:

1-      Sending Text message

https://hiwhats.com/API/send?mobile=966112233440&password=xxxxxxxxx&instanceid=18xxx&message=test&numbers=96655443322&json=1&type=1

 2-      Sending image file

https://www.hiwhats.com/index.php?url=API/send&mobile=966112233440&password=xxxxxxxxx&instanceid=18xxx&message=test&numbers=96655443322&json=1&fileurl=https%3A%2F%2Fwww.hiwhats.com%2Fuploads%2F28%2F579a434c.jpeg&type=2

 3-      Sending voice file

https://www.hiwhats.com/index.php?url=API/send&mobile=966112233440&password=xxxxxxxxx&instanceid=18xxx&message=test&numbers=96655443322&json=1&fileurl=https%3A%2F%2Fwww.hiwhats.com%2Fuploads%2F28%voice.ogg&type=3

 4-      Sending location

https://www.hiwhats.com/index.php?url=API/send&mobile=966112233440&password=xxxxxxxxx&instanceid=18xxx&message=test&numbers=96655443322&json=1&lat=21.4362767&long=39.9866331&type=4

 5-      Sending Text message with Arabic chars and multi lines

https://www.hiwhats.com/API/send&mobile=966112233440&password=xxxxxxxxx&instanceid=18xxx&message=%D8%AA%D8%AC%D8%B1%D8%A8%D8%A9%2
0%D8%A7%D9%84%D8%A7%D8%B1%D8%B3%D8%A7%D9%84%20%D9%85%D9%86%20%D8%A7%D9%84%D9%85%D9%88%D9%
82%D8%B9%0A%D8%B1%D8%B3%D8%A7%D9%84%D8%A9%20%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9%0A%D9%88%20%D9%85%
D8%AA%D8%B9%D8%AF%D8%AF%D8%A9%20%D8%A7%D9%84%D8%A3%D8%B3%D8%B7%D8%B1&numbers=96655443322&json=1&type=1

 Note:

The message parameter must be url encoded, for example the following message

تجربة الارسال من الموقع

رسالة عربية

و متعددة الأسطر

Must be encoded like this

%D8%AA%D8%AC%D8%B1%D8%A8%D8%A9%20%D8%A7%D9%84%D8%A7%D8%B1%D8%B3%D8%A7%D9%84%20%D9%85%D9%86%20%D8%A7%D9
%84%D9%85%D9%88%D9%82%D8%B9%0A%D8%B1%D8%B3%D8%A7%D9%84%D8%A9%20%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9%
0A%D9%88%20%D9%85%D8%AA%D8%B9%D8%AF%D8%AF%D8%A9%20%D8%A7%D9%84%D8%A3%D8%B3%D8%B7%D8%B1

 You can use this function in php to do this: url_encode()



ملاحظات هامة جداً 
1 ـ يجب أن يبقى الجوال متصل بالانترنت دائماً
2 ـ سوف تصل الرسائل من الرقم الذي قمت بالاتصال به عبر الواتساب
3 ـ هذه الخدمة مخصصة لارسال رسائل التحقق ولا تصلح لارسال العروض والاعلانات
4 ـ اي سوء استخدام للخدمة سوف تؤدي لحظر رقم الواتساب 

WhatsApp Api

هي بوابة إلكترونية تساعدك في ربط الأنظمة البرمجية والتطبيقات مع بوابة ارسال رسائل واتس اب تعمل بكفاءة عالية على مدار الساعة .


ما هي رسوم خدمة الربط الإلكتروني ببوابة الواتس أب ؟

لمعرفة تفاصيل الأسعار والباقات المتوفرة لهذه الخدمة يمكن زيارة للإطلاع .

 

كم تستغرق مدة الربط مع بوابة whatsapp api ؟

يعتمد ذلك على المبرمج وعلى التطبيق أو الموقع الخاص بكم ومدى جاهزيته.


ارسل لعملاءك في أي بلد

يمكنك أن ترسل رسائل التفعيل , الفواتير , التذكير بالمواعيد وغيرها من الإشعارات


وتواصل مع الدعم الفني للإجابة على أي استفسار

https://api.whatsapp.com/send?phone=966509994854

 

كيفية عمل حساب تجريبي وتجريب الخدمة :

 

 


مجالات استخدام WhatsApp Api

برنامج محاسبة

برامج الإدارة للمدارس والمستشفيات

اي نظام تشغيل يتواصل مع العملاء برسائل sms

المواقع والمتاجرالإلكتروني

 


الخصائص التي يتم الإستفاده منها من خدمة ( HiWhatsapp Gateway ) وهي كالتالي :


 

اقرأ أيضاً ..

ما هو الـ whatsapp Api وما فائدته ؟
استبدل مشاكل الرسائل القصيرة الخدمية ببوابة الربط الالكتروني WhatsApp Api
خدمة الربط الإلكتروني ؟
كيفية عمل حساب مجاني في whatsapp Api وتجريب الخدمة ؟

 

 

  ارسال واتس اب جماعي

whatsapp api pricing
whatsapp business integration api
whatsapp business api pricing
whatsapp web api

كلمات دليلة

خبرتنا تدل علينا

اشترك الآن و تواصل مع عملائك باحترافية بالغة
سجل الآن