Webhook
SchemaFields
· 9id string · uuid required Unique identifier for the webhook subscription.
name string required Display name for the subscription. Auto-generated when not provided on create.
url string · uri required HTTPS delivery URL. Sotion POSTs signed event envelopes here.
events array of WebhookEvent required Event types this subscription receives.
values
member.createdmember.updatedmember.authmember.deletedaccess-group.createdaccess-group.updated
active boolean required Whether the subscription is currently delivering events.
secretPrefix string required First 10 characters of the signing secret, used to identify which secret an integration holds. The full secret is only returned on create.
managedBy string · nullable External system that owns this subscription (e.g. 'zapier'). Null when user-managed via the dashboard.
createdAt string · date-time· nullable When the subscription was created.
updatedAt string · date-time· nullable When the subscription was last modified.