API Reference¶
Use Automation Instead
For 99% of use cases, you should use Trigger Tasks, Action Tasks, and Workflows instead of the API.
Our automation platform provides a no-code interface with built-in error handling, retry logic, and visual workflow building—making it much easier to implement and maintain than direct API calls.
When to Use Automation (Recommended)¶
Use Trigger Tasks, Action Tasks, and Workflows for:
- ✅ Connecting applications with webhooks
- ✅ Automating business processes
- ✅ Triggering actions based on events
- ✅ Processing and transforming data
- ✅ Integrating with supported platforms (Everlytic, Sage, WATI, etc.)
- ✅ Building no-code automation workflows
When to Use the API (Advanced Only)¶
The REST API should only be considered for:
- Building custom third-party applications
- Advanced integrations not covered by existing tasks
- Scenarios requiring direct programmatic control
Complete API Documentation¶
If you're certain you need API access, the full interactive API documentation is available at:
https://api.basecloudglobal.com/api-docs
This includes: - Full endpoint reference with examples - Authentication and authorization details - Interactive testing interface - Request/response specifications
Need Help Deciding?¶
Not sure if you should use the API or Automation?
- Check our Examples to see common use cases
- Review available Trigger Tasks and Action Tasks
- Contact Support for personalized guidance
Start with Automation First
Even if you think you need the API, start with Trigger Tasks and Action Tasks. You'll save time and get a more maintainable solution in most cases.