I’m trying to schedule a back-end API Workflow from an event on a page in my app.
The issue I’m having is that the Workflow that I’ve created in the back-end is not showing in the action dropdown. See below:
That’s actually not a Api Endpoint which can be scheduled. That’s a custom workflow in the backend. You can create a new endpoint and set the parameters to manual and just +add one parameter which is a “user” and for that endpoint just create a single step which is basically that custom workflow. You can pass the user you get from the parameter to your custom workflow