Fire a test webhook (sandbox only)
plaid_sandbox_fire_webhookFire a sandbox webhook on an Item to test your webhook handler. Pick a webhook code to simulate Plaid events like SYNC_UPDATES_AVAILABLE.
Instructions
Calls /sandbox/item/fire_webhook so you can exercise your webhook handler. The Item must have been created with a webhook URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | item_id from plaid_sandbox_item_create (or a raw access_token you already hold) | |
| webhook_code | No | SYNC_UPDATES_AVAILABLE |