In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.
Create custom Kaggle and Microsoft Teams Admin workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.
List competitions
List available competitions
List competition files
List competition files
Download competition files
Download competition files
Submit to a competition
Make a new competition submission
List competition submissions
Show your competition submissions
List datasets
List available datasets.
List files
List dataset files.
Download dataset files
Download dataset files.
Create dataset
Create a new dataset after initializing metadata.
Create dataset version
Create a new version of an existing dataset with version notes.
Download metadata
Download metadata for an existing dataset using its URL suffix.
Get dataset creation status
Get the status of the dataset creation process using its URL suffix.
List kernels
List available kernels based on specified filters.
Initialize kernel metadata
Initialize metadata for a new kernel setup.
Push code to kernel
Push new code to a kernel and execute it.
Pull code from kernel
Pull down the latest code from a kernel.
Get kernel output
Retrieve data output from the latest run of a kernel.
Get kernel run status
Display the status of the latest kernel run.
Get model
Retrieve a specific model using its URL suffix.
List models
Get a list of models with optional sorting and filtering.
Initialize model metadata
Create a metadata file for a new model.
Create model
Create a new model with specified metadata.
Delete model
Delete a model using its URL suffix.
Update model
Update a model by fetching its metadata file first.
Get model instance
Retrieve a model instance using its URL suffix.
Initialize model instance
Initialize a metadata file for creating a model instance.
Create model instance
Create a new model instance after initializing metadata file.
Delete model instance
Delete a model instance using its URL suffix.
Update model instance
Update a model instance after fetching its metadata file.
Create model version
Create a new version for a model instance.
Download model instance version
Download a model instance version using its specific URL suffix.
Delete model instance
Delete a model instance version using its specific URL suffix.
View current config values
View the current configuration values set in the system.
Set a configuration value
Set a new value for a specific configuration parameter.
Clear a configuration value
Clear an existing configuration value by name.
To set up Kaggle integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Kaggle to query the data you need using the API endpoint URLs you provide.
These API endpoints were generated using n8n
n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the Kaggle official documentation to get a full list of all API endpoints and verify the scraped ones!
Create team
Allows you to create a new team in Microsoft Teams.
List teams
Retrieves a list of all teams that the user is a member of.
Remove member
Remove a member from a team.
Update team
Update the properties of a team.
Create channel
Allows you to create a new channel in an existing team.
Send chatMessage
Allows you to send a chat message to a chat thread.
Create workforce integration
Allows you to create an integration for workforce management.
Create workforceIntegration
Creates a new workforce integration.
Create teamworkTag
Allows you to create a new teamwork tag.
Create onlineMeeting
Allows you to create a new online meeting.
Create onlineMeeting
Creates a new online meeting.
Create online meeting
Creates a new online meeting.
Get online meeting
Retrieves the details of a specific online meeting.
Update online meeting
Updates the properties of an existing online meeting.
Delete online meeting
Deletes a specific online meeting.
Create or get online meeting
Creates a new online meeting or retrieves an existing one.
List online meeting transcripts
Lists the transcripts associated with an online meeting.
List online meeting recordings
Lists the recordings associated with an online meeting.
Create onlineMeeting
Create an online meeting on behalf of a user.
Create onlineMeeting
Create an online meeting on behalf of a user.
Create online meeting
Creates an online meeting for a user using a token.
Get onlineMeeting by meeting ID
Retrieve an online meeting using meeting ID with delegated and app permission.
Get onlineMeeting by user ID
Retrieve an online meeting using meeting ID with delegated and app permission.
Get onlineMeeting by videoTeleconferenceId
Retrieve an online meeting using videoTeleconferenceId with app permission.
Get onlineMeeting by joinWebUrl
Retrieve an online meeting using joinWebUrl with delegated and app permission.
Get onlineMeeting by user ID using joinWebUrl
Retrieve an online meeting using joinWebUrl with delegated and app permission.
Get onlineMeeting by joinMeetingId
Retrieve an online meeting using joinMeetingId with delegated and app permission.
Get onlineMeeting by user ID using joinMeetingId
Retrieve an online meeting using joinMeetingId with delegated and app permission.
Get attendee report by meeting ID (deprecated)
Retrieve the attendee report of a Teams live event using meeting ID with delegated and app permission.
Get attendee report by user ID (deprecated)
Retrieve the attendee report of a Teams live event using meeting ID with delegated and app permission.
Get online meetings
Retrieve a list of online meetings based on specified filters.
Retrieve online meeting
You can retrieve meeting information via meeting ID with either a user or application token.
Get online meeting
Retrieves an online meeting by its ID.
List online meetings
Lists online meetings for the logged-in user based on the JoinWebUrl filter.
List online meetings
Retrieve a collection of online meetings for a user.
Retrieve online meeting
Retrieve meeting information using the joinMeetingId.
List online meetings
Retrieve a list of online meetings for a user with a specific filter.
Get attendee report
Retrieves the attendee report for a specified online meeting.
Create schedule
Creates a new schedule within the scheduling groups.
Create shift
Creates a new shift within the schedule.
Create timeOff
Creates a new time off entry.
List learningProviders
Retrieves a list of learning providers.
List learningContents
Retrieves a list of learning contents for a specific provider.
Get user profile
Retrieve the profile of a user.
Get user manager
Get the profile information for a user's manager.
Get user direct reports
Retrieve the IDs of a user's direct reports.
Set automatic replies
Set automatic replies when a user is away from the office.
Get relevant people
Get the people who are most relevant to a user.
List user's OneDrive files
Access a user's files on OneDrive.
Get user calendar
Access a user's calendar on Exchange Online.
Find meeting times
Determine the best time to meet with a user's team.
Subscribe to calendar changes
Subscribe to and track changes in a user's calendar.
Track event changes
Tell the user when they're spending more than 80% of their time in meetings.
List user tasks
Find the tasks assigned to a user in Planner.
Start a new conversation
Start a new conversation in the Microsoft 365 group.
Get default notebook
Get the default notebook for the group.
Create page
Create a page in the default notebook.
Create online meeting
Creates a new online meeting.
Get online meeting
Retrieves the details of an online meeting.
Update online meeting
Updates the properties of an online meeting.
Delete online meeting
Deletes an online meeting.
Create or get online meeting
Creates or retrieves an online meeting.
List transcripts of online meeting
Lists all transcripts for an online meeting.
List recordings of online meeting
Lists all recordings for an online meeting.
Get onlineMeeting
Retrieve the properties and relationships of an onlineMeeting object.
To set up Microsoft Teams Admin integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Microsoft Teams Admin to query the data you need using the API endpoint URLs you provide.
These API endpoints were generated using n8n
n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the Microsoft Teams Admin official documentation to get a full list of all API endpoints and verify the scraped ones!
The world's most popular workflow automation platform for technical teams including
Build complex workflows, really fast