Versions Compared

Key

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

...

Expand
titleUpload Email Base

Code Block
Relative URL: IntegraChannels/resources/DialersResources/uploadMultiChannelBlacklist
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
         
Result: 1 (Async Method)

File format

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

...