Webhooks

Details about Webhooks support.

Monitors

Setting up your own custom data source to hook into Advite is not yet supported.

However…

Do you really want it? Should we bring it to the top of our list? Request it!

Email us at support@advite.ai - we will return your email in 24h or less.

Connections

Using a Webhook to get Advite alerts outside of the Console is implemented, but it’s in Beta.

Email us at support@advite.ai with your interest and we can help with the setup.

Webhook Request Body

This is the request body for a feed notification containing scan information and post details.

Top-level fields

FieldTypeDescription
typestringOneof SCAN — indicates the notification type.
namestringThe resource name of the scan.
postobjectDetails about the scanned post. The structure depends on the post type.

Post Types

The post field varies by post.type value:

FieldTypeDescription
typestring"REDDIT_LINK"
timestring (date-time)When the post occurred (ISO8601)
idstringPost ID
titlestringPost title
textstringPost text
urlstringPost URL
subreddit.idstringSubreddit ID
subreddit.namestringSubreddit name
subreddit.urlstringSubreddit url
user.idstringUser ID
user.namestringUser name
user.urlstringUser url

TWITTER_TWEET

FieldTypeDescription
typestring"TWITTER_TWEET"
timestring (date-time)When the post occurred (ISO8601)
idstringPost ID
textstringPost text
urlstringPost URL
user.idstringUser ID
user.namestringUser name

FACEBOOK_GROUP_POST

FieldTypeDescription
typestring"FACEBOOK_GROUP_POST"
timestring (date-time)When the post occurred (ISO8601)
idstringPost ID
textstringPost text
urlstringPost URL
group.idstringGroup ID
group.namestringGroup name
group.urlstringGroup URL
group.descriptionstring | nullGroup description (optional)
user.idstringUser ID
user.namestringUser name
user.urlstringUser URL

INSTAGRAM_POST

FieldTypeDescription
typestring"INSTAGRAM_POST"
timestring (date-time)When the post occurred (ISO8601)
idstringPost ID
textstringPost text
urlstringPost URL
commentsarray of string | nullSelection of post comments (optional)
user.idstringUser ID
user.namestringUser name
user.urlstringUser URL

TIKTOK_POST

FieldTypeDescription
typestring"TIKTOK_POST"
timestring (date-time)When the post occurred (ISO8601)
idstringPost ID
textstringPost text
urlstringPost URL
user.idstringUser ID
user.namestringUser name
user.urlstringUser URL

YOUTUBE_POST

FieldTypeDescription
typestring"YOUTUBE_POST"
timestring (date-time)When the post occurred (ISO8601)
idstringPost ID
titlestringPost title
textstringPost text
transcriptstring | nullPost transcript (optional)
urlstringPost URL
user.idstringUser ID
user.namestringUser name
user.urlstringUser URL

FEATURED_POST

FieldTypeDescription
typestring"FEATURED_POST"
timestring (date-time)When the post occurred (ISO8601)
idstringPost ID
textstringPost text
deadlinestring (date-time)Post deadline (ISO8601)
urlstringPost URL
source.idstringSource ID
source.namestringSource name
source.urlstringSource URL

SUBSTACK_POST

FieldTypeDescription
typestring"SUBSTACK_POST"
timestring (date-time)When the post occurred (ISO8601)
idstringPost ID
titlestringPost title
subtitlestring | nullPost subtitle
textstringPost text
urlstringPost URL
user.idstringUser ID
user.namestringUser name
user.urlstringUser URL

advite © 2025