Hi
Thank you for posting query in Microsoft Q&A Platform.
Considering make below REST API call to start trigger.
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{dataFactoryName}/triggers/{triggerName}?api-version=2018-06-01
Content-Type: application/json
{
"properties": {
"runtimeState": "Started"
}
}
Below is the reference document for same.
https://learn.microsoft.com/en-us/rest/api/datafactory/triggers/create-or-update?tabs=HTTP
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
button. Accepted answers help community as well.