Aggregation Failure Workflow

Hi Community,

I have a requirement where I need to trigger a workflow and send an email notification when aggregation fails — but only for Direct Connect sources (not for all sources).

I’m seeking some clarification on the below points:

  1. Which trigger would be the most suitable to catch aggregation failure events?
  2. Do I need to add any filter or condition inside the trigger to ensure it only applies to Direct Connect sources?
  3. Is there a specific endpoint or method available to identify/list the source type (to distinguish Direct Connect sources from others)?

Any guidance, suggestions, or sample references would be highly appreciated!

Thanks in advance!

Hi @Lashminarayanan01

You can go with provisioning completed trigger where you can able to apply filter for the sources

You need to use provisioning completed trigger and below is for ref:

Provisioning Completed Trigger Filter - Identity Security Cloud (ISC) / ISC Discussion and Questions - SailPoint Developer Community

Hi Gopi, I need to filter out only direct connect source without entering filters for all sources.

Hi Sai Kumar, Sorry for the typo. The requirement was to trigger the workflow when aggregation got failed.

You can use account aggregation completed trigger.

refer: Account Aggregation Failure Notification - Identity Security Cloud (ISC) / ISC Community Knowledge Base - SailPoint Developer Community

I’ve worked on a same kind of scenario


you can try implementing this kind of structure

1 Like

Thanks for sharing. I’ll work on it and let you know.

Sure Sai. I’ll try and let you know.