Send CircleCI events to Chronosphere

To send CircleCI events to Chronosphere, create a webhook within CircleCI and include your API key to authenticate with Chronosphere.

Obtain an API token

Before sending events from CircleCI, contact Chronosphere Support to obtain an API token to use when authenticating your third-party app with Chronosphere.

This API token differs from an API token that's generated when creating a service account.

Create a CircleCI webhook

To send CircleCI events to Chronosphere:

  1. In CircleCI, go to the project you want to create a webhook for.

  2. Click Project Settings.

  3. In the navigation menu, click Webhooks, and then click Add Webhook.

  4. In the Add Webhook dialog, enter a name for your webhook, such as Chronosphere change events.

  5. In the Receiver URL field, enter https://ADDRESS.chronosphere.io/api/v1/data/events/receiver/circleci

    Replace ADDRESS with your company name prefixed to your Chronosphere instance that ends in .chronosphere.io. For example, MY_COMPANY.chronosphere.io.

  6. In the Secret token field, enter the API token you obtained from Chronosphere Chronosphere Support.

  7. Select the Events to trigger the webhook. Chronosphere supports Workflow Completed and Job Completed events.

  8. Click Add Webhook to create the webhook.