Skip to content

Commit 6846bed

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent 92f3b3d commit 6846bed

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

x-api/activity/introduction.mdx

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,37 @@ Profile events are triggered when a user makes changes to their profile informat
3131

3232
| Event Name | Description | Filters |
3333
| ---------------------------- | --------------------------------------------------- | --------- |
34-
| `ProfileBioUpdate` | Fired when a user updates their profile bio | `user_id` |
35-
| `ProfilePictureUpdate` | Fired when a user updates their profile picture | `user_id` |
36-
| `ProfileBannerUpdate` | Fired when a user updates their profile banner | `user_id` |
37-
| `ProfileGeoUpdate` | Fired when a user updates their profile location | `user_id` |
34+
| `profile.update.bio` | Fired when a user updates their profile bio | `user_id` |
35+
| `profile.update.profile_picture` | Fired when a user updates their profile picture | `user_id` |
36+
| `profile.update.banner_picture` | Fired when a user updates their profile banner | `user_id` |
37+
| `profile.update.geo` | Fired when a user updates their profile location | `user_id` |
3838
| `ProfileUrlUpdate` | Fired when a user updates their profile website URL | `user_id` |
39-
| `ProfileScreennameUpdate` | Fired when a user updates their display name | `user_id` |
40-
| `ProfileVerifiedBadgeUpdate` | Fired when a user updates their verified badge | `user_id` |
39+
| `profile.update.screenname` | Fired when a user updates their display name | `user_id` |
40+
| `profile.update.verified_badge` | Fired when a user updates their verified badge | `user_id` |
41+
42+
### Follow Events
43+
44+
Follow events are triggered when a user follows or unfollows another user.
45+
46+
| Event Name | Description | Filters |
47+
| ---------- | ------------------------------------- | --------- |
48+
| `follow.follow` | Fired when a user follows another user | `user_id` |
49+
| `follow.unfollow` | Fired when a user unfollows another user | `user_id` |
50+
51+
<Note>
52+
**Enterprise Only:** Follow events are only available to select Enterprise and Partner tier accounts at this time.
53+
</Note>
4154

4255
### News Events
4356

4457
News events provide updates on news topics and headlines curated by Grok.
4558

4659
| Event Name | Description | Filters |
4760
| ---------- | ------------------------------------- | --------- |
48-
| `NewsNew` | New grok-curated news and headlines | `keyword` |
61+
| `news.new` | New grok-curated news and headlines | `keyword` |
4962

5063
<Note>
51-
**Enterprise Only:** The `NewsNew` event is only available to Enterprise and Partner tier accounts at this time.
64+
**Enterprise Only:** News events are only available to select Enterprise and Partner tier accounts at this time.
5265
</Note>
5366

5467
In future releases, XAA will expand to support additional event types including social interactions, content engagement, monetization features, and more. We will continue to update our docs when new event types become available.

0 commit comments

Comments
 (0)