SOAP API methode EmailingDocumentSnapshotFollowUp_setDelay
Beschrijving
The delay of the followup. The followup action is executed after this delay. This is the old function to set the interval it remains because it is a soap function but we recommend using the setInterval function instead
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | int | Unique identifier (id) of the object EmailingDocumentSnapshotFollowUp. The method only applies to the emailingdocumentsnapshotfollowup 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 |
dateinterval * | Structure of type 'dateinterval' | |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Structuur 'dateinterval'
Naam | Type | Beschrijving |
---|---|---|
count | int | The count of the dateinterval. |
unit | string | The unit of the dateinterval. |
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 |