Skip to main content

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}
}
}

 

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 :)


Yes, It’s all solved! Thanks


Reply