Sign-In/Sign-Out Webhook
You can define a configuration to enable the integration of sign-in and sign-out data with external systems or URLs. This configuration allows the system to send the sign-in and sign-out data through API calls when a user performs a sign-in or sign-out activity.
Whenever such an event occurs, the system triggers an event and initiates a POST request to the specified submission URL. This request contains important data points such as the user's employee ID (empId), sign-in location ID (signInLocationId), sign-out location ID (signOutLocationId), sign-in time, and more.
Additionally, you have the option to configure email alerts for data push failures. If there are any issues with sending the data to the specified destination, the system can notify the designated email addresses, ensuring awareness of any potential communication failures.
With this configuration, you can transmit sign-in and sign-out data to external systems or URLs via API calls, facilitating data synchronization and enabling further integration with other applications.
