Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

94
Views
Estilo CSS de las notificaciones de Microsoft Teams

¿Hay alguna manera de diseñar las notificaciones de Teams?

Publicar en un WebHook los siguientes trabajos:

 string _html = @"<table width='100%'> <tr> <th>Service</th> <th>2 hours</th> <th>4 hours</th> <th>8 hours</th> <th>24 hours</th> <th>48 hours</th> </tr> <tr style='background-color: #1a1a1a;'> <td>2343</td> <td>132</td> <td>43</td> <td>12</td> <td>132</td> <td>532</td> </tr> </table>"; var values = new Dictionary<string, string>{ {"themeColor", "ffd11a"}, { "title", "My Title" }, { "textFormat", "markdown" }, { "text", _html } }; var json = JsonSerializer.Serialize(values); var stringContent = new StringContent(json); var response = await client.PostAsync(webhookUrl, stringContent);

sin embargo, cuando trato de agregar la etiqueta <style> , ya no funciona, y parece que solo funcionan los estilos 'en línea'. ¿Hay alguna forma de agregar CSS al Webook de notificaciones de Teams?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!