Step 6 β€” Test the End-User Portal

After setting up your SaaS, it’s time to test the end-user experience. This ensures that your customers can access their dashboard, configure webhooks, and understand usage.

1. End-User Dashboard

The dashboard provides an overview of the user’s activity:

  • Diagram of usage

  • Recent webhook executions

  • Status of subscriptions and plan limits

2. End-User Settings

Users can check their webhook settings here:

  • Webhook URL (generated for the user)

  • API Key for webhook authentication

  • Response format and payload structure


3. End-User Instructions

User see guidance for using the webhook:

  • How to send data to the webhook

  • Configure Static fields values (Chat ID field and Instruction that we set on Step 2)

  • Expected HTTP status codes

By testing the portal, you confirm that everything works end-to-end β€” from the SaaS dashboard to n8n and Telegram β€” and that your users can manage their settings independently.

Last updated