Authorizations
- x-api-key string required header
Your Valley API key.
Path Parameters
- id string required
Request Body
application/json- label string
- webhookUrl string
New absolute http(s) endpoint.
- triggerTypes[] string enum arrayenum
Events that fire this webhook. PROSPECT_RESPONSE and SEND_FIRST_PROSPECT_RESPONSE are mutually exclusive; if both are sent only PROSPECT_RESPONSE is kept. 14 allowed enum values.
- payloadFields object | null
Optional payload opt-ins (extra fields to include in the delivered JSON). null clears them.
+ - Show Child Attributes
- include_icp_fit boolean
- include_icp_fit_justification boolean
- include_template_name boolean
- include_subject boolean
- include_message_type boolean
- include_message_index boolean
- include_file_upload_data boolean
- first_prospect_response_inmail_only boolean
- warm_list_min_icp_fit string enum enum
Allowed values: HIGH, MEDIUM, LOW.
- enabled boolean
false pauses delivery, true resumes it.
Response
application/json- statusCode number
- status boolean
- message string
- data object
+ - Show Child Attributes
- webhook object
+ - Show Child Attributes
- id string
- label null | string
- scope string enum enum
Allowed values: PERSONAL, WORKSPACE.
- webhookUrl string
- triggerTypes[] string array
- payloadFields null | object
+ - Show Child Attributes
- [key: string] any additional
Additional arbitrary properties are allowed.
- isActive boolean
false = paused; nothing is delivered until re-enabled.
- createdByUserId string
- workspaceId null | string
- createdAt string
- lastUsedAt null | string