Docs.rs
  • workos-0.1.1
    • workos 0.1.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • DanielleHuisman
    • Dependencies
      • async-trait ^0.1 normal
      • chrono ^0.4 normal
      • openssl ^0.10 normal
      • pem ^0.8 normal
      • querystring ^1.1 normal
      • reqwest ^0.11 normal
      • ring ^0.16 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • url ^2.2 normal
      • matches ^0.1 dev
      • mockito ^0.31 dev
      • tokio ^1.0 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module webhooks

  • Structs
  • Enums
logo
Change settings

Module workos::webhooks

source · [−]
Expand description

A module for receiving webhooks from WorkOS.

When implementing webhooks, be sure to reference the Webhooks Best Practices guide.

Structs

ConnectionActivatedWebhook

WorkOS Docs: connection.activated Webhook

ConnectionDeactivatedWebhook

WorkOS Docs: connection.deactivated Webhook

ConnectionDeletedWebhook

WorkOS Docs: connection.activated Webhook

Directory

WorkOS Docs: Directory

DirectoryActivatedWebhook

WorkOS Docs: dsync.activated Webhook

DirectoryDeactivatedWebhook

WorkOS Docs: dsync.deactivated Webhook

DirectoryDeletedWebhook

WorkOS Docs: dsync.deleted Webhook

DirectoryGroupCreatedWebhook

WorkOS Docs: dsync.group.created Webhook

DirectoryGroupDeletedWebhook

WorkOS Docs: dsync.group.deleted Webhook

DirectoryGroupUpdatedWebhook

WorkOS Docs: dsync.group.updated Webhook

DirectoryGroupWithPreviousAttributes

A DirectoryGroup with its previous attributes.

DirectoryUserAddedToGroupWebhook

WorkOS Docs: dsync.group.user_added Webhook

DirectoryUserCreatedWebhook

WorkOS Docs: dsync.user.created Webhook

DirectoryUserDeletedWebhook

WorkOS Docs: dsync.user.deleted Webhook

DirectoryUserRemovedFromGroupWebhook

WorkOS Docs: dsync.group.user_removed Webhook

DirectoryUserUpdatedWebhook

WorkOS Docs: dsync.user.updated Webhook

DirectoryUserWithPreviousAttributes

A DirectoryUser with their previous attributes.

Webhook

A WorkOS webhook.

WebhookId

The ID of a Webhook.

Enums

DirectoryState

The state of a Directory.

WebhookEvent

The event of a Webhook.