Uchat

Collect leads, Drive sales & engaged prospects through Facebook Messenger, Whatsapp, Google Business Messenger, SMS, Voice, Slack, Telegram, Wechat, etc

Go to site

Uchat API Integrations

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    uchat: {
      type: "app",
      app: "uchat",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.uchat.com.au/api/me`,
      headers: {
        Authorization: `Bearer ${this.uchat.$auth.api_key}`,
        "accept": `application/json`,
      },
    })
  },
})

Authentication

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

To retrieve your API key,

  • Navigate to your Uchat account, sign in
  • Go to “Your Settings” > “API Keys”