Actions100
- LTE Subscription Actions
- Get Access Restriction Data For LTE
- Get Apn Info
- Get Lte Profile
- Set Lte Tele Service
- Get Lte Regional Subscription
- Get Scef Permissions
- Set APN Assignations To LTE Subscription
- Get EDRX Cycle Lengths
- Add Apn
- Get V2X Subscription Data
- Set Scef Permissions
- Set EDRX Cycle Lengths
- Set Access Restriction Data For LTE
- Set APNs To LTE Subscription
- Set APN Address Assignations To LTE Subscription
- Add LTE Subscription
- Set SCS Permissions
- Get SCS Permissions
- Get LTE ODB
- Add Custom LTE ODB
- Set LTE ODB Profile
- Get APN Assignations From LTE Subscription
- Remove APN Address Assignation From LTE Subscription
- Sim Swap Actions
- WLAN Subscription Actions
- HLR Subscription Actions
- Set PDP Address Assignation
- Set HLR Regional Subscription
- Remove PDP
- Remove GMLC Number
- Get HLR Teleservice
- Set MSRN Profile
- Remove PDP Assignations
- Set GMLC Numbers
- Get USSD Profile
- Set Camel Configuration
- Add Custom HLR ODB
- Set HLR Profile
- Add Camel Service
- Add GMLC Number
- Get GMLC Numbers
- Remove Camel Service
- Remove HLR Regional Subscription
- Set CSE Notification Profile
- Remove MSRN Profile
- Remove MSRN Profile
- Get ODB
- get HLR Profile
- Add PDP
- Get Camel Info
- Set HLR Teleservice
- Set SS Options
- Sim Swap Direct Without Remove
- Get Camel Configuration
- Clear All GMLC Number
- Set PDPs
- Apply Custom HLR ODB Settings
- Get Bearer Service
- Get Access Restriction Data Profile
- Get HLR Regional Subscription
- Remove PDP Address Assignation
- Add USSD Profile
- Set PDP Assignations
- Remove USSD Profile
- Set Access Restriction Data Profile
- Apply Subscription Settings
- Get PDP Info
- Get PDP Assignations
- Set HLR ODB Profile
- Remove CSE Notification Profile
- Get CSE Notification Profile
- Get HLR ODB
- Get MSRN Profile
- SS Subscription Actions
- Add Supplementary Service By Msisdn
- Add Call Forwarding Custom Supplementary Service
- Get All Supplementary Services By MSISDN
- Remove All Supplementary Service
- Remove All Supplementary Service By MSISDN
- Get Call Forward Information
- Get All Supplementary Services
- Remove Supplementary Service
- Add Supplementary Service
- Add Call Forwarding Custom Supplementary Service By MSISDN
- Get Call Forward Information By MSISDN
- Remove Supplementary Service By MSISDN
- SS Subscription SOAP Actions
Overview
This node, Summa, is designed to interact with the Summa API, specifically for the "SS Subscription SOAP" resource and the "Get Imsi By Imsi" operation. It allows users to retrieve information about an IMSI (International Mobile Subscriber Identity) by providing an IMSI value. This can be useful in telecom or mobile service management scenarios where you need to look up subscriber details based on their IMSI.
Practical Example:
A telecom operator wants to fetch detailed subscription data for a specific SIM card using its IMSI number. By configuring this node with the required IMSI, the operator can automate the retrieval of relevant subscriber information from the Summa backend.
Properties
Name | Type | Meaning |
---|---|---|
Imsi | String | The IMSI (International Mobile Subscriber Identity) to look up. Required. |
Output
The node outputs a json
field containing the result of the "Get Imsi By Imsi" operation from the Summa API. The exact structure of the output depends on the API response, but it typically includes subscriber or subscription details associated with the provided IMSI.
If the node supports binary output, it would represent raw data returned by the API, but for this operation, the output is expected to be JSON-formatted subscriber information.
Dependencies
- External Service: Requires access to the Summa API.
- Credentials: Needs valid
summaApi
credentials configured in n8n. - Environment Variables/Configuration: No explicit environment variables are mentioned, but network access to the Summa API endpoint is necessary.
Troubleshooting
Common Issues:
- Invalid Credentials: If the
summaApi
credentials are incorrect or missing, authentication will fail. - Missing Required Property: If the "Imsi" property is not provided, the node will throw an error indicating a required parameter is missing.
- API Errors: If the IMSI does not exist or the API is unreachable, errors will be returned from the backend.
- Invalid Credentials: If the
Error Messages & Resolutions:
"Missing required parameter: Imsi"
: Ensure you provide a valid IMSI value."Authentication failed"
: Check yoursummaApi
credentials in n8n."Network error"
or"API unreachable"
: Verify network connectivity and API endpoint configuration.
Links and References
- What is IMSI? (Wikipedia)
- n8n Documentation: Credentials
- [Summa API Documentation] (Contact your API provider for official docs)