Back to API references

SOAP API method ProcessedEmailing_triggeringFollowUp

Description

A single triggered followup that triggered this processed e-mail

Parameters

Name Type Description
id * int Unique identifier (id) of the object ProcessedEmailing. The method only applies to the processedemailing with this id.
login Structure of type 'login' Optional login data (soon deprecated)
access_token string Optional api access token
* required parameters

Return values

Name Type Description
surveytriggeredfollowup Structure of type 'surveytriggeredfollowup'
webformtriggeredfollowup Structure of type 'webformtriggeredfollowup'

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 'surveytriggeredfollowup'

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.

Structure 'webformtriggeredfollowup'

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.