TDV Adapter for SendGrid

Build 22.0.8462

InvalidEmails

Query and Delete invalid emails in SendGrid.

Table-Specific Information

Select

This table only supports filtering by Email. The following are the only possible SELECT queries:

SELECT * FROM InvalidEmails
SELECT * FROM InvalidEmails WHERE Email = 'test@test.com'

Delete

You can only delete from InvalidEmails by specifying an Email.

Delete FROM InvalidEmails WHERE Email = 'test@test.com'

Columns

Name Type ReadOnly References Description
Created Datetime True

The time the when the email address was added to the invalid emails list.

Reason String False

A reason explaining why the email address was marked as invalid..

Email String False

The email address that was marked as invalid.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462