Terug naar de indexpagina

SOAP API methode DocumentFollowUp_setAction

Beschrijving

The action that is executed after the delay.

Parameters

Naam Type Beschrijving
id * int Unique identifier (id) of the object DocumentFollowUp. The method only applies to the documentfollowup with this id.
personalize_profile int Profile ID for which the object should be personalized
personalize_subprofile int Subprofile ID for which the object should be personalized
personalize_timestamp string The timestamp for the personalization
smsdocumentaction Structure of type 'smsdocumentaction'
contactaction Structure of type 'contactaction'
removeaction Structure of type 'removeaction'
faxdocumentaction Structure of type 'faxdocumentaction'
emaildocumentaction Structure of type 'emaildocumentaction'
smsaction Structure of type 'smsaction'
createaction Structure of type 'createaction'
modifyaction Structure of type 'modifyaction'
login Structure of type 'login' Optional login data (soon deprecated)
access_token string Optional api access token
* verplichte parameters

Structuur 'smsdocumentaction'

Naam Type Beschrijving
document SmsDocument The document of the smsdocumentaction.
destination string Get the destination setting.
smsSettings SmsMailingSettings Get the emailing settings used if a document is send
condition string Get the javascript condition used to determine if the followup action shoud be executed

Structuur 'contactaction'

Naam Type Beschrijving
type string The type of the contactaction.
message string The message of the contactaction.
user User The role of the contactaction
important boolean The important setting of the contactaction.
condition string Get the javascript condition used to determine if the followup action shoud be executed

Structuur 'removeaction'

Naam Type Beschrijving
destination string The destination of the removeaction.
condition string Get the javascript condition used to determine if the followup action shoud be executed

Structuur 'faxdocumentaction'

Naam Type Beschrijving
document PdfDocument The document of the faxdocumentaction.
destination string Get the destination setting.
faxSettings FaxMailingSettings Get the emailing settings used if a document is send
condition string Get the javascript condition used to determine if the followup action shoud be executed

Structuur 'emaildocumentaction'

Naam Type Beschrijving
document EmailingDocument The document of the emaildocumentaction.
destination string Get the destination setting.
emailingSettings EmailingSettings Get the emailing settings used if a document is send
condition string Get the javascript condition used to determine if the followup action shoud be executed

Structuur 'smsaction'

Naam Type Beschrijving
message string The sms message.
destination string The destination setting.
from string The from sms address.
settings SmsMailingSettings Get the sms settings used if a sms is send
condition string Get the javascript condition used to determine if the followup action shoud be executed

Structuur 'createaction'

Naam Type Beschrijving
collection string Get the collection the action needs to create a subprofile in
fields Map Get the fields that are going to be modified to non-default values.
condition string Get the javascript condition used to determine if the followup action shoud be executed

Structuur 'modifyaction'

Naam Type Beschrijving
destination string Method to change the destination for the modifyaction.
fields Map The name of the fields or interests that are going to be modified.
condition string Get the javascript condition used to determine if the followup action shoud be executed

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