...
Go to ‘Settings’ -> in your Gorgias Account and select ‘HTTP’. Here, you will create an HTTP Integration that will look for the Malomo Endpoint associated with your account.
Name your Integration: Malomo
Select Triggers:
Ticket Created
Ticket Updated
Ticket Message Created.
The URL for your integration should be:
https://api.gomalomo.com/orders?customer_email={{ticket.customer.email}}
HTTP Method: Get
Response content type: application/json
Headers (use the API key created in step 1 for Authorization).
Accept: application/vnd.malomo+json; version=2
Authorization: Bearer (insert API Key)
The format for the Authorization header should look something like this when input on the Gorgias end, only you will utilize the actual API key generated from the Malomo dashboard:
Bearer sk_
...
1234Adf1234SDf1234
Congrats! Your application is now authenticated. Data will begin to populate for new tickets that come in where Malomo already has data on the customer (after an order is placed). If in further steps, your data does not populate, please review this step again, or email help@gomalomo.com.
...