TDV Adapter for SendGrid

Build 22.0.8462

GetImportContactsStatus

Gets the Import contacts status

Stored Procedure Specific Information

The GetImportContactsStatus Stored Procedure requires JobId of the Import Contacts, which we can get by executing ImportMarketingContacts stored procedure.

Example:

EXEC GetImportContactsStatus JobId= '1234'

Input

Name Type Required Description
JobId String True The Id of the Import Contacts Job

Result Set Columns

Name Type Description
Success String The Staus of the corresponding Import Contacts Job.
RequestedCount String
CreatedCount String
UpdatedCount String
DeletedCount String

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