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, , subject, etc.)

字段名为 ttlInSeconds

  • create
  1. "operation": "create",
  2. "emailTo": "changeme@example.net",
  3. "subject": "An email from Dapr Postmark binding"
  4. },
  5. "data": "<h1>Testing Dapr Bindings</h1>This is a test.<br>Bye!"
  6. }
  7. }
  8. }