Trial signup flow — Dara Okonkwo
Undeployed changes
Enable
Deploy
Run
100%
JS
shortlistThreads
Run JS Code (javascript)
1
2
3
4
5
6
7
8
const
seen = [
"queue,"
,
""
]
if
(threads.length
===
0
) {
throw new
Error
(
"there are no
threads to send"
) }
for
(
const
{title, url}
of
{}
sendDigest
HTTPRequest (restapi)
Action type
URL
POST
https://api.millrace.io/v1/flows/sendTestDigest
Show more options
startTrigger
fetchTopThreads
fetchThreadDetails
filterThreads
composeDigestBody
shortlistThreads
JS
confirmDigest
Run JS Code (javascript)
1
console.
log
(
'Digest sent!'
)