| SendGrid Template Deploy TaskAzure Pipelines extension that will patch an existing SendGrid Template. ParametersThe parameters of the task are described bellow: 
sendGridApiKey: The Api key for SendGridtemplateFile: The path to the template filetemplateId: The matching SendGrid Template IdversionId: The matching SendGrid Template Version Id TestingUse Environment variables that correspond with the above parameters. 
TASK_SENDGRID_APIKEY = sendGridApiKeyTASK_SENDGRID_TEMPFILE= templateFileTASK_SENDGRID_TEMPID= templateIdTASK_SENDGRID_VERID= versionId To run a test run -> NPM test
 |  |