Terug naar de indexpagina

SOAP API methode Account_sendEmail

Beschrijving

The message is sent in the layout of the POM environment, with the application header put above the message. The message that is sent will be added to the total number of messages sent.

Parameters

Naam Type Beschrijving
address * string The destination e-mail address
subject * string The subject of the email
html * string HTML source code of the message to send, this HTML code is injected in other HTML, so leave html and body tags out
text string (Optional) textonly version of the e-mail
attachments Collection of type 'attachments' (Optional) Attachments
images Collection of type 'images' (Optional) Images
login Structure of type 'login' Optional login data (soon deprecated)
access_token string Optional api access token
* verplichte parameters

Resultaat

Naam Type Beschrijving
value boolean

Structuur 'attachments'

Naam Type Beschrijving
string

Structuur 'images'

Naam Type Beschrijving
string

Structuur 'login'

Naam Type Beschrijving
username string The username of the login attempt
account string The account name of the login attempt
password string The password for the login attempt