setRecipient method

Future<EmailSettingsV1> setRecipient (
  1. String correlationId,
  2. String recipientId,
  3. String name,
  4. String email,
  5. String language
)

Sets a recipient info into email settings.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • recipientId a recipient id of settings to be retrieved.
  • name a recipient name of settings to be set.
  • email a recipient email of settings to be set.
  • language a recipient language of settings to be set. Return (optional) Future that receives updated email settings Throws error.