User Lifecycle Events via Webhooks
Accommador now supports webhook events for user lifecycle activity, allowing developers to receive real-time notifications whenever users are created, updated, or deleted.These…
Accommador now supports webhook events for user lifecycle activity, allowing developers to receive real-time notifications whenever users are created, updated, or deleted. These webhook events help external systems stay synchronized without relying on polling or manual checks. User Lifecycle Events via WebhooksFrequently Asked QuestionsRelated ArticlesSupported User Lifecycle EventsThe following webhook events are now available:user.createduser.updateduser.deletedThese events are triggered whenever a user is created, updated, or removed inside Accommador.
Available Webhook Eventsuser.createdTriggered when a new user is created.
- Common use cases: Provisioning external accountsSyncing users to third-party systemsTriggering onboarding workflowsuser.updatedTriggered when user information changes.
- Common use cases: Syncing profile updatesUpdating permissions or rolesKeeping external CRMs synchronizeduser.deletedTriggered when a user is deleted.
- Common use cases: Removing external accessRevoking permissionsCleaning up downstream systemsEvent Delivery BehaviorWebhook events are delivered in real time whenever supported user lifecycle actions occur.
- Additional delivery features include: Automatic retry attempts for failed deliveriesEvent IDs for idempotency handlingDelivery logs for troubleshooting and diagnosticsThis screenshot demonstrates: Inbound webhook flowReal-time event deliveryThird-party integration flowWebhook-triggered automation behaviorWebhook SecurityUser lifecycle webhooks use signed requests to help verify event authenticity.
- Security features include: HMAC request signingEvent identifiers for duplicate preventionRetry handling for failed webhook deliveriesAlways validate webhook signatures before processing incoming webhook events.
Common Use CasesDevelopers commonly use these events to: Sync users across multiple platformsAutomate onboarding and offboardingMaintain analytics and reporting pipelinesTrigger provisioning workflowsKeep external systems updated in real timeFrequently Asked QuestionsQ: What user events are supported? A: Accommador currently supports user.created, user.updated, and user.deleted.
Q: Are webhook deliveries retried if they fail?
A: Yes. Failed webhook deliveries are automatically retried automatically.
Q: Are webhook requests signed?
A: Yes. User lifecycle webhooks support HMAC request signing.
Q: Can webhook events be used for external user synchronization?
A: Yes. These events are designed to support real-time synchronization across external systems.
Q: Do webhook events include unique event IDs?
A: Yes. Event IDs are included to support idempotent processing and duplicate prevention.
Can't find what you need? Log in and use the in-app chat, or talk to our team.