Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  1. Authenticate and get a token for the session

  2. Use the token in the Header Authorization

  3. End session

See more hereā€¦

...

...


SMS

Within this category we can perform the following actions

...

Expand
titleUpload Email Base

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)

File format

Code Block
CampName;ejemplo@gmail.com;This is an example mail body;;"Var1":"value","Var2":"value";9999

...