ProcessMaker is an intelligent BPM (Business Process Management) and workflow automation platform headquartered in Raleigh-Durham, North Carolina. Founded in 2000, the platform empowers organizations to design, automate, and optimize business processes using a low-code, BPMN 2.0 compliant process designer.
The platform exposes a comprehensive RESTful API compliant with the OpenAPI specification, allowing developers to programmatically manage processes, cases, tasks, users, and integrations. API documentation is auto-generated via Swagger UI and is accessible at any ProcessMaker instance's /api/documentation endpoint.
- Base URL:
https://{organization}.processmaker.net/api - Specification: OpenAPI 3.0 (Swagger UI at
/api/documentation) - Authentication: OAuth 2.0 (Personal Access Tokens, Client Credentials, Authorization Code)
- SDKs: Python, PHP, JavaScript, Java
- Process design and deployment (BPMN 2.0)
- Case management (start, update, monitor process instances)
- Task assignment and completion
- User and group management
- Data connector integrations with enterprise systems
- Intelligent automation with AI/ML capabilities
- Process intelligence and mining (via Workfellow acquisition)
- Website: https://www.processmaker.com
- Documentation: https://docs.processmaker.com
- Developer Documentation: https://processmaker.gitbook.io/developer-documentation
- GitHub Organization: https://github.com/ProcessMaker
- Blog: https://www.processmaker.com/blog/
- Pricing: https://www.processmaker.com/products/pricing/
- Forum: https://forum.processmaker.com
- LinkedIn: https://www.linkedin.com/company/processmaker
- X (Twitter): https://twitter.com/processmaker
- Release Notes: https://docs.processmaker.com/docs/release-notes
| Language | Repository |
|---|---|
| Python | https://github.com/ProcessMaker/pmio-sdk-python |
| PHP | https://github.com/ProcessMaker/pmio-sdk-php |
| JavaScript | https://github.com/ProcessMaker/pmio-sdk-javascript |
| Java | https://github.com/ProcessMaker/pmio-sdk-java |
- Kin Lane - kin@apievangelist.com