I can create an event through the api, but when i want a user to set it’s attendance i always get the following error.
{ "status": "error", "message": "externalAccountId is required", "correlationId": "9d197a12-ced1-450d-ac68-96bdeb1a0c40"}
Anybody an idea how to fix this or can make it work?
But in my call i give a externalId with it? The externalId is the same name as the marketingEvent name just to make it unique.
curl --location 'https://api.hubapi.com/marketing/v3/marketing-events/attendance/632552/attend/email-create' \--header 'Content-Type: application/json' \--header 'Authorization: Bearer <TOKEN>' \--data-raw '{ "inputs": [ { "interactionDateTime": 0, "email": "john@doe.com", } ]}'