v3.0.6 – API Integration & Incoming and Outgoing Webhook

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 contacts
  • GET /v1/contact/[EMAIL]
    Retrieve contact information
  • DELETE /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 remotely
  • GET /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