sendMessageToRecipient method

Future sendMessageToRecipient (
  1. String correlationId,
  2. String recipientId,
  3. String subscription,
  4. MessageV1 message,
  5. ConfigParams parameters,
  6. String method
)

Send the messages to recipient by its id

  • correlationId (optional) transaction id to trace execution through call chain.
  • recipientId a recipient id.
  • subscription a subscription.
  • message a message to be send.
  • parameters an additional parameters to be send.
  • method a delivery method(email and/or sms).