Workday / Expensify - Postman? I am so lost, please help!

Hi,
We're trying to connect Workday and Expensify. We have the JSON link from Workday and I think our Expensify report is correct (see below - with user names removed). But anything I enter on postman is throwing errors. I don't even understand how to use postman - is this how we connect Workday/Expensify?
Would anyone be willing to meet with us? I'd be so grateful!
curl -X POST 'https://integrations.expensify.com/Integration-Server/ExpensifyIntegrations' \
-d 'requestJobDescription={
{
"type": "update",
"dry-run" : false,
"credentials": {
"partnerUserID": "expensify api ",
"partnerUserSecret": "xxx",
"feedUrl": "JSON Link from Workday",
"feedUser": "Workday integration user",
"feedPassword": "Workday integration user password"
},
"dataSource" : "download",
"inputSettings": {
"type": "employees",
"entity": "generic"
},
"onFinish":[
{"actionName": "email", "recipients":"[email protected],[email protected]"}
]
}
Answers
-
Sophie_Pinto Expensify Customer, Expensify Team, Expensify Student Ambassador Posts: 134 Expensify Team
Hi @dmattus - have you run through this help article here and also take a look through our other community articles? Our API tool is primarily a self-serve tool so if you are not familiar with the language, this is going to be difficult and I recommend finding someone who is.