Summa icon

Summa

Consume Summa API (v.0.1.7)

Actions182

Overview

The node named "Summa" is designed to interact with the Summa API (version indicated dynamically). It supports multiple resources and operations, including the "HLR Subscription" resource with the "Set PDP Assignations" operation. This particular operation allows users to set or update PDP (Packet Data Protocol) assignations for a given IMSI (International Mobile Subscriber Identity).

Common scenarios where this node would be beneficial include telecom operators or service providers managing subscriber data and network configurations programmatically. For example, updating PDP contexts for subscribers to control their data session parameters or modifying network assignments dynamically based on subscriber profiles.

Properties

Name Meaning
Imsi The International Mobile Subscriber Identity, a unique identifier for a mobile user.
Pdp Assignations The PDP assignations string that defines the packet data protocol settings to apply.

Both properties are required for the "Set PDP Assignations" operation under the "HLR Subscription" resource.

Output

The node outputs JSON data representing the result of the executed operation against the Summa API. The exact structure depends on the API response but typically includes confirmation of the updated PDP assignations or error details if the operation fails.

If the node handles binary data, it would relate to any binary payloads returned by the API, but based on the provided code and operation, the output is primarily JSON.

Dependencies

  • Requires an API key credential for authenticating with the Summa API.
  • Uses an HTTP client internally to send requests to the Summa backend.
  • Depends on n8n's credential management to securely store and access the API authentication token.
  • No additional external services beyond the Summa API are indicated.

Troubleshooting

  • Authentication errors: Ensure the API key credential is correctly configured and valid.
  • Invalid IMSI or PDP assignations: Verify that the IMSI is correctly formatted and that the PDP assignations string complies with expected syntax.
  • Network issues: Check connectivity to the Summa API endpoint.
  • API errors: Review error messages returned in the JSON output for specific causes such as permission issues or invalid parameters.

Links and References

Discussion