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 Gravity Forms 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.
Send notification
This endpoint is used to send notifications for an entry.
Send notification
This endpoint is used to send notifications for an entry.
Create entry
Submit a new entry to the form.
Update entry
Update an existing entry by ID.
Update entry
Update an existing entry in Gravity Forms.
Create entry
This endpoint allows you to create a new entry in the system.
Create entry
Creates a new entry in Gravity Forms.
Get entries
Retrieves entries from Gravity Forms.
Create entry
This endpoint is used to create a single entry.
Get feeds
Retrieve a list of all feeds.
Get specific feed
Retrieve details of a specific feed by ID.
Get feeds
Retrieve a list of feeds.
Update feed
Update an existing feed.
List feeds
Retrieve all active feeds for all forms.
Get specific feed
Retrieve a specific feed by its ID.
List feeds for a specific form
Retrieve all feeds for a specific form by its ID.
List feeds
Get specific active feeds for a specific form.
List feeds
Get all active Mailchimp feeds for a specific form.
Create feed
Add a new feed for the forms.
Create feed for a specific form
Add a feed for a specific form.
Update feed
Update the entire feed using its ID.
Update feed properties
Updates specific properties of a given feed.
Delete feed
Deletes a specific feed identified by its ID.
Manage add-on feeds
Manage the add-on feeds in Gravity Forms.
Get feeds for a specific form
Retrieve all feeds for a specific form by form ID.
Create form
Create a new form in Gravity Forms.
Update form
Update an existing form in Gravity Forms.
Create form
This endpoint allows you to create a new form in the system.
Get form results
Gets aggregate results for a form with specific ID.
Create form
Creates a new form in Gravity Forms.
Submit form
Submits a form using the REST API.
Validate form
Validates a form using the REST API.
Get form field filters
Retrieves form field filters using the REST API.
Get form
Retrieve details of a specific form by form ID.
List forms
Get a list of all forms.
Get form
Retrieve form details or a list of all forms.
Get form
Retrieve specific form details by form ID.
Send notification
Send a notification from Gravity Forms.
Send notification
Sends notifications using the REST API.
Manage add-on feeds
Manages add-on feeds using the REST API.
To set up Gravity Forms 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 Gravity Forms 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 Gravity Forms 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