Back to integrations

Order Desk and Pusher integration

Save yourself the work of writing custom integrations for Order Desk and Pusher and use n8n instead. Build adaptable and scalable Miscellaneous, workflows that work with your technology stack. All within a building experience you will love.

Order Desk
Pusher

How to connect Order Desk and Pusher

Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Order Desk and Pusher integration: Create a new workflow and add the first step

Build your own Order Desk and Pusher integration

Create custom Order Desk and Pusher workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Supported API Endpoints for Order Desk

GET

Get a Single Order

Retrieve the details of a single order by its ID.

/api/v2/orders/{id}
GET

Get Multiple Orders

Retrieve multiple orders from the system.

/api/v2/orders
GET

Get order

Retrieve a specific order using its ID.

/api/v2/orders/<order_id>
POST

Create order

Create a new order with the necessary details.

/api/v2/orders
PUT

Update order

Update an existing order by passing the complete order data.

/api/v2/orders/<order_id>
POST

Create order history

Create a new history item for a specific order.

/api/v2/orders/<order_id>/order-history
GET

Get all order items

Retrieve all items associated with a specific order.

/api/v2/orders/<order_id>/order-items
GET

Get single order item

Retrieve a specific order item by its ID.

/api/v2/orders/<order_id>/order-items/<order_item_id>
POST

Create order item

Add a new order item to an existing order.

/api/v2/orders/<order_id>/order-items
PUT

Update order item

Update an existing order item from an existing order.

/api/v2/orders/<order_id>/order-items/<id>
GET

Get all order shipments

Get all the shipments for an order.

/api/v2/orders/<order_id>/shipments
GET

Get single order shipment

Get a single shipment for an order.

/api/v2/orders/<order_id>/shipments/<shipment_id>

To set up Order Desk integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Order Desk to query the data you need using the API endpoint URLs you provide.

See the example here

These API endpoints were generated using n8n

n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the Order Desk official documentation to get a full list of all API endpoints and verify the scraped ones!

Supported API Endpoints for Pusher

POST

Trigger event

Trigger an event on a specified channel.

/channels/my-channel/my-event
GET

List channels

Query for a list of channels within an application that have active subscriptions.

/channels
GET

Get channel information

Retrieve the state of an individual channel by its name.

/channels/channel-name
GET

Get presence users

Retrieve a list of users present on a presence channel.

/channels/presence-channel-name/users
GET

Fetch info for multiple channels

Allows fetching a hash of occupied channels optionally filtered by prefix.

/apps/[app_id]/channels
GET

Fetch info for one channel

Retrieves information about a specific channel.

/channels/{channel_name}

To set up Pusher integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Pusher to query the data you need using the API endpoint URLs you provide.

See the example here

These API endpoints were generated using n8n

n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the Pusher official documentation to get a full list of all API endpoints and verify the scraped ones!

FAQs

FAQ

Can Order Desk connect with Pusher?

Can I use Order Desk’s API with n8n?

Can I use Pusher’s API with n8n?

Is n8n secure for integrating Order Desk and Pusher?

How to get started with Order Desk and Pusher integration in n8n.io?

Looking to integrate Order Desk and Pusher in your company?

The world's most popular workflow automation platform for technical teams including

Why use n8n to integrate Order Desk with Pusher

Build complex workflows, really fast