Webhook Topics
NextZen publishes messages identified by topic name whenever entities are created, updated or deleted in the organizations data.
Topics are organized by topic categories: Application, Award, Organization, Program, and Review.
-
Organization_ProfileCreatedTriggered when a new profile is created in the organization.
Sample Payload
{ "id": "1CFH8tTkeiArLVNrW7eTFL", "userId": "Llz4Ekmuxr2h6DMCxkQFoctDX-C9Q0FUMA3n", "type": "individual", "createdAt": "2024-09-14T17:21:32.587Z", "updatedAt": "2024-09-14T17:21:32.587Z" } -
Organization_ProfileUpdatedTriggered when a profile is updated in the organization.
Sample Payload
{ "id": "1CFH8tTkeiArLVNrW7eTFL", "userId": "Llz4Ekmuxr2h6DMCxkQFoctDX-C9Q0FUMA3n", "type": "individual", "createdAt": "2024-09-14T17:21:32.587Z", "updatedAt": "2024-09-14T17:21:32.587Z" } -
Program_ProgramCreatedTriggered when a new program is created in the organization.
Sample Payload
{ "id": "1CFRCuwkAaWWkYW2i3xQmL", "organizationId": "GxyS0e1sjYZJtPz3Wnoe0aNvlIIPgspZcPoK", "userId": "Llz4Ekmuxr2h6DMCxkQFoctDX-C9Q0FUMA3n", "name": "Example", "slug": "example", "description": "Example Program", "type": "grant", "status": "initialized", "active": false, "invitationOnly": false, "invitationCode": null, "createdAt": "2024-09-14T17:21:32.587Z", "updatedAt": "2024-09-14T17:21:32.587Z" }
Previous
Webhooks
