Olá
Até o momento estou conseguindo realizar essas funções via API: InsertSubscriber, InsertUserLocation, InsertDid.
Porém a função InsertAddresses está retornando o erro abaixo:
The service was not able to process your request
S:Serverjava.lang.NullPointerExceptionjava.lang.NullPointerException
Tentei executar de todas as maneiras possíveis, mas nunca consigo sucesso.
Alguém que utiliza essa função via API poderia me auxiliar?
Hello,
So far I have been able to perform these functions via API: InsertSubscriber, InsertUserLocation, InsertDid.
However, the InsertAddresses function is returning the following error:
The service was not able to process your request
S:Serverjava.lang.NullPointerExceptionjava.lang.NullPointerException
I have tried to execute it in every possible way, but I am never successful.
Is there anyone who uses this function via API that could help me?
Hello, @Tomislav Tobijas and @Marc -Devoteam-
I am using an n8n workflow that inserts authentication by IP via automation. Based on this link: https://support-sippulse.atlassian.net/wiki/spaces/BDCS/pages/1859159256/Integra+o+-+PCRT+5.7#AddressWS-%E2%80%93-Inserir-Autentica%C3%A7%C3%B5es-por-IP-de-um-Assinante
I also tried listing the IP authentications first and checking the "xlm" that is returned to me, so I could send exactly the same data, but with no success...
First image: Start of the Node in n8n;
Second image: End of the Node in n8n;
Third image: "xlm" sent in the body.
Uh, I've never dug that deep into this, so I probably won't be able to help out. 😕
Have you tried reaching out to SipPulse support (based on that docs link you've provided, they surely have some support channel where you could reach out)?
Potentially, folks in the Developer community will be able to help out with this, as many of them are doing similar integration,s so someone might have some additional insights. 👀
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mateus Salomão de Barros Neto ,
As Marc asked, can you please provide the APIs you're using? Also, what's the use case here you're trying to construct?
👀 In general, NullPointerExceptions in Confluence APIs are often related to missing or invalid data, such as a required field being null or a reference not being set correctly.
You could:
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I am using an n8n workflow that inserts authentication by IP via automation.
I also tried listing the IP authentications first and checking the "xlm" that is returned to me, so I could send exactly the same data, but with no success...
First Image: "xlm" sent in the body.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mateus Salomão de Barros Neto
Welcome to the community.
Which API endpoints are you using?
Are you on Data Center or Cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.