Integrations
Connect Code Contract to your systems: API, webhooks and external storage.
- Do you actually need an integration?Start hereThe question worth asking before calling in a developer.
- Integrating without programmingStart hereManual export and import, done properly, solves more cases than people think and depends on nobody.
- Letting your system find out by itselfGoing furtherReceiving a notification when something happens, instead of polling every five minutes.
- Keeping two systems in syncGoing furtherWhich one wins when both hold the same value and they disagree.
- What to ask your IT team before integratingGoing furtherFive questions that save three months of meetings and an integration nobody uses.
- Getting your data out for another systemGoing furtherFor a report, for your ERP, or to leave. What can be taken out and in what form.
- Sending from your own domainGoing furtherSo emails go out as yours, not from a platform the recipient has never heard of.
- Mirroring documents to your own folderGoing furtherAlso having in SharePoint or Drive what comes in here, without ending up with two archives that disagree.
- When you change ERP or providerGoing furtherWhat breaks without warning the day another system changes, and in what order to check it.
- When whoever built the integration leavesGoing furtherIt does not break: it keeps running. The problem is that nobody knows what it does or dares switch it off.
- Testing an integration without messing up real dataGoing furtherWhat you test with real data really goes out: notices, emails and records you then have to explain.
- When your own system gets updatedGoing furtherYou do not change programs: it just gets updated. And the integration keeps working, which is exactly what makes it dangerous.
- Connecting it to your systemsGoing furtherThe three ways to connect, and which to pick for what you need.
- Access keys: how not to get it wrongGoing furtherOne per integration, out of the code, and rotated before you have to.
- Making it look like you, not usGoing furtherAn email that looks like yours gets opened; one that looks like a tool does not.
- When the integration stops workingAdvancedHow to find out before the user does, and what to check first.
- What data leaves when you integrateAdvancedAn integration opens a door. Worth knowing what fits through before opening it.
- The twenty events it can notify your system aboutAdvancedThe complete catalogue of what can trigger something on your side.
- Connecting the platform to your own assistantAdvancedLetting an AI assistant of yours query and act on your cases.
- Connecting the platform to your systemsAPI, webhooks and external storage: what to choose depending on what you automate.