HomeDestinationsWebhooksEvent TypesSegment CreatedVersion: v1This documentation covers Fullstory’s system webhooks and v1 APIs. For streaming webhooks, please refer to v2.This feature is paid only. To view available plans, please see this page.Segment CreatedNotifies when a user of Fullstory creates a new segment.Event API Namesegment.createdExample Payload{ "eventName": "segment.created", "version": 1, "data": { "id": "abcdefg12345", "creator": "alice@example.com", "name": "Power Users (Web)", "url": "https://app.fullstory.com/ui/yourOrgId/segments/abcdefg12345", "created": "2020-10-20T15:33:04.121Z" }}