Integrating webflow & shippo using zapier

Webflow sends the order address data in one huge string, however, shippo wants the data separately i.e. Street, Street #2, City, State, Zip, etc. I am having a problem using formatter to parse the data into separate data points.

Can webflow fix this to send the data in a format proper for shippo?

My code:
Extract pattern
import re
details = re.findall(r’(?<=city:\s).*$', all_addresses)
return details. match()

1 Like

I also need to get this done. Would love a full integration capability (address, weight, dimensions, even carrier/service). I managed to export oders and upload csv to shippo, but then the tracking info is missing on webflow… A full integration would streamline it both ways.

Hi @grrronline and @diegokolsky.
With Foxy, you can easily pass all standard and custom data to Zapier. More info about our seamless integration with Webflow can be found here: Webflow | Foxy.io

Definitely let us know if you have any questions, need help getting started, would like to see a proof of concept, or want to hop on a call. We’re happy to help.

Thanks,
Josh