When I get a deal I can only get the deal stage as an ID that does not seem to be any way to convert it to a name?
What should I do or should I just hard code the ID?
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
@bally , I got the answer from their community, HubSpot Community - deal stage label via API - HubSpot Community. They imply that you can use HS Pipeline API to get stage label. That is, add querying the endpoint https://api.hubapi.com/crm-pipelines/v1/pipelines/deals to your workflow. With that, you will get all the stages’ labels for each pipeline.
1 Like
Thanks, i guess for now I’ll hard code it. Because if just to avoid a http where i can, and hopefully it will not change. I guess not a lot of users here use hs.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.