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:
{
"operation": "create",
"metadata": {
"emailTo": "changeme@example.net",
"subject": "An email from Dapr Postmark binding"
},
}