SenderContact
An object that contains the details of the sender-provided contact person for the
EngagementInvitation
.
Contents
Note
In the following list, the required parameters are described first.
-
The sender-provided contact's email address associated with the
EngagementInvitation
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 80.
Pattern:
^[a-zA-Z0-9.!#$%&'*+/=?^_{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$
Required: Yes
- BusinessTitle
-
The sender-provided contact's title (job title or role) associated with the
EngagementInvitation
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 80.
Required: No
- FirstName
-
The sender-provided contact's last name associated with the
EngagementInvitation
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 80.
Required: No
- LastName
-
The sender-provided contact's first name associated with the
EngagementInvitation
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 80.
Required: No
- Phone
-
The sender-provided contact's phone number associated with the
EngagementInvitation
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 40.
Pattern:
^\+[1-9]\d{1,14}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: