SOAP API methode User_sendEmail
Beschrijving
The message is sent in the layout of the POM environment, with the application top put above the message. The message that is sent will be added to the total number of messages sent by this user.
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | int | Unique identifier (id) of the object User. The method only applies to the user with this id. |
subject * | string | The subject of the email |
html * | string | HTML source code of the message to send |
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 |