Since yesterday I've been trying to pass parameters through the SendInBlue API but it just doesn't work. I've tried everything. I've seen many code examples, but unfortunately it doesn't work.
I even used as an example the code in C# that they put on their website and it still doesn't work.
Follow my code:
using System.Diagnostics;
using System.Net.Http.Headers;
using Newtonsoft.Json.Linq;
using sib_api_v3_sdk.Api;
using sib_api_v3_sdk.Client;
using sib_api_v3_sdk.Model;
using Task = System.Threading.Tasks.Task;
namespace cjuridico.Domain.Models.Email;
public static class CadastroEmail
{
public static async …Run Code Online (Sandbox Code Playgroud)