Integrations
Introduction
Integrate CodeQR with your favorite tools and services.
Integrations allow you to extend the capabilities of CodeQR and seamlessly connect with third-party platforms and services. By leveraging these integrations, you can enhance your workflows, automate tasks, connect with your favorite tools, and more.
Official integrations
These are the integrations that are officially supported and actively maintained by CodeQR.
Building your own integrations
You can build your own integrations with CodeQR’s infrastructure for both links and QR Codes using our API.
- Read the documentation on how to create links or create QR Codes.
- Learn how to integrate CodeQR into your application.
- Reach out to us to feature your integration in the integrations marketplace.
Integration webhooks
CodeQR also supports webhooks for integrations. You can use these webhooks to track events for both links and QR Codes. Learn more in the webhooks documentation.
Here’s a list of the webhooks that CodeQR supports:
link.created
– when a new link is createdlink.updated
– when a link is updatedlink.deleted
– when a link is deletedlink.clicked
– when a link is clickedqrcode.created
– when a new QR Code is createdqrcode.updated
– when a QR Code is updatedqrcode.deleted
– when a QR Code is deletedqrcode.scanned
– when a QR Code is scannedlead.created
– when a new lead is createdsale.created
– when a new sale is created