Skip to main content
Question

Uploading ZIP files via webhooks

  • December 22, 2025
  • 2 replies
  • 31 views

venkateshseru
Participant
Forum|alt.badge.img+2

Need support in uploading the ZIP files to an FME Flow Resource folder first (via REST API v3 and v4), then pass the resource path as a parameter in the webhook call. The file uploads should accept both file formats zipped and unzipped (single gdb file or package files in a zip).

2 replies

skyleratsafe
Safer
Forum|alt.badge.img+5

Hi ​@venkateshseru,

You should be able to use this REST API V4 endpoint to upload zip files to the target Resource folder. Please feel free to give it a try and see how that goes.

fmeapiv4/resources/connections/connectionName/upload

Cheers,

Skyler


danilo_fme
Celebrity
Forum|alt.badge.img+53
  • Celebrity
  • December 29, 2025

Hi ​@venkateshseru,

You should be able to use this REST API V4 endpoint to upload zip files to the target Resource folder. Please feel free to give it a try and see how that goes.

fmeapiv4/resources/connections/connectionName/upload

Cheers,

Skyler

Nice job!