user122661
user122661

Reputation: 131

Can Workday EIB outbound export files to Azure Blob?

This is more of a system integration question, but I'm wondering if Workday EIB has the capability to export csv's to Azure Blobs (i.e. on a cadence).

Currently, I see that supported delivery methods are: Workday attachment, FTP, HTTP/SSL, FTP/SSL, FTP, Email, Amazon simple storage service

Azure Blob isn't explicitly listed as a supported delivery method, so I'm thinking not?

Upvotes: 1

Views: 1100

Answers (2)

dparnas
dparnas

Reputation: 4098

Azure Blob storage now supports incoming SFTP endpoint, so you should be able to integrate directly from EIB with it now.

https://learn.microsoft.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support

Upvotes: 0

RealHowTo
RealHowTo

Reputation: 35407

No, EIB can't do that. You will need to develop something.

With an external integration, you get the Workday data from a RAAS (report-as-a-service) and then use the Azure BLOB Service REST API to send your data.

Or you can develop a Workday Studio Integration instead to do everything in the Workday tenant.

Upvotes: 0

Related Questions