Automate Krisp with TypeScript
Pro planRead processed meetings, transcripts, notes, action items, and tags from Krisp Meeting Assistant. Upload recordings and follow their processing state from typed automations.
import { automation, markSignificant, onSchedule } from "automate.ax"
import { krisp } from "automate.ax/krisp"
export default automation("Review Krisp action items", () => {
onSchedule({ schedule: "0 9 * * 1-5" })
const openItems = krisp.listActionItems({ completed: false })
markSignificant(openItems)
})What you can do
Actions
- Read connected-user and workspace details
- List meetings, transcripts, notes, and participants
- List extracted action items and meeting tags
- Import recordings and inspect processing status
Triggers
No provider trigger is published for Krisp yet. Use another trigger, then call its actions.