homeenfeaturesaccount

User account - settings

User account parameters can be viewed by selecting Settings from the application menu. To change these parameters, click the TODO icon.
The settings change form allows you to change the parameters:

  • first name,
  • surname,
  • email address,
  • phone number prefix (country code),
  • preferred language of the application,
  • configuration of notification channels.

Notification channels

Notifications sent by Signomix are divided into 3 types, the names of which suggest their purpose:

  • informational - the usual information about the operation of the user's devices or platform
  • alerting - warnings
  • alerts on the occurrence of critical problems

For each of the above types of notifications, you can configure the communication channel by which Signomix will send the notification to the user. In any case, notifications will be available for viewing in the web application ( Notifications menu option). The user can choose:

  • In the application - notifications will be available only in the web application,
  • E-mail - notifications will be sent to the specified e-mail address,
  • Webhook - notifications will be sent by HTTP request to the specified address,
  • SMS - SMS message sent to a predetermined phone number

SMS notifications

SMS notifications are available for paid account users.

Rules:

  • The default phone prefix (if not specified) is "+48".
  • When sending SMS, the phone number is always preceded by the prefix.
  • Sending SMS reduces the pool of points for the user's additional services by 2 points.
  • A paid account has a pool of 20 points per month, that is, it can send 10 SMS messages per month without additional charges.
  • Increasing the pool of points requires a separate purchase.

Webhook channel configuration

Syntax for Webhook address: [[HeaderName:]HeaderValue@]ServiceURI

Meaning:
|element|meaning|
|---|---|
|HeaderName|Name of the header to be added to the HTTP request. The default value is Authorization|
|HeaderValue|Value of the declared header|
|ServiceURI|Address of the service to which the notification will be sent|

NOTE: Do not add the Content-Type header. It will be added automatically based on the content of the notification.

© 2023-2025 Grzegorz Skorupa