Reputation: 5
I try to consume a Twilio service to send mail by using its API (api.sendgrid.com) but I can't determine why it is not working for me, I already validated with a SOAP & REST Client and here it works perfectly, I am using GeneXus X ev3 upg 15 with C# on the Web.
Some code example?
Upvotes: -4
Views: 73
Reputation: 1
Follow the instructions in the official doc, for sending with API:
Use the &HttpClient variable in Genexus to build your request.
Plus: Change the property "Log Level=6.All" at generator level, this will help you understand what is happening.
Another way is to use SMTP API, as follows in the SendGrid doc:
Upvotes: 0