Introduction
The DoubleOptInConfirmation
user interaction can be used to to start a double opt in process where both the invitee and the inviter need to confirm. The user will be presented with the action and will be asked to add a code to confirm the action. How the code will be delivered to the user is not part of this user interaction.
Input Data
InitiatorId
The id of the initator.
Comment
A comment displayed to the receiver.
InitiatorAttributes
A list of attributes name that shall be displayed to the invitee from the initiater.
ReceiverAttributes
A list of attributes name that should be displayed to the receiver that will be then sent to the initiator for the reconfirmation.
AcceptSignalName
The signal name that will be sent to the workflow in case the user accepts the invitation.
DeclineSignalName
The signal name that will be sent to the workflow in case the user declines the invitation.
StartDate
The start date of the invitation.
EndDate
The end date of the invitation.