Skip to content

Instantly share code, notes, and snippets.

@KevinDJones
Created November 14, 2018 06:23
Show Gist options
  • Save KevinDJones/dd8bb926e56dcd3522b7bc834d0ec6c7 to your computer and use it in GitHub Desktop.
Save KevinDJones/dd8bb926e56dcd3522b7bc834d0ec6c7 to your computer and use it in GitHub Desktop.
[FunctionName("A_SendMail")]
public static async Task<string> SendMail(
[ActivityTrigger] object input,
[Inject]ISendGridClient client,
ILogger log)
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment