🪝Webhooks
You can set up an Octolens Webhook to send mention notifications to other apps.
How to create a webhook
You can turn any view in your feed into a webhook notification, here's how:
Choose which view you want to send as a webhook
You can do this by clicking "Enable as notification" top right.

Or you can also hover over a view in the side bar, click the three dots, and select "Enable notification."
Toggle on webhook
Once you have chosen your view, you can select "Webhook" in Step 2: Destination and Frequency

Add in webhook URL & Choose desired frequency
Test your webhook to see if it works!
Example Payload
Here is an example of one of our webhook payloads. The action event can be either "mention_created" or "mention_updated".
{ "action": "mention_created", "data": { "title": "title", "body": "post body text.", "url": "https://posturl", "timestamp": "2024-12-04T13:55:32.000Z", "imageUrl": "imageurl", "author": "author", "authorProfileLink": "https://platform.com/author", "source": "platform", "sourceId": "111111111", "relevanceScore": "0", "relevanceComment": "User is suggesting a feature that could enhance Octolens.", "keyword": "Octolens", "sentimentLabel": "Neutral", "subreddit": "r/subreddit", -> only if reddit "viewId": "111", "viewName": "View name" } }
What are some example use cases for webhooks
Send Discord notifications for new (platform) mention
Automatically Add (platform) mentions to notion database
Add new (Platform) Mentions in Google Sheets
Automatically Add (Platform) Mentions to Airtable
Capture New (Platform) Mentions as HubSpot CRM Contacts
Create Asana Tasks from (Platform) Mentions
Turn (Platform) Mentions into ClickUp Tasks
Automatically Receive Email Alerts for New (Platform) Mentions
Automatically Create Intercom Tickets from (Platform) Mentions
Generate Monday.com Tasks from (Platform) Mentions
Create Linear Issue for new (platform) mention
Create New Leads in Pipedrive from (Platform) Mentions
Create New Salesforce Lead for new (platform) mention
Automatically Add (Platform) Mentions to Zoho CRM
Create Todoist Tasks Instantly from (Platform) Mentions
Create trello card for new (platform) mention
Send Microsoft Teams message for new (platform) mention
Last updated