This use-case sends a Message to the given recipient(s).

Parameters

  • recipients is a list of the enmeshed Addresses which should receive the Message.
  • content the structured content of the Message. Usually a Mail when communicating with a user.
  • attachments is a list of File ids which should be attached to the Message.

On Success

  • Sends the Message to all recipients
  • Returns the sent Message

On Failure

  • One of the recipients is not an active Relationship
  • The attachments are not valid File ids.
  • The content is malformed.

How to execute this use-case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use-case. This use-case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: