What do you want to automate with Peerdom and Revolt?
Prompt, edit and deploy AI agents that connect to Peerdom, Revolt and 2,500+ other apps in seconds. Trusted by 1,000,000+ developers from startups to Fortune 500 companies Add Group Member with Revolt API on New Member Added from Peerdom API
Try it Add Group Member with Revolt API on New Role Created from Peerdom API
Try it Create Group with Revolt API on New Member Added from Peerdom API
Try it Create Group with Revolt API on New Role Created from Peerdom API
Try it Send Friend Request with Revolt API on New Member Added from Peerdom API
Try it Load more
New Member Added from the Peerdom API
Try it New Role Created from the Peerdom API
Try it Assign Member to Role with the Peerdom API
Try it Add Group Member with the Revolt API
Try it Create Role with the Peerdom API
Try it Create Group with the Revolt API
Try it Send Friend Request with the Revolt API
Try it Load more
Integrate the Peerdom API with the Revolt API
Setup the Peerdom API trigger to run a workflow which integrates with the Revolt API. Pipedream's integration platform allows you to integrate Peerdom and Revolt remarkably fast. Free for developers.
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 : {
peerdom : {
type : "app" ,
app : "peerdom" ,
}
} ,
async run ( { steps, $} ) {
return await axios ( $, {
url : ` https://api.peerdom.app/v1/tenant ` ,
headers : {
"content-type" : ` application/json ` ,
"x-api-key" : ` ${ this . peerdom. $auth. api_key} ` ,
} ,
} )
} ,
} )
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 : {
revolt : {
type : "app" ,
app : "revolt" ,
}
} ,
async run ( { steps, $} ) {
return await axios ( $, {
url : ` ${ this . revolt. $auth. environment} /auth/account/ ` ,
headers : {
"x-session-token" : ` ${ this . revolt. $auth. oauth_access_token} ` ,
} ,
} )
} ,
} )
Trusted by 1,000,000+ developers from startups to Fortune 500 companies