SOAP API method ProcessedEmailing_triggeredFollowUp
Description
A single triggered followup based on its ID.
Parameters
Name | Type | Description |
---|---|---|
id * | int | Unique identifier (id) of the object ProcessedEmailing. The method only applies to the processedemailing with this id. |
identifier * | int | |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
emailingtriggeredfollowup | Structure of type 'emailingtriggeredfollowup' |
Structure 'login'
Name | Type | Description |
---|---|---|
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 |
Structure 'emailingtriggeredfollowup'
Name | Type | Description |
---|---|---|
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. |