APIs & Integrations

beytok
Participant

How can i get custom module details by unique_module_name

Hi i need to get custom module details by it unique_module_name

becouse i have "flexAreas" in my email response like this

 

"flexAreas": {
        "main": {
            "boxFirstElementIndex": 0,
            "boxLastElementIndex": 0,
            "boxed": false,
            "isSingleColumnFullWidth": true,
            "sections": [
                {
                    "columns": [
                        {
                            "id": "builtin_column_0-0",
                            "widgets": [
                                "primary_rich_text_module",
                                "module_16576503956111",
                                "footer_module",
                                "module_16577286918231",
                                "module_16578051244671"
                            ],
                            "width": 12
                        }
                    ],
                    "id": "builtin_section-0",
                    "style": {
                        "backgroundType": "FULL",
                        "paddingBottom": "0px",
                        "paddingTop": "0px"
                    }
                }
            ]
        }
    }

 

 "module_16577286918231" is unique_module_name 

1 Reply 1
dennisedson
HubSpot Product Team
HubSpot Product Team

How can i get custom module details by unique_module_name

@zaklein , any thoughts?