TDV Adapter for SendGrid

Build 22.0.8462

CancelScheduledSends

Update, delete, and query Cancel Scheduled Sends in SendGrid.

Table-Specific Information

Select

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

SELECT * FROM CancelScheduledSends
SELECT * FROM CancelScheduledSends WHERE BatchId = 148825

Update

You can update CancelScheduledSends by specifying an BatchId.

Allowed Values : cancel, pause

Update CancelScheduledSends SET Status='cancel'  WHERE BatchId = 1310789

Delete

You can only delete from CancelScheduledSends by specifying an BatchId.

Delete FROM CancelScheduledSends WHERE BatchId = 1310789

Columns

Name Type ReadOnly References Description
BatchId [KEY] String False

The Id of the batch.

Status String False

The status of the scheduled send.Allowed Values: cancel, pause

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