What do you want to automate

with Plain and Rockset?

Prompt, edit and deploy AI agents that connect to Plain, Rockset and 2,800+ 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
Add Documents with Rockset API on Customer Created from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Customer Deleted from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Customer Updated from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Email Received from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Email Sent from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Note Created from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Thread Assignment Transitioned from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Thread Created from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Thread Label Changed from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Thread Priority Changed from Plain API
Plain + Rockset
 
Try it
Add Documents with Rockset API on Thread Status Changed from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Customer Created from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Customer Deleted from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Customer Updated from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Email Received from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Email Sent from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Note Created from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Thread Assignment Transitioned from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Thread Created from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Thread Label Changed from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Thread Priority Changed from Plain API
Plain + Rockset
 
Try it
Create API Key with Rockset API on Thread Status Changed from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Customer Created from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Customer Deleted from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Customer Updated from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Email Received from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Email Sent from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Note Created from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Thread Assignment Transitioned from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Thread Created from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Thread Label Changed from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Thread Priority Changed from Plain API
Plain + Rockset
 
Try it
Create Integration with Rockset API on Thread Status Changed from Plain API
Plain + Rockset
 
Try it
Customer Created from the Plain API

Emit new event when a customer is created.

 
Try it
Customer Deleted from the Plain API

Emit new event when a customer is deleted.

 
Try it
Customer Updated from the Plain API

Emit new event when a customer is updated.

 
Try it
Email Received from the Plain API

Emit new event when an email is received.

 
Try it
Email Sent from the Plain API

Emit new event when an email is sent.

 
Try it
Note Created from the Plain API

Emit new event when a note is created.

 
Try it
Thread Assignment Transitioned from the Plain API

Emit new event when a thread assignment is transitioned.

 
Try it
Thread Created from the Plain API

Emit new event when a thread is created.

 
Try it
Thread Label Changed from the Plain API

Emit new event when a thread label is changed.

 
Try it
Thread Priority Changed from the Plain API

Emit new event when a thread's priority is changed.

 
Try it
Thread Status Changed from the Plain API

Emit new event when a thread's status is transitioned.

 
Try it
Add Customer to Group with the Plain API

Adds a customer to a customer group. See the documentation

 
Try it
Add Documents with the Rockset API

Add documents to a collection in Rockset. Learn more at https://docs.rockset.com/rest/#adddocuments

 
Try it
Create Customer Event with the Plain API

Creates an event with a customer. See the documentation

 
Try it
Create API Key with the Rockset API

Create a new API key for the authenticated user.

 
Try it
Create Thread with the Plain API

Creates a new thread with a given customer. See the documentation

 
Try it
Create Integration with the Rockset API

Create a new integration with Rockset. Learn more at https://docs.rockset.com/rest/#createintegration

 
Try it
Upsert Customer with the Plain API

Creates or updates customer with customer details. See the documentation

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

Overview of Plain

The Plain API provides functionality for automating customer support tasks, such as managing conversations, customers, and team inboxes. Within Pipedream, you can leverage these features to create custom workflows that respond to events from your app or external services, triggering actions in Plain. By integrating the Plain API with Pipedream, you can enhance customer support efficiency, streamline communication, and keep customer data synchronized across platforms.

Connect Plain

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import { axios } from "@pipedream/platform" export default defineComponent({ props: { plain: { type: "app", app: "plain", } }, async run({steps, $}) { const data = { "query": `query Workspace { workspace(workspaceId: "${this.plain.$auth.workspace_id}") { id publicName } }`, } return await axios($, { method: "post", url: `https://core-api.uk.plain.com/graphql/v1`, headers: { Authorization: `Bearer ${this.plain.$auth.api_key}`, "Content-Type": `application/json`, }, data, }) }, }) 

Overview of Rockset

Rockset is a real-time indexing database service designed for low-latency, high-concurrency analytics. With the Rockset API, you can query your datasets, create and manage collections, and integrate with event streams for real-time analytics. Using Pipedream's serverless platform, you can automate workflows that react to database events, sync data across services, or trigger actions based on analytical insights.

Connect Rockset

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: { rockset: { type: "app", app: "rockset", } }, async run({steps, $}) { return await axios($, { url: `https://api.rs2.usw2.rockset.com/v1/orgs/self/users/self`, headers: { "Authorization": `ApiKey ${this.rockset.$auth.apikey}`, }, }) }, }) 

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