Summa icon

Summa

Consume Summa API (v.0.1.7)

Actions182

Overview

This node integrates with the Summa API to perform various telecommunication-related operations. Specifically, for the SS Subscription resource and the Get Call Forward Information operation, it retrieves call forwarding details associated with a given IMSI (International Mobile Subscriber Identity). This is useful in scenarios where you need to programmatically check or audit call forwarding settings for mobile subscribers, such as in telecom management systems or customer support tools.

Practical examples include:

  • Automatically fetching call forwarding status for a subscriber during troubleshooting.
  • Integrating call forwarding information into a larger workflow that manages subscriber profiles.
  • Auditing call forwarding configurations across multiple subscribers.

Properties

Name Meaning
Imsi The IMSI (International Mobile Subscriber Identity) of the subscriber whose call forwarding information you want to retrieve. This is a required string input.

Output

The node outputs JSON data containing the call forwarding information related to the specified IMSI. The exact structure depends on the Summa API response but typically includes details such as:

  • Call forwarding status (enabled/disabled)
  • Forwarding numbers
  • Types of call forwarding (e.g., unconditional, busy, no reply)
  • Any relevant timestamps or configuration metadata

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Summa API via an API key credential configured in n8n.
  • The node uses an HTTP client internally to communicate with the Summa backend service.
  • Proper network access and valid credentials are necessary to successfully execute the operation.

Troubleshooting

  • Invalid IMSI or missing parameter: Ensure the IMSI value is provided and correctly formatted; otherwise, the API may return errors or empty results.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Network issues: Check connectivity to the Summa API endpoint.
  • Unexpected API responses: If the API changes or returns unexpected data, verify the version compatibility and update the node or credentials accordingly.

Links and References

Discussion