WhatsApp API Access

API ACCESS FOR: AUTOMATION, OTP, NOTIFICATIONS, MESSAGING

(WhatsApp Encrypted)

Developers are granted access to integrate JejeChat functionality into their operations, enabling them to:
• Send and Receive Messages
• Send OTP
• Send Transactional Messages
• Share Media

The API Access can be used by Financial Institutions, Real Estate Companies, Tech Companies, and Logistics/Delivery Companies

API Access

API Access Key

To generate token, please login to JejeChat Dashboard and click on “API Access” menu.
Below are the Integration Codes
Text Message
1. Send a GET request to
https://app.jejechat.com/api/v1/send-text?token=TOKEN_HERE&instance_id=ID&jid=JID&msg=HELLO
2. Indicators
token = your token, 
msg = your text message, 
instance_id = instance ID, 
jid = 919999999999@s.whatsapp.net
3. Success response
{
    success: true,
    message: "Message sent successfully!",
    response: "<RESPONSE>"
}
4. Failed response
{
    success: false,
    message: "<REASON>"
}
Send Image
1. Send a GET request to
https://app.jejechat.com/api/v1/send-image?token=TERE&instance_id=ID&jid=JID&caption=CAPTION&imageurl=IMAGEURL
2. Indicators
token = your token, 
caption = your image caption message, 
instance_id = instance ID, 
jid = 919999999999@s.whatsapp.net,
imageurl = https://someimage.com/image.jpg
3. Success response
{
    success: true,
    message: "Message sent successfully!",
    response: "<RESPONSE>"
}
4. Failed response
{
    success: false,
    message: "<REASON>"
}
Send Video
1. Send a GET request to
https://app.jejechat.com/api/v1/send-video?token=TERE&instance_id=ID&jid=JID&caption=CAPTION&videourl=VIDEOURL
2. Indicators
token = your token, 
caption = your image caption message, 
instance_id = instance ID, 
jid = 919999999999@s.whatsapp.net,
videourl = https://someimage.com/video.mp4
3. Success response
{
    success: true,
    message: "Message sent successfully!",
    response: "<RESPONSE>"
}
4. Failed response
{
    success: false,
    message: "<REASON>"
}
Send Audio
1. Send a GET request to
https://app.jejechat.com/api/v1/send-audio?token=TERE&instance_id=ID&jid=JID&audiourl=AUDIOURL
2. Indicators
token = your token, 
instance_id = instance ID, 
jid = 919999999999@s.whatsapp.net,
audiourl = https://someimage.com/audio.mp3
3. Success response
{
    success: true,
    message: "Message sent successfully!",
    response: "<RESPONSE>"
}
4. Failed response
{
    success: false,
    message: "<REASON>"
}
Send Document
1. Send a GET request to
https://app.jejechat.com/api/v1/send-doc?token=TERE&instance_id=ID&jid=JID&caption=CAPTION&docurl=DOCURL
2. Indicators
token = your token, 
instance_id = instance ID, 
jid = 919999999999@s.whatsapp.net,
caption = your caption,
docurl = https://someimage.com/somepdf.pdf
3. Success response
{
    success: true,
    message: "Message sent successfully!",
    response: "<RESPONSE>"
}
4. Failed response
{
    success: false,
    message: "<REASON>"
}
bt_bb_section_top_section_coverage_image
JejeChat Free SignUp
bt_bb_section_bottom_section_coverage_image