Creates a webhook (web push notification) in eTermin to receive real-time updates about appointments. IMPORTANT: eTermin webhook configuration is typically managed through the web UI at API > API & Web Push. This action attempts API-based creation but will return a helpful messa…
urlRequiredstringThe webhook URL where eTermin will send notifications when events occur. Must be a valid HTTPS URL that can receive POST requests. Example: 'https://your-app.com/webhooks/etermin'
activebooleanWhether the webhook should be active immediately after creation.
formatstringFormat for webhook payload: 'json' (all fields always included) or 'variables' (only filled fields). Defaults to 'json'.
secretKeystringOptional secret hash key for webhook signature verification. If provided, eTermin will include this in webhook requests for authentication.
headerNamestringOptional custom HTTP header name for webhook authentication. Use with header_value to add custom authentication headers.
headerValuestringOptional custom HTTP header value for webhook authentication. Use with header_name to add custom authentication headers.
use_form_encodingbooleanAdvanced option: Send payload as application/x-www-form-urlencoded instead of JSON. Only use if specifically required by your tenant.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.