Set up webhooks
Listen for events on your account so your integration can automatically trigger reactions.
{
"event_type": "sample.created",
"created_at": "2021-08-09T14:40:19.987691+00:00",
"api_version": "2021-08-01",
"dataset": "jane/flowers",
"object": { ... }, // The dataset, sample, label or issue that was created or updated.
"text": "Sample rose.png created in dataset jane/flowers." // Text summary, useful for Slack integration.
}Setting up a Slack integration with webhooks
Create a Slack app, enable incoming webhooks and create an endpoint URL in Slack
Configure your webhooks in Segments.ai using the Slack endpoint URL
Last updated
Was this helpful?