Example subscription
Items
Items.updated webhook
The items.updated webhook is sent when there is any change to a property value of an Item object.
POST
Example subscription
Sent when Items are updated or removed.
Subscribing to all webhooks at once via Console or via the API will not create subscriptions to Items webhooks, which must be subscribed to individually with specific Items listed within the
config parameter.Authorizations
Username = api_key_id, Password = api_key_secret
Body
application/json
items.updated
Example:
["items.updated"]Your name for the webhook subscription.
Example:
"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.
Example:
"https://your-webhook-endpoint.com"
Object containing an array of up to 30 Item ID's.
Optional secret used to verify webhooks.
Example:
"your_secret_key"