Skip to content

System Configuration

Custom Icons

img.png

Webhook for Receiving Emails

SIRP features such as Reset Password and Invite External User depend on email sending. Users can configure a Webhook to receive these emails.

For configuration instructions, refer to Custom Integration Webhook for Receiving Emails

appextensions.json file contents

json
{
  "WebhookUrl": "http://192.168.241.1:7000/api/v1/webhook/nocolymail",
  "WebhookHeaders": {}
}