How to Connect Integrations
Linking Delivami with your favorite tools via Webhooks and APIs.
Managing Integrations
Delivami allows you to connect with external tools (like Slack, Zapier, or your own backend) to automate your workflow.
- Navigate to Developers in the Delivami App.
- Here you can manage two types of integrations:
API Keys
You can generate API Keys to programmatically create projects, upload files, and draft invoices from your own software. Treat these keys like passwords and never expose them in client-side code.
Webhooks
Webhooks allow Delivami to notify your external systems when events occur.
- Click New Endpoint.
- Enter your destination URL.
- Select the events you want to listen to (e.g.,
invoice.paid,delivery.viewed,approval.completed).
By connecting these integrations, you can automatically send a Slack message to your team when a client pays a massive invoice, or trigger a Zapier automation to send a thank-you email when a project is approved.
