Compare commits
2 Commits
claude/add
...
identity/d
| Author | SHA1 | Date | |
|---|---|---|---|
| fddbc1e2ce | |||
| e21e6aa96d |
@@ -22,7 +22,7 @@ public class PlunkEmailSender(HttpClient httpClient, string plunkSecretKey) : IE
|
|||||||
Encoding.UTF8,
|
Encoding.UTF8,
|
||||||
"application/json"
|
"application/json"
|
||||||
);
|
);
|
||||||
|
|
||||||
httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", plunkSecretKey);
|
httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", plunkSecretKey);
|
||||||
|
|
||||||
var response = await httpClient.PostAsync("https://api.useplunk.com/v1/send", jsonContent);
|
var response = await httpClient.PostAsync("https://api.useplunk.com/v1/send", jsonContent);
|
||||||
|
|||||||
Reference in New Issue
Block a user