How it works
- A user pastes an Exante URL (e.g.
https://app.exante.com/invoices/abc-123) in a Slack message. - Slack detects the URL and sends a
link_sharedevent to the Exante app. - Exante fetches the entity details and responds with a formatted Block Kit preview.
- Slack renders the preview inline below the message.
Supported URLs
| URL pattern | Entity | Preview shows |
|---|---|---|
/invoices/:uid | Invoice | Invoice number, party name, amount, status, due date |
/documents/:uid | Document | Title, document type, status |
/parties/:uid | Party | Name, email |
/settings, /dashboard) are silently ignored — no error is shown.
Example
When an invoice URL is shared, the preview looks like this:Action buttons
Preview cards include a View button that opens the entity in the Exante web app. These are standard URL links, not interactive Slack actions.Interactive actions (e.g. “Send Reminder” directly from Slack) are planned for a future release.