Skip to main content
Cinode Webhooks

Automate Your Integrations

Magnus Burton avatar
Written by Magnus Burton
Updated over a week ago

Webhooks are automated messages sent from Cinode whenever specific events occur. They allow you to integrate Cinode with external services seamlessly.

Key features

Cinode’s webhook implementation follows an auditing setup, which includes:

  • A detailed payload containing the relevant object.

  • Metadata about the event and the triggered action.

Note: Webhooks are currently a beta feature. They must be enabled by our Customer Success team. Please be aware that breaking changes may occur as the feature evolves.

Use cases

  • Sync Data with CRM Platforms: Keep customer or project data in Cinode aligned with your CRM.

  • Real-Time Notifications: Notify team members of changes, such as a project being marked as "Won" or a pipeline stage update, via Slack, Teams, or similar platforms.

  • ERP Integration: Trigger ERP processes when a project is won.

We encourage your team and developers to build and maintain the integrations to suit your specific needs. If required, Cinode can assist with building integrations at an additional cost. Please contact our support team for more details.


Getting started

  1. Enable Webhooks: Contact your Customer Success representative or support team to enable the webhook functionality in your Cinode account.

  2. Set Up a Webhook

    1. Go to Administration > Integrations > Webhooks.

    2. Click Add your first webhook.

  3. Configure the Webhook

    1. Choose the actions and objects to trigger the webhook:

      1. All

      2. Created

      3. Updated

      4. Deleted

    2. Enter your Endpoint URL and, if required, HTTP Authentication credentials. Leave these fields empty if not needed.

  4. Activate the Webhook: After creating the webhook, enable it to make it live.

  5. Edit Existing Webhooks: Click the three dots next to the webhook you wish to modify.


Expand your integration options

  • Use the Cinode REST API to create more complex workflows.

  • Integrate with third-party services such as Zapier for additional automation possibilities.

If you need more information or assistance, don’t hesitate to contact our support team or your Customer Success representative.

Did this answer your question?