Webhooks let you receive HTTP requests when an article’s audio is created, updated, or deleted. Use them to automate workflows and keep your systems in sync with your BeyondWords content.
To get started go to Project > Settings > Integrations > Webhooks.
1
Create a new webhook
Click the + Webhook button to create your first webhook.
2
Enter webhook URL
In the “Webhook URL” field, enter the URL where BeyondWords should send event notifications. This should be an endpoint on your server that’s configured to receive and process webhook events.
3
Set request headers (optional)
If your webhook requires authentication or custom headers:
Enter a Header name (e.g., “Authorization”)
Enter a Header value (e.g., “Bearer your-token-here”)
Click the + button to add additional headers if needed
4
Enable the webhook
Toggle the Enabled switch to activate the webhook. You can disable it at any time without deleting the configuration.
5
Save your changes
Click the Save changes button to complete the setup.
Each webhook notification includes a JSON payload with details about the event and the affected content. You can use this information to trigger appropriate actions in your systems.