move_upsert_webhook_endpoint
Create or update a webhook endpoint for your client to receive Move event notifications. Provide a stable ID to update the same endpoint, set the HTTPS URL, and subscribe to specific events.
Instructions
Create or update a webhook endpoint for this client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Stable identifier for this endpoint; re-used to update it. | |
| url | Yes | HTTPS URL Move should POST events to. | |
| events | No | Event names to subscribe to, e.g. ['job.finished']. | |
| secret | No | Signing secret. Handle as a credential. | |
| metadata | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||