Ceridian Integration (Dayforce)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 12:03 PM - edited 04-28-2023 12:04 PM
Hi ...
Has anyone integrated ServiceNow with Ceridian? I know ServiceNow doesn't offer any spokes or plugins OOTB but would be curious about anyone's experience with this, how it was done, and how easy/difficult it was. Can I do this through flow designer
- Labels:
-
flow designer
-
IntegrationHub

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2023 09:09 PM
I am an existing user of Ceridian Dayforce and my organisation users it for time tracking of the employees. Though I haven't attempted the integration of Dayforce with ServiceNow yet, however I assuming the integration should be straight forward as the REST APIs from Dayforce are already in place https://docs.merge.dev/integrations/hris/ceridian-dayforce/provider-interactions/
You might need to create some custom actions inside the flow designer and a script include to hit the API end points and GET, PUT, POST, PATCH methods provided by Dayforce to call a specific webservice method. This should be no different then the other API integration done via RestMessage_V2 API.