You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/ashby.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ With Ashby, you can:
22
22
-**List and view jobs**: Browse all open, closed, and archived job postings with location and department info
23
23
-**List applications**: View all applications across your organization with candidate and job details, status tracking, and pagination
24
24
25
+
The Ashby block also supports **webhook triggers** that automatically start workflows in response to Ashby events. Available triggers include Application Submitted, Candidate Stage Change, Candidate Hired, Candidate Deleted, Job Created, and Offer Created. Webhooks are fully managed — Sim automatically creates the webhook in Ashby when you save the trigger and deletes it when you remove it, so there's no manual webhook configuration needed. Just provide your Ashby API key (with `apiKeysWrite` permission) and select the event type.
26
+
25
27
In Sim, the Ashby integration enables your agents to programmatically manage your recruiting pipeline. Agents can search for candidates, create new candidate records, add notes after interviews, and monitor applications across jobs. This allows you to automate recruiting workflows like candidate intake, interview follow-ups, pipeline reporting, and cross-referencing candidates across roles.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/evernote.mdx
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,21 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
10
10
color="#E0E0E0"
11
11
/>
12
12
13
+
{/* MANUAL-CONTENT-START:intro */}
14
+
[Evernote](https://evernote.com/) is a note-taking and organization platform that helps individuals and teams capture ideas, manage projects, and store information across devices. With notebooks, tags, and powerful search, Evernote serves as a central hub for knowledge management.
15
+
16
+
With the Sim Evernote integration, you can:
17
+
18
+
-**Create and update notes**: Programmatically create new notes with content and tags, or update existing notes in any notebook.
19
+
-**Search and retrieve notes**: Use Evernote's search grammar to find notes by keyword, tag, notebook, or other criteria, and retrieve full note content.
20
+
-**Organize with notebooks and tags**: Create notebooks and tags, list existing ones, and move or copy notes between notebooks.
21
+
-**Delete and manage notes**: Move notes to trash or copy them to different notebooks as part of automated workflows.
22
+
23
+
**How it works in Sim:**
24
+
Add an Evernote block to your workflow and select an operation (e.g., create note, search notes, list notebooks). Provide your Evernote developer token and any required parameters. The block calls the Evernote API and returns structured data you can pass to downstream blocks — for example, searching for meeting notes and sending summaries to Slack, or creating notes from AI-generated content.
25
+
{/* MANUAL-CONTENT-END */}
26
+
27
+
13
28
## Usage Instructions
14
29
15
30
Integrate with Evernote to manage notes, notebooks, and tags. Create, read, update, copy, search, and delete notes. Create and list notebooks and tags.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/fathom.mdx
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,21 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
10
10
color="#181C1E"
11
11
/>
12
12
13
+
{/* MANUAL-CONTENT-START:intro */}
14
+
[Fathom](https://fathom.video/) is an AI meeting assistant that automatically records, transcribes, and summarizes your video calls. It works across platforms like Zoom, Google Meet, and Microsoft Teams, generating highlights and action items so your team can stay focused during meetings and catch up quickly afterward.
15
+
16
+
With the Sim Fathom integration, you can:
17
+
18
+
-**List and filter meetings**: Retrieve recent meetings recorded by you or shared with your team, with optional filters by date range, recorder, or team.
19
+
-**Get meeting summaries**: Pull structured, markdown-formatted summaries for any recorded meeting to quickly review key discussion points.
20
+
-**Access full transcripts**: Retrieve complete transcripts with speaker attribution and timestamps for detailed review or downstream processing.
21
+
-**Manage teams and members**: List teams in your Fathom organization and view team member details to coordinate meeting workflows.
22
+
23
+
**How it works in Sim:**
24
+
Add a Fathom block to your workflow and select an operation. Provide your Fathom API key and any required parameters (such as a recording ID for summaries and transcripts). The block calls the Fathom API and returns structured data you can pass to downstream blocks — for example, sending a summary to Slack or extracting action items with an AI agent.
25
+
{/* MANUAL-CONTENT-END */}
26
+
27
+
13
28
## Usage Instructions
14
29
15
30
Integrate Fathom AI Notetaker into your workflow. List meetings, get transcripts and summaries, and manage team members and teams. Can also trigger workflows when new meeting content is ready.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/obsidian.mdx
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,22 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
10
10
color="#0F0F0F"
11
11
/>
12
12
13
+
{/* MANUAL-CONTENT-START:intro */}
14
+
[Obsidian](https://obsidian.md/) is a powerful knowledge base and note-taking application that works on top of a local folder of plain-text Markdown files. With features like bidirectional linking, graph views, and a rich plugin ecosystem, Obsidian is widely used for personal knowledge management, research, and documentation.
15
+
16
+
With the Sim Obsidian integration, you can:
17
+
18
+
-**Read and create notes**: Retrieve note content from your vault or create new notes programmatically as part of automated workflows.
19
+
-**Update and patch notes**: Modify existing notes in full or patch content at specific locations within a note.
20
+
-**Search your vault**: Find notes by keyword or content across your entire Obsidian vault.
21
+
-**Manage periodic notes**: Access and create daily or other periodic notes for journaling and task tracking.
22
+
-**Execute commands**: Trigger Obsidian commands remotely to automate vault operations.
23
+
24
+
**How it works in Sim:**
25
+
Add an Obsidian block to your workflow and select an operation. This integration requires the [Obsidian Local REST API](https://github.com/coddingtonbear/obsidian-local-rest-api) plugin to be installed and running in your vault. Provide your API key and vault URL, along with any required parameters. The block communicates with your local Obsidian instance and returns structured data you can pass to downstream blocks — for example, searching your vault for research notes and feeding them into an AI agent for summarization.
26
+
{/* MANUAL-CONTENT-END */}
27
+
28
+
13
29
## Usage Instructions
14
30
15
31
Read, create, update, search, and delete notes in your Obsidian vault. Manage periodic notes, execute commands, and patch content at specific locations. Requires the Obsidian Local REST API plugin.
0 commit comments