Horje
chat-api Code Example
chat-api
// URL for request POST /message
const token = '83763g87x';
const instanceId = '777';
const url = `https://api.chat-api.com/instance${instanceId}/sendTemplate?token=${token}`;
let data = {
    phone: '79995253422', // Receivers phone
    template: "template_name",
    namespace : "namespace_of_template",
    language: {
        code: "en",
        policy: "deterministic"}
};
// Send a request
$.ajax(url, {
    data : JSON.stringify(data),
    contentType : 'application/json',
    type : 'POST'
});
Source: chat-api.com




Whatever

Related
the field Code Example the field Code Example
derived unit definition Code Example derived unit definition Code Example
install cluster for jupyter on ubuntu Code Example install cluster for jupyter on ubuntu Code Example
when was drupal 7 released Code Example when was drupal 7 released Code Example
convert date to milliseconds Code Example convert date to milliseconds Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7