Solved

Error sending headers webhook

  • 13 March 2022
  • 2 replies
  • 273 views

Userlevel 3

When I send the attribute headers, I’m getting error 500

mutation {
createWebhook(input:{
actions: ["card.done"],
name: "SAP",
url: "http://x.x.x.x:8080/v1/public/sap-integrator/invoice",
headers: {Authorization:"Basic xxx"},
pipe_id: 302174055
}){
webhook {actions, headers, id, name, url}
}
}

 

icon

Best answer by Roberto Chavarria 17 March 2022, 13:32

View original

2 replies

Userlevel 6
Badge +5

Hi there! @tiago260 ! I believe it's the same scenario as in this thread, correct? 

 

https://community.pipefy.com/ask-the-community-43/how-to-integrate-my-app-with-pipefy-webhook-538

 

Let me know if you're still having issues :)

Userlevel 3

Yes, It’s all solved! Thanks

Reply