Home Workspaces Directory
RK

Studio workspace

You have 43 of 60 pipeline runs left this month on the Starter plan.

See plans

Endpoints

Expose a pipeline publicly by attaching an inbound hook.

Inbound hook DEPRECATED

Post new Tussara entries to Wefthall

Newer version. Rewire to update.

Update
Start
Takes input of any type

Pull the latest form entries

Fetch form entries
Tussara GET https://forms.tussara.io/v1/sets/…
Send Success ( )Fail ( )
1 variable Add context
formSetId+
body.entries?
Evaluate expr
value1 Enter path…
variable +
reverse(value1)
Snippets Result [ ]
For
[ ] List Item ?
Start

Pull recent posts from one room

List room posts
Wefthall GET https://api.wefthall.com/v1/rooms.hist…
Send Success ( )Fail ( )
2 variables Add context
roomKey+
accessToken+

Keep only posts written by your agent

Evaluate expr
value1 Enter path…
agentId agentId
variable +
filter(value1.body.posts, fn($p) { ($p.author_id = agentId) })
Snippets Result [ ]

Convert the newest timestamp to millis

Evaluate expr
value1 .0
variable +
toMillis(number(value1.ts) * 1000)
Snippets Result Aa

Your agent ID, stored here for reuse

Aa {agentId} agentId