Larissa Palombo
NNovu
•Created by Larissa Palombo on 11/13/2024 in #💬│support
Problem Get Topic
@Pawan Jain I think it might be beacause of number of zeros (6)
I put this numbers because is CNPJ (company's identifier)
7 replies
NNovu
•Created by Larissa Palombo on 11/13/2024 in #💬│support
Problem Get Topic
@Pawan Jain topic key: Vendas82901000000127
url: https://api.novu.co/v1/topics/Vendas82901000000127
7 replies
NNovu
•Created by Larissa Palombo on 10/30/2024 in #💬│support
Endpoint Check topic subscriber
@Pawan Jain my problem was solved!
5 replies
NNovu
•Created by Larissa Palombo on 10/30/2024 in #💬│support
Endpoint Check topic subscriber
5 replies
NNovu
•Created by Larissa Palombo on 8/1/2024 in #💬│support
Post creation new Topic is wrong
Hello @Pawan Jain, thanks for the answer.
I need to register new topics and this is blocking progress here on my side.
Is there any other way to register these new topics?
14 replies
NNovu
•Created by Larissa Palombo on 8/1/2024 in #💬│support
Post creation new Topic is wrong
@Pawan Jain Do you have a bug fix date?
14 replies
NNovu
•Created by Larissa Palombo on 8/1/2024 in #💬│support
Post creation new Topic is wrong
Is there a deadline for solution? @Pawan Jain
14 replies
NNovu
•Created by Larissa Palombo on 8/1/2024 in #💬│support
Post creation new Topic is wrong
Is it a bug? @Pawan Jain
14 replies
NNovu
•Created by Larissa Palombo on 7/19/2024 in #💬│support
Email formatting difference in preview and trigger
@Pawan Jain its resolve convert to inline css. Thank you
7 replies
NNovu
•Created by Larissa Palombo on 7/19/2024 in #💬│support
Email formatting difference in preview and trigger
In Novu Editor
7 replies
NNovu
•Created by Larissa Palombo on 2/19/2024 in #💬│support
How Can I view Topics on Novu?
I found the problem. I wasn't adding the subscriber before adding it to the topic.
13 replies
NNovu
•Created by Larissa Palombo on 2/19/2024 in #💬│support
How Can I view Topics on Novu?
One question: to add a subscriber to a topic, must the subscriber first be created on this endpoint? post /v1/subscribers
Is it not possible to add an unregistered subscriber to a topic?
13 replies
NNovu
•Created by Larissa Palombo on 2/19/2024 in #💬│support
How Can I view Topics on Novu?
public object AddSubscribers(string topicKey, List<string> emails)
{
var topic = novu.Topic.Get(topicKey).Result.Data;
var subscribers = new TopicSubscriberCreateData(emails);
return novu.Topic.AddSubscriber(topicKey, subscribers);
}
}
13 replies
NNovu
•Created by Larissa Palombo on 2/19/2024 in #💬│support
How Can I view Topics on Novu?
@Pawan Jain Can you see if the C# code is correct to add new subscribers to the topic please?
When the topic returns, it was create correctly , but AddSubscriber return Subscriber {string[0]}
13 replies