Skip to main content
All CollectionsSoPost API
Get order data with Zapier
Get order data with Zapier
Isabel avatar
Written by Isabel
Updated over 2 months ago

🌍 This article is publicly available and can be shared.

Overview

This quick guide will help you get order data from the SoPost API with the no-code tool Zapier for your brand.

Create webhook

  1. Add a 'Webhooks' step to your zap.

2. Select the trigger event 'Catch hook'.

3. Copy the URL.

4. Create a webhook in the SoPost API using the POST endpoint 'Create a webhook'. Fill the URL field and select the event "OrderEvent".

For more information about webhooks visit this page.

Retrieve order data

5. Add a CODE step to request order data from the SoPost API.

6. Select your preferred 'Action event' code. This step will pass GET requests to the endpoint 'Retrieve an order' for each of the webhooks received in the previous step.

7. Add a final step to your Zap. Select where you would like to send your order data to. This can be from an excel sheet to a CRM platform such as Salesforce or Hubspot.

8. Select the Action event suitable for your destination.

Final flow

Your zap should look something like this.

Did this answer your question?