Overview

The Settings section allows you to configure your RCS integration, manage bots, and set up webhooks to receive event data.

From the left navigation menu, click Settings. Select General to view business and bot configuration options.

General Settings

The General Settings page displays your bot configuration and Google RCS integration details. In the General Settings section, you can view the following information:

Bot Selection

The setting is at the Bot level and not at the panel level, so it would differ from one bot to another.

SectionDescription
Google RCS IntegrationDisplays your API Key for Google RCS. You can copy it using the copy icon or view it using SHOW. Click SHOW and enter your panel's password to view the API key
Bot detailsDisplays your Bot ID, Business Display Name (Assistant Name), and Assistant ID. These values are required for bot-level integrations.

Webhook Integration

Webhooks allow Netcore to send event data, such as message delivery, read status, and clicks, to your system in real time. The webhooks are at the bot level. If you select a different bot, the webhooks configuration is also changed.

ColumnDescription
NameThe name assigned to the webhook for easy identification.
URL endpointThe destination URL where webhook events will be sent.
Source key or callbackDataAdditional parameters for validation or identification (optional).
Failure alert emailEmail address where failure alerts will be sent if webhook delivery fails.
StatusToggle to enable or disable the webhook.
Edit/Delete iconsUse to update or remove an existing webhook.

Add a New Event Webhook

To add a new event webhook, follow the steps below

  1. Click + ADD EVENT WEBHOOK.
  2. Enter the following details:
FieldDescription
NameProvide a unique name for your webhook. (Required)
URL endpointEnter the destination URL where event payloads will be sent. (Required)
Webhook headerOptional header parameters (for authentication, etc.).
Webhook failure alert emailEmail to receive notifications for webhook failures. (Required)
  1. Click TEST to verify connectivity.
  2. Click SAVE to activate the webhook.

Account Settings

Use this to enable/disable link tracking and add a custom domain. This feature is primarily used for Customer Engagement(CE).

  • Link Tracking: When link tracking is enabled, Netcore wraps your original URL with a shortened tracking link. Once a customer clicks the link, the click is first recorded on Netcore’s server. After tracking, the customer is redirected to the original destination URL.
  • Custom Domain: You can configure your own domain instead of using the default Netcore link, making the shortened URLs look more branded and trustworthy.

Best Practices

  1. Use Descriptive Names: Make it easy to identify webhooks by their purpose. For example, Order_Status_Update_Webhook
  2. Monitor Failures: Keep failure alerts enabled to catch and resolve issues quickly.
  3. Secure Endpoints: Protect your webhook URLs with authentication headers.
  4. Test Before Going Live: Always use the TEST button to ensure proper delivery before enabling for production campaigns.