Twilio SendGrid binding spec

To setup Twilio SendGrid binding create a component of type . See on how to create and apply a binding configuration.

Warning

This component supports output binding with the following operations:

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