Azure AD Triggers¶
Connect iPaaS provides nine triggers for Azure AD. Most of the Azure AD triggers use webhook, enabling you to monitor the real-time events.
- Group Created (Polling)
- Group Deleted
- Group Updated or Created
- User Added To a Group
- User Blocked
- User Created (Polling)
- User Deleted
- User Removed From a Group
- User Updated or Created
Group Created¶
This is a polling trigger node. You can define a polling interval and the workflow will get triggered if any office 365 groups or a security groups being created at the scheduled polling interval.
Group Deleted¶
The workflow will be triggered when an Office 365 group is deleted. This trigger will only monitor the soft delete event and deleting Office 365 group will be treated as soft deleted. It is possible to retrieve the group information till 30 days after the soft deletion.
Group Updated or Created¶
The workflow will be triggered when an Office 365 group or a security group is updated or created.
User Added To a Group¶
The workflow will be triggered when a user is added into an Office 365 group or a security group. You can set to monitor multiple groups in this trigger node.
User Blocked¶
The workflow will be triggered when a user is blocked from signing in. User can be blocked sign in from the Azure portal.
User Created¶
This is a polling trigger node. You can define a polling interval and the workflow will get triggered if any Azure AD users are added at the scheduled polling interval.
User Deleted¶
The workflow will be triggered when a user is deleted and deleted user information will be retrieved.
User Removed From a Group¶
The workflow will be triggered when a user is removed from an Office 365 group or a security group. You can set this trigger to monitor multiple groups in this trigger node.
User Updated or Created¶
The workflow will be triggered when a user is updated or created.