Skip to content

Instantly share code, notes, and snippets.

@DeeJayTC
Last active February 21, 2019 16:07
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 DeeJayTC/0a58495f924061230d5c949e76d63fb2 to your computer and use it in GitHub Desktop.
Save DeeJayTC/0a58495f924061230d5c949e76d63fb2 to your computer and use it in GitHub Desktop.
// Create an adaptive card and send it
var payload = await _cardservice.RenderCard(templateKey, template, data);
var result = await client.PostAsync(url, new StringContent(payload));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment