I'm currently working on creating a custom connector for our company's customer API. The request URL works when listed as an action. However, when used as a trigger, it returns a 404 for Resource not Found.
Action:
"https://customerapi-workforcemanager.att.com/timekeeping/v1/timekeeping/poll"
Poll Trigger:
"https://customerapi-workforcemanager.att.com/timekeeping/trigger/v1/timekeeping/poll"
I've noticed that when attempting to create the Poll Trigger, Flow automatically adds the "trigger" in the middle of the URL path. Is there any way to prevent/edit this?
Hi @Anonymous,
Triggers are NOT supported for Custom APIs currently.
Microsoft team are actively working on a feature that will allow users to define triggers, (both webhook based and polling) in the near future.
You could refer to a same post as yours:
https://powerusers.microsoft.com/t5/General-Flow-Discussion/Custom-API-Trigger/td-p/2994
Best regards,
Alice