getSettingsById method

  1. @override
Future<EmailSettingsV1> getSettingsById (
  1. String correlationId,
  2. String recipientId
)
override

Gets an email settings by recipient id.

  • correlationId (optional) transaction id to trace execution through call chain.
  • recipientId a recipient id of settings to be retrieved. Return Future that receives email settings or error.