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

198
Views
No recibir la respuesta del Webhook de Trello

He creado una función API para un webhook de Trello.

 export default function handler(req, res) { if (req.method == "POST") { value = req.body; res.status(200).json("Ok"); initalBoardID = value.model.id; value = value.action; type = value.type; translationKey = value.display.translationKey; if ( type == "addMemberToCard" && translationKey == "action_member_joined_card" ) { member = value.display.entities.member.id; createCard(); } } else { res.status(200).json("Function works"); } }

Si uso Postman, esta función funciona bien. Pero Trello no envía ningún webhook a través de esta función.

La URL tiene un certificado SSL y un protocolo https.

¿Cómo puedo actualizar esta función para que Trello envíe un webhook a través de esta función?

about 4 years ago · Juan Pablo Isaza
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!