Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created November 27, 2016 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjwaight/1394817ab84f8b6688a11be8621364fb to your computer and use it in GitHub Desktop.
Save sjwaight/1394817ab84f8b6688a11be8621364fb to your computer and use it in GitHub Desktop.
Azure Functions function.json with a SendGrid output binding.
{
"bindings": [
{
"type": "sendGrid",
"name": "message",
"direction": "out",
"from": "your.sender@your.domain",
"subject": "Functions r0ck5!"
}
],
"disabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment