
e8yai (e8yai) asked a question.
Workday and Workflows
Has anyone had any luck pulling or sending data to Workday using Workflows? I am getting 404 on all requests, I assume its a formatting thing, and hoping to learn from someone who's been successful.

We use workflow & Workday successfully. But we only pull data from Workday. We use a "HTTP Raw Request". The URL is https://myworkday.com/ccx/service/customreport2/org/Custom_Attributes_Audit_Report with a GET.
Feel free to reach out directly if you need more information.
As a followup for future generations, I did get this working directly to the Human_Resources API endpoint. The trick for me was to ensure I was POSTing the command to Workday, not GET or PUT ing.