Skip to main content

Solved

12517 Topics
Historical email subscription does not have a valid consented_at timestamp

I am using the subscribe api and keep getting the error mentioned in subject, regardless of which format I specify.Any input appreciated, thanks… here is the payload:{    "data": {        "type": "profile-subscription-bulk-create-job",        "attributes": {            "profiles": {                "data": [                    {                        "type": "profile",                        "attributes": {                            "subscriptions": {                                "email": {                                    "marketing": {                                        "consent": "SUBSCRIBED",                                        "consented_at": "2025-06-18T21:54:30"                                    }                                }                            },                            "email": "ekstra@kontakt.zzy"                        },                        "id": "01JY2CZ2H7BNTB5FK5G8BNX0JY"                    }                ]            },            "custo