Overview
GET
Health check probe
Staging context
Pipelines home
Contract tests
Post new Tussara entries
Post new Tussara entries to Wefthall
Newer version. Rewire to update.
Update
Start
Pull the latest form entries
Fetch form entries
Tussara
GET
https://forms.tussara.io/v1/sets/…
Send
Success ( )Fail ( )
1 variable
Add context
formSetId+
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