Skip to main content
These events fire when fans engage with a creator’s profile and posts. creator.follow.created is the successor to the legacy follow.new event; the post events are new. Delivered in the Standard-Webhooks envelope; the fields below describe the data object.

Follow resource

Used by creator.follow.created. Follows have no external id — the identity is the (follower, creator) pair.

Example: creator.follow.created

Post resource

Used by creator.post.liked and creator.post.commented. A like has no external id (id is null); a comment carries its own uuid in id and its text in comment_text.

Example: creator.post.commented

For creator.post.liked the same shape is used with id: null and comment_text: null.