Postmark binding spec

To setup Postmark binding create a component of type . See this guide on how to create and apply a binding configuration.

Warning

You can specify any of the optional metadata properties on the output binding request too (e.g. emailFrom, emailTo, subject, etc.)

This component supports output binding with the following operations:

  1. {
  2. "operation": "create",
  3. "metadata": {
  4. "emailTo": "changeme@example.net",
  5. "subject": "An email from Dapr Postmark binding"
  6. },
  7. }