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 | Description |
FileType | String | False | The type of the file
使用できる値は次のとおりです。csv |
FieldMappings | String | True | Comma separated list of field_definition IDs |
ListIds | String | False | Comma separated list of List id's |
FilePath | String | False | The absolute path of the File to import contacts |
Result Set Columns
Name | Type | Description |
JobId | String | The Id of the Import Contacts Job |