post https://api.gomotive.com/v1/company_webhooks
Purpose: Use this endpoint to create a new company Webhook.
NOTE
You must specify the following are Query Parameters:
- URL
- Secret
- Format
- Actions
- Enabled
Refer to the Query Parameters section for more info.
Response Parameters
id
- Type: Integer
- Description: The unique identifier for the webhook.
url
- Type: String
- Description: The URL to which the Webhook sends data.
secret
- Type: String
- Description: A secret key used for Webhook authentication.
format
- Type: String
- Description: The format of the Webhook data (e.g.,
json
).
actions
- Type: Array of Strings
- Description: The list of actions that trigger the Webhook.
enabled
- Type: Boolean
- Description: Indicates whether the Webhook is enabled.