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
The Summa node for n8n allows you to interact with the Summa API, specifically targeting telecom-related resources and operations. In this configuration, the node is set up to perform the "Get Camel Info" operation on the HLR Subscription resource. This operation is typically used to retrieve CAMEL (Customized Applications for Mobile network Enhanced Logic) information associated with a given IMSI (International Mobile Subscriber Identity). Such functionality is valuable in telecom environments for querying subscriber data, managing roaming profiles, or troubleshooting network services.
Example use cases:
- Fetching CAMEL subscription details for a mobile user based on their IMSI.
- Automating audits of HLR records for compliance or diagnostics.
- Integrating with other systems that require real-time access to subscriber CAMEL info.
Properties
Name | Type | Meaning |
---|---|---|
Imsi | String | The IMSI (International Mobile Subscriber Identity) of the subscriber to query. Required. |
Output
The node returns a json
object containing the CAMEL information retrieved from the Summa API for the specified IMSI. The exact structure of the output depends on the API response, but it typically includes fields relevant to the subscriber's CAMEL profile (such as service keys, trigger detection points, etc.).
Note: If the API supports binary responses, the node may also output binary data, representing files or raw payloads returned by the backend.
Dependencies
- External Service: Requires access to the Summa API endpoint.
- API Credentials: Needs valid
summaApi
credentials configured in n8n. - n8n Configuration: Ensure the credential type
summaApi
is set up and tested (the node uses a built-in credential test).
Troubleshooting
Common Issues:
- Invalid or missing IMSI: If the "Imsi" property is empty or incorrectly formatted, the API call will likely fail.
- Authentication errors: Incorrect or expired
summaApi
credentials will result in authentication failures. - Network issues: Connectivity problems between n8n and the Summa API endpoint can cause timeouts or connection errors.
Error Messages & Resolutions:
- "Missing required parameter: imsi" — Ensure the "Imsi" field is filled with a valid value.
- "401 Unauthorized" — Check and update your
summaApi
credentials in n8n. - "API request failed" — Verify network connectivity and the availability of the Summa API service.
Links and References
- CAMEL (telecommunications) - Wikipedia
- n8n Documentation: Creating Custom Nodes
- For further details on the Summa API, refer to your organization's internal API documentation.