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.
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.
Example: creator.post.commented
creator.post.liked the same shape is used with id: null and
comment_text: null.