CreateEngagementInvitationRequest
Types
Properties
Link copied to clipboard
Specifies a unique, client-generated UUID to ensure that the request is handled exactly once. This token helps prevent duplicate invitation creations.
Link copied to clipboard
The unique identifier of the Engagement associated with the invitation. This parameter ensures the invitation is created within the correct Engagement context.
Link copied to clipboard
The Invitation object all information necessary to initiate an engagement invitation to a partner. It contains a personalized message from the sender, the invitation's receiver, and a payload. The Payload can be the OpportunityInvitation, which includes detailed structures for sender contacts, partner responsibilities, customer information, and project details.
Functions
Link copied to clipboard
inline fun copy(block: CreateEngagementInvitationRequest.Builder.() -> Unit = {}): CreateEngagementInvitationRequest