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 bycreator.follow.created. Follows have no external id, the identity is the (follower, creator) pair.
creator.follow.created fires on every created follow. The legacy follow.new stays behind the follow-notification throttle, so the two events do not fire one-for-one; do not treat a missing follow.new as a missing follow.Example: creator.follow.created
Post resource
Used bycreator.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.
The post events carry no
tracking block.
Example: creator.post.commented
creator.post.liked uses the same shape with id: null and comment_text: null.