Send email
Input
Any object
Settings
- (REQUIRED) Authentication: A valid office 365 credential item
- (REQUIRED) Add To Emails: target email or emails separated by character:
, - (REQUIRED) Subject: message title
- (OPTIONAL) Attachment: File object or Array of File objects. File Object:
{
name: 'name',
mime_type: '',
file: ''
}
- (REQUIRED) Body: body of the message
Output
{
success: Boolean,
messages: [
{
...microsoft email message related fields
}
]
}