I am looking to create a workflow and get data from zendesk sell’s api. Is this possible with n8n?
Hey @thudak,
We don’t have a node that is specifically designed for Sell but it looks like you should be able to work with it by manually building out the requests using the HTTP Request node.
I have been trying for a few days now to get zendesk sell connected to n8n using oauth2.0 but I’m not having any luck. I’m able to get responses in postman but nothing in n8n.
Any tips?