Connect Starworks to 6,000+ apps and automatically sync customers
Zapier is an automation platform that connects different apps together. It allows you to automatically send customer data from your booking system, POS, or accounting software directly to Starworks without any coding.
Go to Settings → Customer Sync and toggle "Enable Webhooks" to ON
You'll need both the Webhook URL and Secret from the Customer Sync page
If you don't have one already, sign up at zapier.com
Tip: If your app isn't available on Zapier, you can use "Webhooks by Zapier" to connect any system that sends webhooks.
Paste your Starworks Webhook URL (from Customer Sync settings)
https://yoursite.com/api/webhooks/customers/YOUR_BUSINESS_IDSelect: JSON
Map your source app's fields to Starworks fields:
{
"event": "customer.created",
"data": {
"firstName": [Map from trigger],
"lastName": [Map from trigger],
"email": [Map from trigger],
"phone": [Map from trigger]
}
}Click in each field and select the corresponding data from your trigger app
Add these two headers:
Content-Typeapplication/jsonX-Webhook-Signature[Your Webhook Secret]| Starworks Field | Fresha Field |
|---|---|
firstName | Client First Name |
lastName | Client Last Name |
email | Client Email |
phone | Client Phone |
| Starworks Field | Square Field |
|---|---|
firstName | Given Name |
lastName | Family Name |
email | Email Address |
phone | Phone Number |
| Starworks Field | Xero Field |
|---|---|
firstName | First Name |
lastName | Last Name |
email | Email Address |
phone | Phone Number |
Make sure you've copied the webhook secret exactly from the Customer Sync page and added it to the X-Webhook-Signature header.
At minimum, you must provide either firstName or email. Check that you've mapped at least one of these fields from your trigger.
Check the "Recent Activity" log on the Customer Sync page to see if the webhook was received. If you see an error, it will show what went wrong.
If you're having trouble setting up Zapier or need help with a specific integration, we're here to help!