Summa icon

Summa

Consume Summa API (v.0.1.7)

Actions182

Overview

This node integrates with the Summa API to perform various telecom-related operations. Specifically, for the MSISDN resource and the Unlink MSISDN To IMSI operation, it allows users to unlink a mobile subscriber's phone number (MSISDN) from their International Mobile Subscriber Identity (IMSI). This is useful in scenarios such as subscriber management, SIM swaps, or correcting subscriber data where the association between a phone number and its subscriber identity needs to be removed.

Practical examples include:

  • Unlinking an MSISDN from an IMSI when a subscriber changes their SIM card.
  • Managing subscriber records by detaching phone numbers from outdated or incorrect IMSIs.
  • Preparing subscriber data for reassignment or deactivation.

Properties

Name Meaning
Msisdn The mobile phone number (MSISDN) that you want to unlink from an IMSI.
Imsi The International Mobile Subscriber Identity (IMSI) currently linked to the MSISDN.

Both properties are required strings and must be provided to perform the unlink operation.

Output

The node outputs JSON data representing the result of the unlink operation. This typically includes confirmation of success or failure, along with any relevant metadata returned by the Summa API about the unlinking process.

No binary data output is indicated.

Dependencies

  • Requires access to the Summa API via an API key credential configured in n8n.
  • The node depends on HTTP communication with the Summa backend service.
  • Proper configuration of the Summa API credentials within n8n is necessary for authentication.

Troubleshooting

  • Authentication errors: Ensure the API key credential for the Summa API is correctly set up and valid.
  • Invalid MSISDN or IMSI: Verify that the MSISDN and IMSI values are correct and exist in the system; otherwise, the unlink operation may fail.
  • Network issues: Confirm that the n8n instance can reach the Summa API endpoint without firewall or connectivity problems.
  • API errors: If the Summa API returns errors, check the error message details for guidance, such as permission issues or invalid request formats.

Links and References

Discussion