What do you want to automate

with Clio - Canada and Shadertoy?

Prompt, edit and deploy AI agents that connect to Clio - Canada, Shadertoy and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Access Shader Assets with Shadertoy API on New Activity (Instant) from Clio - Canada API
Clio - Canada + Shadertoy
 
Try it
Access Shader Assets with Shadertoy API on New Document (Instant) from Clio - Canada API
Clio - Canada + Shadertoy
 
Try it
Get Shader with Shadertoy API on New Activity (Instant) from Clio - Canada API
Clio - Canada + Shadertoy
 
Try it
Get Shader with Shadertoy API on New Document (Instant) from Clio - Canada API
Clio - Canada + Shadertoy
 
Try it
List Shaders with Shadertoy API on New Activity (Instant) from Clio - Canada API
Clio - Canada + Shadertoy
 
Try it
Bill State Updated (Instant) from the Clio - Canada API

Emit new event when the state of a bill has changed in Clio. See the documentation

 
Try it
New Activity (Instant) from the Clio - Canada API

Emit new event when a new activity is created in Clio. See the documentation

 
Try it
New Document (Instant) from the Clio - Canada API

Emit new event when a new document is created. See the documentation

 
Try it
Access Shader Assets with the Shadertoy API

Accesses an asset from source. See the documentation

 
Try it
Create New Matter with the Clio - Canada API

Creates a new matter in Clio. See the documentation

 
Try it
Get Shader with the Shadertoy API

Returns a specific shader based on an ID. See the documentation

 
Try it
Create New Task with the Clio - Canada API

Creates a new task in Clio. See the documentation

 
Try it
List Shaders with the Shadertoy API

Returns a list of all shaders. See the documentation

 
Try it
Integrate the Clio - Canada API with the Shadertoy API
Setup the Clio - Canada API trigger to run a workflow which integrates with the Shadertoy API. Pipedream's integration platform allows you to integrate Clio - Canada and Shadertoy remarkably fast. Free for developers.

Connect Clio - Canada

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: {
    clio_canada: {
      type: "app",
      app: "clio_canada",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://ca.app.clio.com/api/v4/users/who_am_i`,
      headers: {
        Authorization: `Bearer ${this.clio_canada.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of Shadertoy

The Shadertoy API opens a window to a universe of visual creations by providing programmatic access to a wealth of shaders created by the Shadertoy community. These shaders are snippets of GLSL code that produce stunning graphics and visual effects. In Pipedream, you can leverage this API to trigger workflows that interact with these shaders, such as retrieving shader information, displaying shader visuals, or even monitoring the latest creations. By combining Shadertoy API with Pipedream's capability to connect to numerous other services, your creative and technical projects can flourish with dynamic, visually rich content.

Connect Shadertoy

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: {
    shadertoy: {
      type: "app",
      app: "shadertoy",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: ` https://www.shadertoy.com/api/v1/shaders/query/test`,
      params: {
        key: `${this.shadertoy.$auth.app_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo