When you receive a customer email in Gorgias, you will be able to see the customer from Veeqo, along with their order information next to the ticket.
Get you Veeqo API key
- Login into your Veeqo account
- Navigate to Settings > Users page
- Click on your user
- If there is an API key already copy it otherwise click Refresh API Key to create one
Setup your Gorgias Widget
Follow this Gorgias guide on how to set up your widget
Use this data for your HTTP integration widget:
- URL = https://api.veeqo.com/orders?query={{ticket.customer.email}}
- HTTP Method = GET
- HEADERS = x-api-key (Then use your Veeqo API in the value box for this)