Trigger API Worflow

Hi,

Is there a way I can “Trigger an API Workflow” using a button for example ?
This is an API endpoint I am also using from external services.

I see 2 alternatives solutions:

  1. Schedule an API Workflow on current date/time, but is it instantaneous?
  2. Create a custom event with the exact same workflow that I can trigger, but It means 2 workflow to maintain in the future.

Thank you for you help!

Yes, your option 1 will trigger instantaneously :slight_smile:

Ok thanks I’ll go fort it :wink: