Ragic

Be your own data expert! Visit www.ragic.com to get started with your free database!

Go to site

Ragic API Integrations

Build and run workflows using the Ragic 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
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    ragic: {
      type: "app",
      app: "ragic",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.ragic.$auth.domain}.ragic.com/${this.ragic.$auth.database}`,
      headers: {
        "Authorization": `Basic ${this.ragic.$auth.api_key}`,
      },
    })
  },
})
Create Record with Ragic API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Ragic
 
Try it
Send Message (Advanced) with Discord Webhook API on New Created Record (Instant) from Ragic API
Ragic + Discord Webhook
 
Try it
Create Record with Ragic API on New Item in Feed from RSS API
RSS + Ragic
 
Try it
Create Record with Ragic API on New Submission from Typeform API
Typeform + Ragic
 
Try it
Create Record with Ragic API on Custom Events from Zoom API
Zoom + Ragic
 
Try it
New Created Record (Instant) from the Ragic API

Emit new event when a record is created. Instructions on creating webhooks here.

 
Try it
New Updated Record (Instant) from the Ragic API

Emit new event when a record is updated. Instructions on creating webhooks here.

 
Try it
Create Record with the Ragic API

Creates a record. See the docs.

 
Try it
Update Record with the Ragic API

Updates a record. See the docs.

 
Try it

Authentication

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

  • You can get your API Key on your Home menu on the top right then Personal Settings > Profile.
  • Your database is 12345678 if your Ragic URL is https://www.ragic.com/1234567
  • Your domain is abc if your Ragic URL is https://abc.ragic.com/12345678