Custom Connector trigger doesn't start my process

Hello. I have configured a trigger in my custom connector which works in Connector Builder when I test it, but after I publish and turn on the trigger (in Integration Services) the process tied to it doesn’t seem to start.

My business case is monitoring if any new items are available in a provider system, and if so I want to start a process. I set the trigger to check every 5 minutes, but it doesn’t seem to matter which polling interval I select.
The screenshots below provide info about the trigger URL setup, as well as an example of testing it.

Any ideas about what’s happening?


@kristjankarl

Is there any particular reason to use custom connector trigger.

If it strictly time based like for every 5 minutes bot needs to trigger then you can use time based trigger

The main reason is to avoid cluttering the Jobs list with frequent runs of a process that maybe detects changes. New items don’t come in that often, so having a new job entry every 5 minutes feels excessive and makes it harder to track processes that picks up the items. Besides, we have other processes running which can take longer than 5 minutes so there are more chances of encountering a time trigger error.