Ventia
Interactions
POST
/contact/{idcontact}/message
api-key<token>

In: query

Path Parameters

idcontact*string

Request Body

application/json

text*string
channel*string

Response Body

curl -X POST "https://api.getventia.com/api/v1.0/contact/string/message" \  -H "Content-Type: application/json" \  -d '{    "text": "Hi client",    "channel": "wpp"  }'
Empty