Exigo Web Service

CreateEmail
Creates an email.

CSV Support
No
Transactional Support
Yes

CreateEmailRequest
CustomerID [Required]
Int32
Yes
The unique identifier of the customer
MailFolderType [Required]
MailForderType
Yes
Priority
MailPriority
No
MailStatusType [Required]
MailStatusType
Yes
Subject [Required]
String
Yes
The subject (aka. title) of the calendar item
MailFrom
String
No
MailTo [Required]
String
Yes
ReplyTo
String
No
MailCC
String
No
MailBCC
String
No
Content [Required]
String
Yes
SmtpServer [Required]
String
Yes
Attachments
No
ForwardedAttachments
No
EmailAttachment
BinaryData
Byte[]
No
FileName
String
No
The name of the file
ContentLength
Int32
No
ForwardedAttachment
MailID
Int32
No
AttachmentID
Int32
No
CreateEmailResponse
Result
The status of your web service call response. This property tells you if the call was executed successfully, any errors that occurred and other miscellanous, method-specific information.
ApiResult
Status
ResultStatus
Specifies whether the web service call was successfully executed.
Errors
String[]
An array of error messages that were returned from Exigo. If the web service call was successful, this colleciton will be empty.
TransactionKey
String
The unique GUID identifier assigned to this web service call for logging purposes.