Using a Self-Hosted Webhook Destination
You can send a self-hosted Dittofeed installation user data with a Segment webhook Destination.Segment’s webhook destination documentation.
Check out Dittofeed’s guide on self-hosting.
POST /api/public/webhooks/segment
endpoint. To receive data from Segment, this path needs to be exposed to the internet by public dns.
Configure Segment to send its event payloads to your Dittofeed installation, POST /api/public/webhooks/segment
. For example, https://my-dittofeed-host.com/api/public/webhooks/segment
.

You can generate shared secrets using password generators, like 1password’s

/dashboard/settings#segment-source
.
