---
title: Zapier Integration
description: >-
  Set up Zapier with Gmail, Mailparser, and ShipStation to automatically parse
  Lab 50 order emails and sync order data.
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

**for ShipStation**

1. create gmail [ABCzaps@gmail.com](mailto:cameracompanyzaps@gmail.com)
2. set up lab 50 plain text email\*
3. duplicate Zap; set up new parser mailbox 
   1. [https://parser.zapier.com/](https://parser.zapier.com/)
   2. [ABC5876354@robot.zapier.com](mailto:cameraco5876354@robot.zapier.com)
4. set up ShipStation (get API keys)
5. finalize up Zap and test

Lab 50 plain text email (this one, as well as one that includes products, are included if you copy in the templates from the db):

Order Number: \{%order\_number%\}

Date: \{%order\_date%\}

Shipping Method: \{%shipping\_method%\}

Buyer Name: \{%customer\_first\_name%\} \{%customer\_last\_name%\}

Buyer Email: \{%customer\_email%\}

Buyer Phone: \{%billto\_phone%\}

Total: \{%order\_total%\}

Shipping Total: \{%order\_shipping\_total%\}

Ship-to Name: \{%shipto\_first\_name%\} \{%shipto\_last\_name%\}

Ship-to Email: \{%shipto\_email%\}

Ship-to Phone: \{%shipto\_phone%\}

Ship-to Street: \{%shipto\_street%\}

Ship-to City: \{%shipto\_city%\}

Ship-to Region: \{%shipto\_region%\}

Ship-to Country: \{%shipto\_country%\}

Ship-to Postal Code: \{%shipto\_postalcode%\}
