With ith our API you can interact through various channels so that your contact center is always connected.
Info |
---|
Remember that to use the API you need Authenticate and get a token for the session Use the token in the Header Authorization End session
See more hereā¦ |
...
...
SMS
Within this category we can perform the following actions
...
Expand |
---|
|
Code Block |
---|
Relative URL: https://domain.ucontactcloud.com/IntegraChannels/resources/DialersResources/uploadMultiChannelBlacklistuploadDialerBase
Method: POST
content-type:application/x-www-form-urlencoded; charset=UTF-8
Parameters: filename (File name)
fileb64 (Csv file content in base 64)
channel 'email' (this value will always be the same)
user username
dialer dialername
filter email subject
cant registries count
Result: 1 (Async Method) |
Code Block |
---|
CampName;ejemplo@gmail.com;This is an example mail body;;"Var1":"value","Var2":"value";9999 |
|
...