How to Integrate with an HR system like ADP using Fuuz iPaaS
In this video, our engineer walks you through the basic process of getting started with an integration to your HR / payroll provider system. In this case we are demonstrating this using the ADP Restful API interface.
These concepts apply to any sort of integration using Fuuz as your iPaaS platform (northbound integrations). For specifics regarding your projects, please submit a ticket to our support team or consult with your implementation partner on best practices specific to your operation and external systems.
ADP Bindings
Pull ADP Event
Template for pulling ADP events.
- "ADP_Event": {
- "connectionName": "Connections.ADP_Connection",
- "payload": [
- {
- "method":"get",
- "path":"/core/V1/event-notification-messages"
- }
- ]
- }
Get ADP Employee
- Template for getting ADP employee.
- "Employee": {
- "connectionName": "Connections.ADP_Connection",
- "payload": [
- {
- "method":"get",
- "path": "/hr/v2/workers/&$associateOID",
- "options": {
- "masked": false /*DOB Only, not SSN per customer's ADP configuration */
- }
- }
- ]
- }
Remove ADP Event
Template for removing ADP events.
- "ADP_Delete_Event": {
- "connectionName": "Connections.ADP_Connection",
- "payload": [
- {
- "method": "delete",
- "path": "/core/v1/event-notification-messages/ & ADP_Event[0].`adp-msg-msgid`",
- "options": {
- "roleCode": "employee"
- }
- }
- ]
- }
About
- Workers
- Time Entry
- Payroll Outputs
- Workers - Lifecycle Management
- Worker Payroll Instructions
- Clock Entries
- Worker Demographics
- Even Notfications
- Job Applicants
Customer Requirements
Related Articles
How to Integrate Fuuz with another product or another API
Overview This document's purpose is meant to guide users, customers, prospects, partners, and employees through the journey of identifying and gaining access to another software application using API calls. If you are unfamiliar with the idea general ...
How to Create APIs Using Data Flows in Fuuz
How to Create APIs Using Data Flows in Fuuz Estimated Time: 5–7 minutes Skill Level: Intermediate Overview This guide explains how to create RESTful APIs using Data Flows in Fuuz. Unlike the GraphQL-based method covered in a previous tutorial, this ...
How to Create a RESTful API Using the Fuuz Platform
Estimated Time: Under 5 minutes Skill Level: Beginner to Intermediate <br> Here’s the revised how-to article with the use of “cons” or conversational filler words removed, making it more formal and suitable for a knowledge base: How to Create a ...
Fuuz Data Flows enable DataOps at Scale, ETL, iPaaS and more
What is a Data Flow in Fuuz? A Data Flow is a flow-based programming tool used to automate and orchestrate data movement and transformation. Supports cloud, edge, and UI-based flows. Core to Fuuz’s ability to integrate, transform, and control data ...
How to integrate with Plex Classic using Fuuz iPaaS
In this how to video, our engineer describes the process of connecting to Plex Classic. If you're not familiar with Plex Classic, then you're likely not using this edition and hence this information may not be helpful to you. This video shows off how ...