Every daily we have an email that goes out to clients.
Currently we have it setup the that user edit the email template with the new information, then create a quick campaign on the mailing list, uses the template and emails out.
I have hoping to reduce the need to click the same dozen to so boxes when creating a new quick campaign.
Using Power Automate to create a new row on the Quick Campaigns table, I received this error
{
"error": {
"code": "0x80040216",
"message": "initiatingPluginExecutionContext.InitiatingPluginInfoProvider is null. Restricted API is not called by Microsoft publisher plugin.",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionSourceKey": "Api/PrePipeline",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiStepKey": "00000000-0000-0000-0000-000000000000",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiDepthKey": "0",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiActivityIdKey": "a07fa65e-948f-497e-a186-9bc8bb2ba1c4",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiPluginSolutionNameKey": "System",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiStepSolutionNameKey": "System",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionCategory": "SystemFailure",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionMessageName": "UnExpected",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionHttpStatusCode": "400",
"@Microsoft.PowerApps.CDS.InnerError.Message": "initiatingPluginExecutionContext.InitiatingPluginInfoProvider is null. Restricted API is not called by Microsoft publisher plugin."
}
}
Is creating a quick campaign via Power automate just not support? if not, how would one approach automating this task?
I could read the query from the lists entity, then run that, and read the email template, then for each return contact on the lists query create an email using the email the template. but I do enjoy the tracking method that quick campaign offers