Zapier Actions

Edited

This document provides an overview of Zapier Actions in HirePOS, explaining how to carry out actions based on triggers from other apps.

Create Customer

The "Create Customer" action allows you to add a new customer to HirePOS. When utilizing this action, data in JSON format is posted to the Customers API endpoint.

Create Lead

With the "Create Lead" action, you can create a new lead in HirePOS. Similar to creating a customer, data in JSON format is sent to the Leads API endpoint.

Create Website Booking

By using the "Create Website Booking" action, you can generate a new booking in the HirePOS Online Store. This booking can then be managed in the backend HirePOS v5 web app. Data in JSON format is posted to the WebsiteBookings API endpoint. The BookingDate specified will serve as the Invoice Date. To use the current date/time, the {{zap_meta_human_now}} command can be employed in your zaps.

Check Availability

The "Check Availability" action enables you to verify the availability of hire items. Data in JSON format is sent to the Availability API endpoint for this action.