When this fires
Triggered when a user follows a creator.Payload
recipientUuid: UUID of the creator who was followedsender: The user who followed (uuid, handle, displayName, avatarUrl)timestamp: ISO 8601 time the event occurred
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Deprecated legacy webhook fired when a creator gains a new follower on Fanvue. Use creator.follow.created instead. Retained during the migration window.
follow.new is deprecated. Use
creator.follow.created instead. This event continues
to fire during the migration window; new integrations should use the
creator.* event.recipientUuid: UUID of the creator who was followedsender: The user who followed (uuid, handle, displayName, avatarUrl)timestamp: ISO 8601 time the event occurred{
"recipientUuid": "f4b2a184-2b4a-4a04-9b70-3c0e0a1caa12",
"sender": {
"avatarUrl": "https://via.placeholder.com/150",
"displayName": "Test User",
"handle": "test-user",
"uuid": "5939ae62-3eb5-4433-954f-f78c7b4282f3"
},
"timestamp": "2025-11-06T10:32:49.880Z"
}
Was this page helpful?