Summa icon

Summa

Consume Summa API (v.0.1.7)

Actions182

Overview

The "Summa" node integrates with the Summa API to perform various operations related to telecommunications resources. Specifically, for the Sim resource and the Activate Sim operation, this node activates a SIM card identified by its ICC ID. This is useful in scenarios where you need to programmatically enable or activate SIM cards within your telecom infrastructure or service management workflows.

Practical examples include:

  • Activating new SIM cards after provisioning.
  • Re-activating suspended or deactivated SIM cards.
  • Automating SIM lifecycle management in bulk operations.

Properties

Name Meaning
Icc Id The unique identifier (ICCID) of the SIM card to be activated. This is a required string input.

Output

The node outputs JSON data representing the result of the SIM activation request. This typically includes status information about the activation process, such as success confirmation, error messages if any, and possibly details about the SIM card state after activation.

If the node supports binary data output, it would generally relate to any files or attachments returned by the API, but based on the provided code and context, the primary output is JSON structured data reflecting the activation response.

Dependencies

  • Requires an API key credential for authenticating with the Summa API.
  • Depends on the Summa API service being accessible and properly configured.
  • Uses internal helper classes for HTTP requests, state management, and operation resolution.
  • No additional external services are explicitly required beyond the Summa API.

Troubleshooting

  • Common issues:

    • Invalid or missing ICC ID: Ensure the ICC ID is correctly provided and matches the expected format.
    • Authentication failures: Verify that the API key credential is valid and has necessary permissions.
    • Network or connectivity errors: Confirm that the Summa API endpoint is reachable from the n8n environment.
    • API errors: Check the response message for specific error codes or messages returned by the Summa API.
  • Error messages:

    • Errors related to missing parameters will indicate the ICC ID is required.
    • Authentication errors will suggest checking the API key credential.
    • Timeout or connection errors imply network issues or incorrect API endpoint configuration.

Resolving these usually involves verifying input parameters, credentials, and network settings.

Links and References

Discussion