Activity
Mon
Wed
Fri
Sun
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
What is this?
Less
More

Memberships

Service Business Pro's

99 members • $75/month

Sublimity Ads Academy

159 members • $109/month

Service Business Pro's (Free)

855 members • Free

The Wonderboy Accelerator

8 members • $29/m

MiNT Momentum

1.3k members • $1/month

1 contribution to Sublimity Ads Academy
New Zapier Training
https://www.loom.com/share/c882be7e5ba84554bcee41a7be7d05c4 /** * @param {{inputData: InputData}} */ export default async function main({inputData}) { // Construct the request body with the provided details const requestBody = { customer: { first_name: inputData.firstName || '', last_name: inputData.lastName || '', email: inputData.email || '', mobile_number: inputData.phoneNumber || '', lead_source: inputData.leadSource || '', notes: inputData.notes || '', addresses: [ { street: inputData.street || '', city: inputData.city || '', state: inputData.state || '', zip: inputData.zip || '' } ] }, lead_source: inputData.leadSource || '' }; // Make a POST request to create a lead in Housecall Pro const response = await fetch('https://api.housecallpro.com/leads', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'Authorization': 'Bearer YOUR ZAPIER API' }, body: JSON.stringify(requestBody) }); // Check if the response is successful if (!response.ok) { const errorData = await response.json().catch(() => ({})); throw new Error(`API Error: ${response.status} - ${JSON.stringify(errorData)}`); } // Return the response data const responseData = await response.json(); return { result: responseData }; }
New Zapier Training
0 likes • 11d
I’m most likely going to be switching to jobber soon, do you guys know anyone with jobber that has this automation live for jobber?
0 likes • 10d
@Brad Elias that would be sick thanks bro
1-1 of 1
Ivan Kravtsov
1
5points to level up
@ivan-kravtsov-1800
Thriving Homes - Exterior Cleaning Services

Active 11h ago
Joined Jun 17, 2026
Powered by