curl --request POST \
--url https://api.hubapi.com/marketing/v3/marketing-events/{appId}/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"eventDetailsUrl": "<string>"
}
'{
"appId": 123,
"eventDetailsUrl": "<string>"
}Crea o actualiza la configuración actual de la aplicación.
curl --request POST \
--url https://api.hubapi.com/marketing/v3/marketing-events/{appId}/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"eventDetailsUrl": "<string>"
}
'{
"appId": 123,
"eventDetailsUrl": "<string>"
}Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
La URL que se utilizará para recuperar los detalles del evento de marketing por ID. Debe contener una secuencia de caracteres "%s" que será sustituida por el ID del evento. Por ejemplo: "https://my.event.app/events/%s"