ADO.NET Provider for SendGrid

Build 23.0.8839

ImportMarketingContacts

Import contacts to sendgrid account from CSV file.

ストアドプロシージャ固有の情報

ImportMarketingContacts ストアドプロシージャは、Field Mapping Ids および連絡先データを含むFile のパスが必要です。

Field Mapping にはcustom_field ids またはreserved_field ids が使用できます。これらのId は"Get All Field Definitions" エンドポイントを使用して取得できます。

NOTE:

1. ファイルから連絡先をインポートするには、Email フィールドマッピングが必須です。

2. 現時点では、この操作にはcsv ファイル形式のみがサポートされています。

例:

EXEC ImportMarketingContacts FileType= 'csv' , FieldMappings= '_rf2_T,_rf9_T' , FilePath = 'C:\Dev\Tests\v20\ProviderSendgrid\example.csv'

Input

Name Type Required Accepts Input Streams Description
FileType String False False The type of the file

使用できる値は次のとおりです。csv

FieldMappings String True False Comma separated list of field_definition IDs
ListIds String False False Comma separated list of List id's
FilePath String False False The absolute path of the File to import contacts
Content String False True The content as InputStream to be uploaded when FilePath is not specified.

Result Set Columns

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

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839