Possible to start a job with attachments? (rest api)

Hi everyone,
do you guys know if its possible to send an attachment to the orchestrator api?

I want to start a job with a post request and with an excel file attached to it.
(start url: [OrchestratorHostnameurl]/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs)

@bibalesecret

May I know why do you want to attach an excel file?

and I guess start job does not support also…what is the requirement exactly?

cheers

could be passed via the input arguments, but keep in mind:

  • the input argument datatype is to choose and to handle by you - e.g a base64 String to express a binary file

grafik

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.