SOAP API methode ProcessedEmailingFinalGroup_triggeredFollowUp
Beschrijving
A single triggered followup based on its ID.
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | int | Unique identifier (id) of the object ProcessedEmailingFinalGroup. The method only applies to the processedemailingfinalgroup with this id. |
identifier * | int | |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
emailingtriggeredfollowup | Structure of type 'emailingtriggeredfollowup' |
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 |
Structuur 'emailingtriggeredfollowup'
Naam | Type | Beschrijving |
---|---|---|
id | int | The ID of the follow up. |
triggertime | timestamp | The time when this follow up action was triggered. |
executetime | timestamp | The time when this follow up was executed / should be executed. |
executed | boolean | Has the follow up already been executed. |