The items.updated webhook is sent when there is any change to a property value of an Item object.
Sent when Items are updated or removed.Documentation Index
Fetch the complete documentation index at: https://docs.argyle.com/llms.txt
Use this file to discover all available pages before exploring further.
config parameter.Username = api_key_id, Password = api_key_secret
items.updated
["items.updated"]Your name for the webhook subscription.
"My Items Updated Webhook"
Where you want to receive webhook delivery. This can be either a backend URL that you manage, or a URL provided by a webhook management service. Argyle handles URL encoding for webhook URLs. Send the URL in its normal, unencoded form.
"https://your-webhook-endpoint.com"
Object containing an array of up to 30 Item ID's.
Optional secret used to verify webhooks.
"your_secret_key"