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
"operation": "create",
"emailTo": "changeme@example.net",
"subject": "An email from Dapr Postmark binding"
},
"data": "<h1>Testing Dapr Bindings</h1>This is a test.<br>Bye!"
}
}
}