HomeIntegrationsConfiguring a webhook

Configuring a webhook

Request one of Interact's five webhooks from Technical Support and provide the listener URL it should post to.

Before you start

  • Webhook configuration is currently completed by Interact Technical Support. To set one up, contact the team with the information below.

Overview

Interact offers five independent webhooks for different purposes.

SearchIndexAddUpdate

Triggered by any item being added to or updated in the search index. This captures any content object change, as well as changes in profile data. See the enumerated types for the complete list of included objects.

SearchIndexDelete

Triggered by any item being removed from the index. See the enumerated types for the complete list of included objects.

NewsfeedAddUpdate

Triggered by any item being added to or updated in the Timeline (Newsfeed). This triggers whenever anything is posted to the Timeline, including posts that users make and notifications that are triggered and displayed on the Timeline.

PageDeleted

Triggered when a page is deleted.

PageSoftDeleted

Triggered when a page is soft-deleted — flagged as deleted but retained rather than permanently removed.

Required configuration information

To configure the webhook capabilities, provide the Interact Technical Support team with:

  • The webhooks you want.
  • A listener URL for each webhook. This is where the webhook posts a JSON payload over HTTPS. You can use the same URL for more than one webhook, or a unique URL for each.
Section: Integrations