Larissa Palombo
Larissa Palombo
NNovu
Created by Larissa Palombo on 11/13/2024 in #💬│support
Problem Get Topic
No description
7 replies
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 11/13/2024 in #💬│support
Problem Get Topic
No description
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
No description
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

<style>
#tabela {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}

#tabelaHead {
background: #D3D3D3;
color: black;
text-align: center;
}

#tableTr {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}


.tableTh {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}

#paragrafo {
margin-bottom: 1em;
}
</style>

<body>
<p id="paragrafo">Olá, {{nomeVendedor}}!</p>
<p id="paragrafo">
Segue confirmação de transação realizada:
</p>

<table id="tabela">
<thead id="tabelaHead">
<tr id="tableTr">
<th class="tableTh">Proposta Kob</th>
<th class="tableTh">Referência Vendedor</th>
<th class="tableTh">Descrição</th>
<th class="tableTh">Valor Bruto Venda</th>
<th class="tableTh">Quantidade de Parcelas</th>
<th class="tableTh">Data/Hora Aprovação</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableTh">{{proposta}}</td>
<td class="tableTh">{{refVendedor}}</td>
<td class="tableTh">{{descricao}}</td>
<td class="tableTh">R${{valor}}</td>
<td class="tableTh">{{parcelas}}</td>
<td class="tableTh">{{dataAprovacao}}</td>
</tr>
</tbody>
</table>
<br>
<p>
Por favor, responda este e-mail com o(s) XML(s) da(s) Nota(s) Fiscal(is) referentes à venda acima ou as envie para
<a href="mailto:[email protected]" target="_blank" style="color: #0000ff">
</a>
</p>
<br>
<p>
Atenciosamente,
</p>
<p>
Equipe Kob

</p>
</body>

<style>
#tabela {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}

#tabelaHead {
background: #D3D3D3;
color: black;
text-align: center;
}

#tableTr {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}


.tableTh {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}

#paragrafo {
margin-bottom: 1em;
}
</style>

<body>
<p id="paragrafo">Olá, {{nomeVendedor}}!</p>
<p id="paragrafo">
Segue confirmação de transação realizada:
</p>

<table id="tabela">
<thead id="tabelaHead">
<tr id="tableTr">
<th class="tableTh">Proposta Kob</th>
<th class="tableTh">Referência Vendedor</th>
<th class="tableTh">Descrição</th>
<th class="tableTh">Valor Bruto Venda</th>
<th class="tableTh">Quantidade de Parcelas</th>
<th class="tableTh">Data/Hora Aprovação</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableTh">{{proposta}}</td>
<td class="tableTh">{{refVendedor}}</td>
<td class="tableTh">{{descricao}}</td>
<td class="tableTh">R${{valor}}</td>
<td class="tableTh">{{parcelas}}</td>
<td class="tableTh">{{dataAprovacao}}</td>
</tr>
</tbody>
</table>
<br>
<p>
Por favor, responda este e-mail com o(s) XML(s) da(s) Nota(s) Fiscal(is) referentes à venda acima ou as envie para
<a href="mailto:[email protected]" target="_blank" style="color: #0000ff">
</a>
</p>
<br>
<p>
Atenciosamente,
</p>
<p>
Equipe Kob

</p>
</body>
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?
No description
13 replies
NNovu
Created by Larissa Palombo on 2/19/2024 in #💬│support
How Can I view Topics on Novu?
No description
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