-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Config Example:
{
"method": "POST",
"url": "https://api.z-api.io/instances/SUA_INSTANCIA/token/SEU_TOKEN/send-text",
"httpVersion": "HTTP/1.1",
"queryString": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json"
}
],
etc..... Result:
var http = require("https");
var options = {
"method": "POST",
"hostname": "example.com",
"port": null,
"path": "/save",
"headers": {} // headers empty
};Metadata
Metadata
Assignees
Labels
No labels