Quick Start
Webhooks allow you to push Somewear data to your server via a HTTP POST request.
Sample Repo
https://github.com/somewear-labs/hello-space-server
Configure
You must have a Somewear Organization to create webhooks. If you're interested in setting up a Somewear Organization with our team/enterprise plans, please inquire at https://somewearlabs.com/ or contact sales@somewearlabs.com.
Sign into the Somewear web app at https://somewear.app.
Navigate to your Organization Settings page by clicking
Account > Settings
.Click
Add Server Connection > Webhook
.Fill out the name & URL for your webhook. Somewear will send a HTTP POST request to this address. You can include basic credentials in the Authentication Credentials section or any other required headers like API keys in the Custom Headers section.
Click submit and the webhook will be tested with a health check request.
Upon save, click the settings icon to configure which Workspaces will push data to your webhook.
JSON
Last updated