sendEmail method

ResponseFuture<IdentifierResponse> sendEmail(
  1. IdentifierWithEmailAttributes request, {
  2. CallOptions? options,
})

Triggers an automated email notification related to the record.

Side Effects:

  • Dispatches a structured email to the designated recipients based on the provided attributes.
  • Appends an entry to the system communication logs for auditing purposes.

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> sendEmail(
  $1.IdentifierWithEmailAttributes request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$sendEmail, request, options: options);
}