I can not trigger a custom event

What am I doing wrong?

In the API section I created a custom event with some workflow things…
On a button action I want to create a ‘trigger a worksflow’ thing, but…
I can not select ANY custom event. the ‘list’ is empty.

is it something wrong with me or…?

1 Like

Hi @lakeman, custom events in the API section can only be triggered by an API workflow. To trigger a custom event from a Button click the custom event will have to be created in the page workflows.

To trigger an API workflow from a button you will have to create an endpoint in the API workflows and then you can Schedule an API Workflow from your button click.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.