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

Options
dmattus
dmattus Expensify Customer Posts: 1

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":"xxxx@strava.com,xxxx@strava.com"}

  ]

}

Answers