Hello I am trying to send ajax request to bb webhook by following code.
$.ajax({ type: "POST", url: webhookUrl, data: { user_id: YOUR_USER_ID }, success: success, dataType: "json"});
Now what bjs i need to execute command by webhook???
2.1m questions
2.1m answers
60 comments
57.0k users