Realtime: Update destination
webhook_update_destinationUpdate a webhook destination URL, events or provider/account selection. Common n8n chain: create with Test URL -> receive mock event -> update same destination to Production URL. Nilyo recomputes authorized account_ids server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| events | No | Exact Unipile V2 event types. Call webhook_list_available_events first when unsure. Do not invent event names. | |
| enabled | No | ||
| runtime | No | ||
| providers | No | Optional provider filter. google includes Gmail and outlook includes Microsoft accounts. With auto_include_new_accounts=true, Nilyo keeps this Unipile endpoint's account_ids synchronized when the user connects matching accounts later. | |
| account_ids | No | Optional explicit Unipile account IDs returned by list_connected_accounts. Nilyo rejects the whole request if any ID is not owned by the authenticated user. | |
| request_url | No | Public HTTPS POST receiver URL supplied by the target runtime. Never guess a URL. | |
| destination_id | Yes | Nilyo webhook destination ID returned by webhook_create_destination/webhook_list_destinations. Never use the Unipile endpoint ID directly. | |
| auto_include_new_accounts | No |