All available methods in the Fathom SDKs
Method | TypeScript | Python | Description |
---|---|---|---|
listMeetings() | ✅ | list_meetings() | List meetings with filtering and pagination |
listTeams() | ✅ | list_teams() | List teams accessible to the user |
listTeamMembers() | ✅ | list_team_members() | List members of a specific team |
createWebhook() | ✅ | create_webhook() | Create webhook for real-time notifications |
deleteWebhook() | ✅ | delete_webhook() | Delete an existing webhook |