Supported Koalect event notifications
tip
The following event notifications are automatically sent to Salesforce when users interact with the Koalect platform.
Each interaction triggers a corresponding Salesforce platform event: RaiseNowNPOKit__Engagement__e.
koalect.projects.project.created
{
    "event": {
        "id": "3fd88c30-90a3-013d-afd9-3ed09cb0380e",
        "data": {
            "id": "c1418416-be71-4663-a7fb-7fc09913de0b",
            "name": "This is a test Project - 17329004382866880001937648",
            "slug": "this-is-a-test-project-17329004382866880001937648",
            "status": "published",
            "address": {
                "city": "Meiselding",
                "line1": null,
                "line2": null,
                "state": "Kärnten",
                "country": "Oostenrijk",
                "latitude": 46.83945,
                "longitude": 14.39593,
                "postal_code": "9312"
            },
            "members": [
                {
                    "id": "906459b0-5b08-4546-96ee-95001b233263",
                    "email": "admin@mykoalect.com",
                    "gender": null,
                    "address": {
                      "city": "Brussels",
                      "line1": null,
                      "line2": null,
                      "country": "Belgium",
                      "postal_code": "9312"
                      "box": null,
                      "number": null
                    },
                    "birthday": null,
                    "language": "en-GB",
                    "lastname": "mykoalect.com",
                    "client_id": "ad93dfe9-5ae2-4080-b4ac-a833b21cc90b",
                    "firstname": "admin",
                    "created_at": "2024-11-29T17:13:24.447Z",
                    "updated_at": "2024-11-29T17:13:24.447Z",
                    "is_verified": false,
                    "confirmed_at": null,
                    "phone_number": null
                }
            ],
            "user_id": "906459b0-5b08-4546-96ee-95001b233263",
            "end_date": null,
            "client_id": "95442cf3-5a89-4d33-9b86-39b94c3359e9",
            "created_at": "2024-11-29T17:14:00.137Z",
            "start_date": null,
            "updated_at": "2024-11-29T17:14:00.291Z",
            "campaign_id": "317b819e-130c-42c7-bc76-5fd5c2d193ba",
            "description": "",
            "goal_amount": 10000,
            "procedure_id": "b849f504-f8e7-474a-8f1a-d6e06502f69a",
            "benefiting_id": null
        },
        "name": "koalect.projects.project.created",
        "object": "Project",
        "timestamp": 1732900440,
        "object_uuid": "c1418416-be71-4663-a7fb-7fc09913de0b",
        "account_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e",
        "organisation_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e"
    }
}
koalect.participations.participation.succeeded
{
    "event": {
        "id": "40411ee0-90a3-013d-afd9-3ed09cb0380e",
        "data": {
            "id": "92bbe992-83a2-49ac-9775-509eff442596",
            "status": "done",
            "objects": {
                "transaction": {
                    "id": 1,
                    "amount": 33600,
                    "user_id": "906459b0-5b08-4546-96ee-95001b233263",
                    "category": "donation",
                    "currency": "EUR",
                    "client_id": "95442cf3-5a89-4d33-9b86-39b94c3359e9",
                    "is_recurring": false,
                    "payment_method": "bancontact",
                    "transaction_date": "2024-11-29T17:14:00.981Z",
                    "external_payment_id": null
                }
            },
            "user_id": "906459b0-5b08-4546-96ee-95001b233263",
            "category": "donation",
            "customer": {
                "email": "dummy@donation.user",
                "avatar": null,
                "gender": null,
                "address": {
                    "city": "Ixelles",
                    "line1": "Rue xxxx 16",
                    "line2": "4th floor",
                    "state": null,
                    "country": "BE",
                    "latitude": null,
                    "longitude": null,
                    "postal_code": "1050"
                },
                "lastname": "User",
                "firstname": "Dummy Donation"
            },
            "client_id": "95442cf3-5a89-4d33-9b86-39b94c3359e9",
            "created_at": "2024-11-29T17:14:00.974Z",
            "project_id": "c1418416-be71-4663-a7fb-7fc09913de0b",
            "updated_at": "2024-11-29T17:14:01.136Z",
            "campaign_id": "317b819e-130c-42c7-bc76-5fd5c2d193ba",
            "informations": {
                "newsletter": true,
                "terms_of_use": true
            },
            "procedure_id": "3ed36f1b-5533-4f07-8f7b-21d667b2c7a2"
        },
        "name": "koalect.participations.participation.succeeded",
        "object": "ProcedureExecution",
        "timestamp": 1732900441,
        "object_uuid": "92bbe992-83a2-49ac-9775-509eff442596",
        "account_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e",
        "organisation_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e"
    }
}
koalect.campaigns.campaign.created
{
    "event": {
        "id": "3f7bf5b0-90a3-013d-afd9-3ed09cb0380e",
        "data": {
            "id": "317b819e-130c-42c7-bc76-5fd5c2d193ba",
            "name": {
                "en-GB": "This is a test campaign 17329004382866880001937648"
            },
            "slug": "this-is-a-test-campaign-17329004382866880001937648",
            "status": "draft",
            "end_date": null,
            "client_id": "95442cf3-5a89-4d33-9b86-39b94c3359e9",
            "created_at": "2024-11-29T17:13:59.499Z",
            "start_date": null,
            "updated_at": "2024-11-29T17:13:59.757Z",
            "description": {
                "en-GB": "",
                "fr-FR": "",
                "nl-NL": ""
            }
        },
        "name": "koalect.campaigns.campaign.created",
        "object": "Campaign",
        "timestamp": 1732900439,
        "object_uuid": "317b819e-130c-42c7-bc76-5fd5c2d193ba",
        "account_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e",
        "organisation_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e"
    }
}
koalect.projects.project_goal.updated
{
    "event": {
        "id": "422fe960-90a3-013d-afd9-3ed09cb0380e",
        "data": {
            "id": "c1418416-be71-4663-a7fb-7fc09913de0b",
            "name": "This is a test Project - 17329004382866880001937648",
            "slug": "this-is-a-test-project-17329004382866880001937648",
            "status": "published",
            "address": {
                "city": "Meiselding",
                "line1": null,
                "line2": null,
                "state": "Kärnten",
                "country": "Oostenrijk",
                "latitude": 46.83945,
                "longitude": 14.39593,
                "postal_code": "9312"
            },
            "members": [
                {
                    "id": "906459b0-5b08-4546-96ee-95001b233263",
                    "email": "admin@mykoalect.com",
                    "gender": null,
                    "address": {
                      "city": "Brussels",
                      "line1": null,
                      "line2": null,
                      "country": "Belgium",
                      "postal_code": "9312"
                      "box": null,
                      "number": null
                    },
                    "birthday": null,
                    "language": "en-GB",
                    "lastname": "mykoalect.com",
                    "client_id": "ad93dfe9-5ae2-4080-b4ac-a833b21cc90b",
                    "firstname": "admin",
                    "created_at": "2024-11-29T17:13:24.447Z",
                    "updated_at": "2024-11-29T17:14:00.989Z",
                    "is_verified": false,
                    "confirmed_at": null,
                    "phone_number": null
                }
            ],
            "user_id": "906459b0-5b08-4546-96ee-95001b233263",
            "end_date": null,
            "client_id": "95442cf3-5a89-4d33-9b86-39b94c3359e9",
            "created_at": "2024-11-29T17:14:00.137Z",
            "start_date": null,
            "updated_at": "2024-11-29T17:14:04.369Z",
            "campaign_id": "317b819e-130c-42c7-bc76-5fd5c2d193ba",
            "description": "",
            "goal_amount": 1234,
            "procedure_id": "b849f504-f8e7-474a-8f1a-d6e06502f69a",
            "benefiting_id": null
        },
        "name": "koalect.projects.project_goal.updated",
        "object": "Project",
        "timestamp": 1732900444,
        "object_uuid": "c1418416-be71-4663-a7fb-7fc09913de0b",
        "account_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e",
        "organisation_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e"
    }
}
koalect.projects.member.created
{
    "event": {
        "id": "445693f0-90a3-013d-afd9-3ed09cb0380e",
        "data": {
            "id": "c1418416-be71-4663-a7fb-7fc09913de0b",
            "name": "This is a test Project - 17329004382866880001937648",
            "slug": "this-is-a-test-project-17329004382866880001937648",
            "status": "published",
            "address": {
                "city": "Meiselding",
                "line1": null,
                "line2": null,
                "state": "Kärnten",
                "country": "Oostenrijk",
                "latitude": 46.83945,
                "longitude": 14.39593,
                "postal_code": "9312"
            },
            "members": [
                {
                    "id": "906459b0-5b08-4546-96ee-95001b233263",
                    "email": "admin@mykoalect.com",
                    "gender": null,
                    "address": {
                      "city": "Brussels",
                      "line1": null,
                      "line2": null,
                      "country": "Belgium",
                      "postal_code": "9312"
                      "box": null,
                      "number": null
                    },
                    "birthday": null,
                    "language": "en-GB",
                    "lastname": "mykoalect.com",
                    "client_id": "ad93dfe9-5ae2-4080-b4ac-a833b21cc90b",
                    "firstname": "admin",
                    "created_at": "2024-11-29T17:13:24.447Z",
                    "updated_at": "2024-11-29T17:14:00.989Z",
                    "is_verified": false,
                    "confirmed_at": null,
                    "phone_number": null
                },
                {
                    "id": "1f6527ae-0bc9-4116-a486-e8568ac3b9e6",
                    "email": "testuser+1+17329004382866880001937648@koalect.com",
                    "gender": null,
                    "address": {},
                    "birthday": null,
                    "language": "en-GB",
                    "lastname": "17329004382866880001937648",
                    "client_id": "95442cf3-5a89-4d33-9b86-39b94c3359e9",
                    "firstname": "testuser+1",
                    "created_at": "2024-11-29T17:14:07.719Z",
                    "updated_at": "2024-11-29T17:14:07.916Z",
                    "is_verified": true,
                    "confirmed_at": "2024-11-29T17:14:07.896Z",
                    "phone_number": null
                }
            ],
            "user_id": "906459b0-5b08-4546-96ee-95001b233263",
            "end_date": null,
            "client_id": "95442cf3-5a89-4d33-9b86-39b94c3359e9",
            "created_at": "2024-11-29T17:14:00.137Z",
            "start_date": null,
            "updated_at": "2024-11-29T17:14:04.369Z",
            "campaign_id": "317b819e-130c-42c7-bc76-5fd5c2d193ba",
            "description": "",
            "goal_amount": 1234,
            "procedure_id": "b849f504-f8e7-474a-8f1a-d6e06502f69a",
            "benefiting_id": null
        },
        "name": "koalect.projects.member.created",
        "object": "Project",
        "timestamp": 1732900447,
        "object_uuid": "c1418416-be71-4663-a7fb-7fc09913de0b",
        "account_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e",
        "organisation_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e"
    }
}
koalect.users.user.updated
{
    "event": {
        "id": "444ba1d0-90a3-013d-afd9-3ed09cb0380e",
        "data": {
            "id": "1f6527ae-0bc9-4116-a486-e8568ac3b9e6",
            "email": "testuser+1+17329004382866880001937648@koalect.com",
            "gender": null,
            "address": {
              "city": "Brussels",
              "line1": null,
              "line2": null,
              "country": "Belgium",
              "postal_code": "9312"
              "box": null,
              "number": null
            },
            "birthday": null,
            "language": "en-GB",
            "lastname": "17329004382866880001937648",
            "client_id": "95442cf3-5a89-4d33-9b86-39b94c3359e9",
            "firstname": "testuser+1",
            "created_at": "2024-11-29T17:14:07.719Z",
            "updated_at": "2024-11-29T17:14:07.916Z",
            "confirmed_at": "2024-11-29T17:14:07.896Z",
            "phone_number": null
        },
        "name": "koalect.users.user.updated",
        "object": "User",
        "timestamp": 1732900447,
        "object_uuid": "1f6527ae-0bc9-4116-a486-e8568ac3b9e6",
        "account_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e",
        "organisation_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e"
    }
}
koalect.users.user.created
{
    "event": {
        "id": "442f8fc0-90a3-013d-afd9-3ed09cb0380e",
        "data": {
            "id": "1f6527ae-0bc9-4116-a486-e8568ac3b9e6",
            "email": "testuser+1+17329004382866880001937648@koalect.com",
            "gender": null,
            "address": {
              "city": "Brussels",
              "line1": null,
              "line2": null,
              "country": "Belgium",
              "postal_code": "9312"
              "box": null,
              "number": null
            },
            "birthday": null,
            "language": "en-GB",
            "lastname": "17329004382866880001937648",
            "client_id": "95442cf3-5a89-4d33-9b86-39b94c3359e9",
            "firstname": "testuser+1",
            "created_at": "2024-11-29T17:14:07.719Z",
            "updated_at": "2024-11-29T17:14:07.719Z",
            "confirmed_at": null,
            "phone_number": null
        },
        "name": "koalect.users.user.created",
        "object": "User",
        "timestamp": 1732900447,
        "object_uuid": "1f6527ae-0bc9-4116-a486-e8568ac3b9e6",
        "account_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e",
        "organisation_uuid": "3f396480-90a3-013d-afd8-3ed09cb0380e"
    }
}