Skip to content

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.

  1. Group Created (Polling)
  2. Group Deleted
  3. Group Updated or Created
  4. User Added To a Group
  5. User Blocked
  6. User Created (Polling)
  7. User Deleted
  8. User Removed From a Group
  9. User Updated or Created

Azure AD Triggers

Figure 1. Triggers for Azure AD on Connect iPaaS

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.