New Features
Pabbly Connect Webhook Integration
- Added native Pabbly Connect webhook integration inside NextCRM
- Connect your Pabbly webhook URL directly from NextCRM settings
- Instantly send contact activity and CRM events to external workflows
Webhook Trigger Events
Added support for 8 webhook trigger events:
- New Contact
- Update Contact
- Delete Contact
- Add Tag
- Remove Tag
- Add List
- Remove List
- Update Contact Status
REST API Key Manager
- Introduced a dedicated API key management system
- Create and manage multiple API keys from:
Settings → API Integration → Create & Manage - Assign custom names and manage API access status easily
Contact REST API Endpoints
Added new Contact API endpoints:
POST /v1/contact
Add or update contactsGET /v1/contact/[EMAIL]
Retrieve contact informationDELETE /v1/contact/delete/[EMAIL]
Remove contacts from CRM
Form REST API Endpoints
Added new Form API endpoints:
POST /v1/form/submit/[form_id]
Submit form data remotelyGET /v1/form/get/[form_id]
Retrieve form configuration and data
Improvements
- Improved webhook payload formatting and response handling
- Better nested JSON mapping support for external integrations
- Enhanced API authentication and validation handling
- Improved REST response consistency
- Better external application compatibility
Fixes
- Fixed webhook response mapping issues
- Fixed duplicate key handling during webhook processing
- Improved API data sanitization and validation
- Multiple stability and performance improvements