Webhooks
Webhooks are one way that apps can send automated messages or information to other apps. You can use webhooks with services like Make or IFTTT to automate tasks.
Supported Events
Interlink supports the bookmark.created
event, which is triggered when a new link is manually added to Interlink (either from the app, the bookmarklet, or the browser extension). This event does not fire when multiple links are imported.
Set Up Endpoints
- Open Interlink and navigate to
More > Webhooks
- Tap on
Configure Webhooks
- You’ll be redirect to the
Endpoints
management page.
Here you can add endpoints, debug delivery, inspect and replay past webhooks.
Case Study
I set up a Make scenario that posts a link to Slack whenever I add a new unread link to Interlink. Here’s how I did it:
- Create a webhook in Make to trigger the scenario
- Add the New message action to the scenario
- Add the Make webhook URL to Interlink on the
Endpoints
management page