Back to Integrations
integrationHTTP Request node
integrationMicrosoft SharePoint node

HTTP Request and Microsoft SharePoint integration

Save yourself the work of writing custom integrations for HTTP Request and Microsoft SharePoint and use n8n instead. Build adaptable and scalable Development, and Core Nodes workflows that work with your technology stack. All within a building experience you will love.

How to connect HTTP Request and Microsoft SharePoint

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

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.

HTTP Request and Microsoft SharePoint integration: Create a new workflow and add the first step

Step 2: Add and configure HTTP Request and Microsoft SharePoint nodes

You can find HTTP Request and Microsoft SharePoint in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure HTTP Request and Microsoft SharePoint nodes one by one: input data on the left, parameters in the middle, and output data on the right.

HTTP Request and Microsoft SharePoint integration: Add and configure HTTP Request and Microsoft SharePoint nodes

Step 3: Connect HTTP Request and Microsoft SharePoint

A connection establishes a link between HTTP Request and Microsoft SharePoint (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

HTTP Request and Microsoft SharePoint integration: Connect HTTP Request and Microsoft SharePoint

Step 4: Customize and extend your HTTP Request and Microsoft SharePoint integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect HTTP Request and Microsoft SharePoint with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

HTTP Request and Microsoft SharePoint integration: Customize and extend your HTTP Request and Microsoft SharePoint integration

Step 5: Test and activate your HTTP Request and Microsoft SharePoint workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from HTTP Request to Microsoft SharePoint or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

HTTP Request and Microsoft SharePoint integration: Test and activate your HTTP Request and Microsoft SharePoint workflow

Track top social media trends with Reddit, Twitter, and GPT-4o to SP/Drive

Who’s it for
Content creators, marketers, journalists, and product teams who need a quick, automated snapshot of what the internet is talking about—served as a ready-to-use spreadsheet every morning.

How it works / What it does
Manual Trigger / Cron starts the flow.
Set Config picks today’s date and a topic keyword (default “Artificial Intelligence”).
API calls gather trend data:
• Reddit API → /r/artificial “hot” posts.
• Twitter (X) Trends via our own plemeo endpoint or any other social API.
(Add additional sources before the Merge Data node—Instagram, YouTube, TikTok, etc.)
Aggregate Content concatenates raw titles; AI Agent (GPT-4o) analyses them and returns the top 5 trends in JSON.
Prepare Excel formats each trend into rows; Create Excel turns them into an .xlsx file.
Upload the file to SharePoint (swap for Google Drive, Dropbox, S3—just replace the node).

How to set up
Import the template into n8n (cloud or self-hosted).
Create credentials: Reddit OAuth2, OpenAI, and your preferred storage (SharePoint, Drive, etc.).
In Set Config choose your default topic; adjust the cron schedule if required.
If you’re using Google Drive/Dropbox: delete the SharePoint node and add the corresponding upload node instead.
(Optional) Add more APIs—duplicate Merge Data inputs and map their results in Aggregate Content.
Save & activate. A spreadsheet called social-media-trends.xls appears in your target folder each run.

Requirements
n8n 1.33 +
Reddit app (OAuth2)
OpenAI account
One storage credential: SharePoint, Google Drive, Dropbox, or any other supported provider

How to customize
Change the number of trends: edit the limit in Aggregate Content and the prompt in AI Agent.
Want CSV instead of Excel? Swap Create Excel for Spreadsheet File → to File (CSV).
Push trends to Slack/Teams: branch after Prepare Excel and add a chat node.
Fully serverless? Trigger via webhook instead of manual/cron.

Nodes used in this workflow

Popular HTTP Request and Microsoft SharePoint workflows

Track Top Social Media Trends with Reddit, Twitter, and GPT-4o to SP/Drive

Who’s it for Content creators, marketers, journalists, and product teams who need a quick, automated snapshot of what the internet is talking about—served as a ready-to-use spreadsheet every morning. How it works / What it does Manual Trigger / Cron starts the flow. Set Config picks today’s date and a topic keyword (default “Artificial Intelligence”). API calls gather trend data: • Reddit API → /r/artificial “hot” posts. • Twitter (X) Trends via our own plemeo endpoint or any other social API. (Add additional sources before the Merge Data node—Instagram, YouTube, TikTok, etc.) Aggregate Content concatenates raw titles; AI Agent (GPT-4o) analyses them and returns the top 5 trends in JSON. Prepare Excel formats each trend into rows; Create Excel turns them into an .xlsx file. Upload the file to SharePoint (swap for Google Drive, Dropbox, S3—just replace the node). How to set up Import the template into n8n (cloud or self-hosted). Create credentials: Reddit OAuth2, OpenAI, and your preferred storage (SharePoint, Drive, etc.). In Set Config choose your default topic; adjust the cron schedule if required. If you’re using Google Drive/Dropbox: delete the SharePoint node and add the corresponding upload node instead. (Optional) Add more APIs—duplicate Merge Data inputs and map their results in Aggregate Content. Save & activate. A spreadsheet called social-media-trends.xls appears in your target folder each run. Requirements n8n 1.33 + Reddit app (OAuth2) OpenAI account One storage credential: SharePoint, Google Drive, Dropbox, or any other supported provider How to customize Change the number of trends: edit the limit in Aggregate Content and the prompt in AI Agent. Want CSV instead of Excel? Swap Create Excel for Spreadsheet File → to File (CSV). Push trends to Slack/Teams: branch after Prepare Excel and add a chat node. Fully serverless? Trigger via webhook instead of manual/cron.

Auto-Generate SEO Content from Trends with GPT-4o, FAL AI & Multi-Storage

Who's it for Content creators, SEO specialists, and marketing teams who want to automatically generate SEO-optimized content based on trending topics—complete with AI-generated images, optional videos, and ready-to-publish HTML. How it works / What it does Webhook receives a request with use case and video preferences. Get Trends XLSX downloads a spreadsheet (created by the Social Media Trends workflow) from SharePoint. Select Topic from Trends randomly picks one trending topic from the spreadsheet. AI Agent (GPT-4o) generates bilingual newsletter content about the selected trend. Get Newsletter Template fetches your HTML template; Build Newsletter injects the AI content. Optional creative assets: • Pollinations AI → generates a 1080 × 1350 image. • FAL AI → creates video from the image + Lyria2 audio → merged via FFmpeg. Gmail Approval sends the draft for review; continues only on approval. Upload all files (HTML + JPG + video URL) to your chosen storage provider. How to set up Import the template into n8n (cloud or self-hosted). Create credentials: OpenAI, Microsoft 365 (SharePoint), Gmail, and FAL AI. Upload your HTML newsletter template to SharePoint (see yellow sticky note for required placeholders). Ensure you have a trends spreadsheet (from the Social Media Trends workflow) in your SharePoint folder. Update Configuration Settings with your ENV_* variables. Activate the workflow and POST to the webhook: { "text": "usecase: blog post, include_video: true" }. Requirements n8n 1.33 + OpenAI account Microsoft 365 tenant (SharePoint) Gmail account FAL AI API Key (for video generation) A trends spreadsheet (from the Social Media Trends workflow) How to customize Change storage provider: replace SharePoint upload nodes with Google Drive, Dropbox, or S3. Modify topic selection: edit Select Topic from Trends for different selection logic. Adjust content tone: tweak the prompt in Prepare Newsletter Data. Skip video generation: set include_video: false in the webhook request.
+3

Bilingual Newsletters with GPT-4o, AI Images & Videos for HubSpot & SP

Who’s it for Marketing, growth, and automation teams that need to ship polished bilingual newsletters—complete with images, optional video, and multi-channel distribution—without writing a line of code. How it works / What it does A Webhook receives a plain-language request (e.g. “Create a newsletter about XYZ and store it in SharePoint”). The Webhook can be changed to another trigger, fr example Manual Trigger. An AI Agent (OpenAI GPT-4o) drafts German & English newsletter copy following a strict JSON schema. SharePoint fetches an HTML template; a Code node injects AI copy into the placeholders. Optional creative assets: Pollinations AI → image (resolution check & frame overlay) FAL AI → short video + Lyria2 audio → merged via FFmpeg API A Gmail Approval step sends the draft to an approver; the flow continues only on “Approve”. Depending on user intent the workflow: Emails the newsletter to HubSpot contacts, and/or Saves HTML (+ JPG/Video URL) to a SharePoint library. How to set up Import the template Open the yellow sticky note and follow the checklist Create credentials for OpenAI, HubSpot (App Token), Microsoft 365, Gmail, and FAL AI. Enter them in n8n Credential Manager (never in the HTTP node). Edit the Configuration Settings Set node with your ENV_* variables. Activate the workflow, copy the production Webhook URL, and trigger it with JSON body { "text": "…" } or with a desired trigger. Requirements OpenAI account Microsoft 365 tenant (SharePoint & Outlook) HubSpot App Token FAL AI API Key (video & audio generation) How to customize Want a different language? Tweak the AI prompt inside AI Agent. Want a different storage provider? Change the SharePoint nodes to Google Drive or Dropbox. Skip video generation: set include_video to false in the incoming prompt. Change the distribution logic by adjusting the WF Result Switch node. Add more channels (e.g. Slack) by inserting additional branches after the Switch and modifying the intent determination at the beginning of the workflow.

Auto-like Tweets from Selected Profiles with Phantombuster & SharePoint AI Rotation

Who’s it for Growth hackers, community builders, and marketers who want to keep their Twitter (X) accounts active by liking posts from selected profiles automatically. How it works / What it does Schedule Trigger fires hourly. Profile Post Extractor fetches up to 20 tweets for each profile in your CSV. Select Cookie rotates Twitter session-cookies. Get Random Post checks against twitter_posts_already_liked.csv. Builds twitter_posts_to_like.csv, uploads to SharePoint. Phantombuster Autolike Agent likes the tweet. Logs the liked URL to avoid duplicates. How to set up Add Phantombuster + SharePoint credentials. In SharePoint “Phantombuster” folder: • twitter_session_cookies.txt • twitter_posts_already_liked.csv (header postUrl) • profiles_twitter.csv (list of profiles). Profile CSV format Your profiles_twitter.csv must contain a header profileUrl and direct links to the Twitter profiles. Example: profileUrl https://twitter.com/elonmusk https://twitter.com/openai

Automated Instagram Commenting on Selected Profiles with GPT-4o and Phantombuster

Who’s it for Influencers and social-media teams who want to comment automatically on posts from selected Instagram profiles—scaling engagement while staying within platform limits. How it works / What it does Schedule Trigger runs every 2 h. Profile Post Extractor fetches up to 20 posts per profile from your CSV. Select Cookie rotates Instagram session-cookies. Get Random Post selects one. Create Comment (GPT-4o) writes ≤150-character reply in your chosen language. Builds instagram_post_to_comment.csv, uploads to SharePoint. Phantombuster Autocomment Agent posts it. Logged in instagram_posts_already_commented.csv to prevent repeats. How to set up Same as the auto-liker, but also add instagram_posts_already_commented.csv (header postUrl). Define tracked profiles in profiles_instagram.csv. Configure comment prompt & language in Set ENV Variables. Profile CSV format Your profiles_instagram.csv must contain a header profileUrl and valid Instagram profile URLs. Example: profileUrl https://www.instagram.com/brand_account/ https://www.instagram.com/influencer123/

Auto-like Instagram posts from chosen profiles with Phantombuster + SharePoint

Who’s it for Social-media managers, growth hackers, and brands who want to keep their Instagram accounts active by auto-liking posts from specific profiles they track—without scrolling feeds manually. How it works / What it does Schedule Trigger runs every 2 h. Profile Post Extractor pulls up to 20 recent posts from each Instagram profile in your CSV. Select Cookie rotates Instagram session-cookies. Get Random Post picks one and checks against instagram_posts_already_liked.csv. Builds instagram_posts_to_like.csv, uploads to SharePoint. Phantombuster Autolike Agent likes the post. Liked URLs are appended to prevent duplicates. Wait nodes throttle activity (~12 likes/profile/day). How to set up Add credentials: Phantombuster API, SharePoint OAuth2. In SharePoint › “Phantombuster” folder create: • instagram_session_cookies.txt (one per line). • instagram_posts_already_liked.csv (header postUrl). • profiles_instagram.csv with profile URLs. Adjust schedule if needed. Activate the workflow—likes will run automatically. Requirements n8n 1.33+ Phantombuster Growth plan Microsoft 365 SharePoint tenant How to customize Add/remove tracked profiles in profiles_instagram.csv. Adjust throttle by changing Wait intervals. Swap SharePoint for Google Drive/Dropbox if needed.

Build your own HTTP Request and Microsoft SharePoint integration

Create custom HTTP Request and Microsoft SharePoint 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.

Microsoft SharePoint supported actions

Download
Download a file
Update
Update a file
Upload
Upload an existing file
Create
Create an item in an existing list
Create or Update
Create a new item, or update the current one if it already exists (upsert)
Delete
Delete an item from a list
Get
Retrieve an item from a list
Get Many
Get specific items in a list or list many items
Update
Update an item in an existing list
Get
Retrieve details of a single list
Get Many
Retrieve a list of lists
Use case

Save engineering resources

Reduce time spent on customer integrations, engineer faster POCs, keep your customer-specific functionality separate from product all without having to code.

Learn more

FAQs

  • Can HTTP Request connect with Microsoft SharePoint?

  • Can I use HTTP Request’s API with n8n?

  • Can I use Microsoft SharePoint’s API with n8n?

  • Is n8n secure for integrating HTTP Request and Microsoft SharePoint?

  • How to get started with HTTP Request and Microsoft SharePoint integration in n8n.io?

Need help setting up your HTTP Request and Microsoft SharePoint integration?

Discover our latest community's recommendations and join the discussions about HTTP Request and Microsoft SharePoint integration.
Moiz Contractor
theo
Jon
Dan Burykin
Tony

Looking to integrate HTTP Request and Microsoft SharePoint in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate HTTP Request with Microsoft SharePoint

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon