Repuso

Review management solution that helps businesses monitor feedback received on various social media platforms including Facebook.

Go to site
Explore
/
Apps
/
Repuso

Repuso API Integrations

Build and run workflows using the Repuso API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Repuso API is a powerful and easy to use API that offers a wide range of content creation and management capabilities. With it, you can easily create, manage, and publish content for use in any application. From creating websites, blogs and other web content, to building applications for mobile and desktop, to creating multimedia presentations, Repuso API is a great tool for content creators of all kinds.

Here is a list of some of the things you can build with the Repuso API:

  • Websites: Create dynamic websites, blogs, and other web content with ease.
  • Applications: Build applications for iOS, Android, Windows, and other platforms.
  • Multimedia Presentations: Create stunning multimedia presentations with dynamic visuals, audio and video.
  • Content Management: Manage and publish content with great control.
  • Google Analytics Integration: Track and analyze your content with ease.
  • Social Media Integration: Integrate with popular social networks like Twitter, Facebook and more.
  • ECommerce Platforms: Create eCommerce websites with great scalability.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    repuso: {
      type: "app",
      app: "repuso",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.repuso.com/public/v1/users/get`,
      headers: {
        Authorization: `Bearer ${this.repuso.$auth.api_key}`,
      },
    })
  },
})
Add Invite Request with Repuso API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Repuso
 
Try it
Add Invite Request with Repuso API on New Item in Feed from RSS API
RSS + Repuso
 
Try it
Add Invite Request with Repuso API on New Message in Channel from Discord Bot API
Discord Bot + Repuso
 
Try it
Add Invite Request with Repuso API on New Submission from Typeform API
Typeform + Repuso
 
Try it
Add Invite Request with Repuso API on Custom Events from Zoom API
Zoom + Repuso
 
Try it
Add Invite Request with the Repuso API

Add an invite request See docs here

 
Try it

Authentication

Repuso uses API keys for authentication. When you connect your Repuso account, Pipedream securely stores the keys so you can easily authenticate to Repuso APIs in both code and no-code steps.

To retrieve your API key,

  • Navigate to your Repuso account and sign in
  • Go to “Integrations” > “Add integration” > “Resftul API”