Handle multipart/form-data in Webtask

Hi Devs

I have a third party service that responds to a Callback URL with multipart/form-data and I would like that callback to be my CC webtask, but I know that currently JourneyApps only support application/json for the request format.

Two questions:

  1. Are there plans to include other request formats in the future?
  2. In the interim, what do you guys think would be the easiest workaround to get the multipart/form-data converted into application/json so that it can work with my CC webtask? I was thinking of something like zapier, but haven’t looked into this.