Sending triggered email using custom table

Hello, I know how send triggered emails for members and contacts, but I need to send a triggered email to not contacts and not members users.
I have setup a table with all info, and I just need to send a triggered email to a specific receiver from this table.

Is this possibile without passing by emailcontact / emailmember?
Thanks
David

In order to send a email via the Triggered Emails API the person must be either a member or contact.

See a full list of methods available in the Velo Reference: Wix CRM - Triggered Emails

If you would like to send a email to a address that is neither a contact or member, you can accomplish this through a third party email integration.

See the resource below for a example on how to integrate this type of solution:

Twilio SendGrid Integration

Hi Thomas.
Thanks for getting some time to answer.
So you’re confirming that I cannot send a triggered email using a custom table of email addresses.
The question is, can I use a triggered email with Twilio? I mean… if I can use a created template or if I have to create the HTML source and pass it to Twilio.

Other way could be to create vis API a contact and then use it to send triggered emails.
In this case, I’d like that WIX should not considered my created contacts as newsletter contacts to avoid sending posts to them. Do you know if a created contact via API receives ping of blog post?

Thanks a lot