Skip to content
/ live Public

Websocket server to help sync API data to Tabulae and send notifications

Notifications You must be signed in to change notification settings

news-ai/live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notification

Websocket server to help sync API data to Tabulae.

Authentication

{
    "userId": "4000",
    "accessToken": "a1b2c3",
    "teamId": "4000",
    "page": "https://tabulae.newsai.co/"
}

Notifications

Email notification

{
    "resourceName": "email",
    "resourceId": "4000",
    "resourceAction": "open"
    "userId": "4000",
}

Change schema

Contact change

{
    "resourceName": "contact",
    "resourceId": "4000",
    "change": "{json string}",
    "page": "https://tabulae.newsai.co/tables/5326642465472512"
}

List change

{
    "resourceName": "list",
    "resourceId": "4000",
    "change": "{json string}",
    "page": "https://tabulae.newsai.co/tables/5326642465472512"
}

Page change

{
    "resourceName": "page",
    "page": "https://tabulae.newsai.co/tables/5326642465472512",
    "userId": "5749563331706880",
    "teamId": "5178017471004672"
}

About

Websocket server to help sync API data to Tabulae and send notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published