This comprehensive tutorial demonstrates how to build no-code automations using the Climbo API and popular third-party tools like Zapier, NA10, Pub, and Make.com [00:08].
The video covers the following in-depth examples and concepts:
1. Automating Review Requests
The primary example shows how to set up an automation where adding a new row (containing the name and phone number) to a Google Sheet automatically triggers an SMS review request to the end customer [02:00].
The process involves using the post method with a custom request to the send invite API endpoint [04:36].
It instructs on how to find and use the required Business ID, Location ID, and API Key from the client platform documentation [05:14].
The setup is demonstrated across Zapier [03:00], NA10 [09:51], Pub [10:40], and Make.com [13:20], including how to map the name and phone data from the Google Sheet trigger to the API request body.
2. Automating Client Onboarding via PayPal
The tutorial shows agencies how to automatically add new clients to the platform using a PayPal subscription trigger, which is an alternative to the direct Stripe integration [16:30].
The automation is triggered when a client signs up for a PayPal subscription plan [17:14].
The action calls the add client API endpoint, using the subscriber’s email from PayPal and the agency’s specific Plan ID [17:40].
It covers the optional welcome parameter, which can be set to true to automatically send the welcome email with a magic log-in link [19:23].
This setup is also demonstrated across Zapier, NA10, Pub, and Make.com [20:19].
3. Other API Capabilities
The video briefly highlights other automations possible with the API, including:
Adding new contacts to a client’s list from a CRM [14:36].
Connecting integrations for clients [23:24].
Listing and replying to reviews via a dedicated API endpoint [23:32].
4. API URLs Distinction
The video concludes by noting the difference between unbranded client-mode APIs (using apis.yourdomain.com) for a white-label experience, and agency-mode APIs (using api.climbo.com) for functions like adding new clients [24:17].
—
Pabbly Connect template (Send Invite):
Pabbly Connect template (Add Client):
Zapier template (Send Invite):
Zapier template (Add Client):
N8N template (Import from JSON):
