Step 3: Message Configuration

Customize how your notifications look. Make them clean, readable, and actionable.

Customization Options

1. Show/Hide Fields

  • Toggle which event parameters appear

  • Hide unnecessary data

  • Keep notifications concise

Example: Hide blockchain name and timestamp if you only care about the core event data.

2. Custom Labels

  • Rename technical field names to readable labels

  • Make notifications self-explanatory

Example:

  • sender → "User Address"

  • amount → "Deposit Amount"

  • indexed_param_0 → "Token"

3. Value Formatting

Decimal Formatting:

  • Convert wei to ETH: value / 1e18

Custom Formulas in Display:

Example Message Configuration:

Before:

After:

Last updated