Update property entries for broadcast recipients. Replaces any existing entries for this broadcast.
curl --request PATCH \
--url https://api.useinvent.com/orgs/{org_id}/broadcasts/{broadcast_id}/properties/entries \
--header 'Content-Type: application/json' \
--data '
{
"entries": [
{
"values": {},
"user_id": "<string>",
"email": "<string>",
"phone": "<string>"
}
]
}
'{
"properties_count": 123,
"entries_count": 123
}Schema for importing broadcast property entries
50000Show child attributes
Was this page helpful?
curl --request PATCH \
--url https://api.useinvent.com/orgs/{org_id}/broadcasts/{broadcast_id}/properties/entries \
--header 'Content-Type: application/json' \
--data '
{
"entries": [
{
"values": {},
"user_id": "<string>",
"email": "<string>",
"phone": "<string>"
}
]
}
'{
"properties_count": 123,
"entries_count": 123
}