Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

207
Views
Send message directly to whatsapp (in Background) from html form without being redirected to whatsapp

I created a form as follows:

<form> 
<input type="text" id="mssgbox" />
<button onclick="send()> Send </button>
</form>

and a script:

function send(){
let typedText = document.querySelector('#mssgbox').value;
window.location.href = 'https://api.whatsapp.com/send?phone=2347034907106?text='+typedText;
}

Is there any method i can use to send the Typed text directly to whatsapp (in background) without being redirected to whatsapp!?

If yes, Please How ?

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

You can't do it this way. (html & js) For this, you need to look for the api and implement it in the back-end. As far as I know, there is no api for regular account. Maybe you can find api for business accounts.

about 4 years ago · Santiago Gelvez Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!