This endpoint allows you to upsert new or existing Groups. If the group already exists, it will be updated with the new data. Any property left unchanged will not be modified. Changes to tracking events are append-only.Documentation Index
Fetch the complete documentation index at: https://engage-docs.frigade.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which
The ID of the group as defined in your own application
"x34daa11-3745-4ac0-880e-d4b4d51fe13f"
The ID of the user as defined in your own application
"d34daa11-3745-4ac0-880e-d4b4d51fe13f"
Optional properties to add to the group
{
"name": "Acme Inc.",
"companyUrl": "https://example.com",
"logoUrl": "https://example.com/logo.jpg"
}Optional tracking events to add to the group
[
{
"event": "SignedUp",
"properties": {
"source": "landing-page",
"campaign": "summer-sale"
}
}
]The group has been successfully created or updated