GITBOOK-212: No subject

This commit is contained in:
Ryan Kulp
2026-06-19 17:16:52 +00:00
committed by gitbook-bot
parent 0f4dadd54c
commit 26a9ae3103
+4
View File
@@ -72,6 +72,10 @@ curl "https://trmnl.com/api/custom_plugins/asdfqwerty1234" \
-X POST
```
{% hint style="info" %}
**Note**: when using this strategy, [#rate-limits](webhooks.md#rate-limits "mention") (namely request size) still apply. New data will be merged with existing data and that payload must not exceed the maximum size.
{% endhint %}
#### Stream strategy
The `stream` strategy is useful for accumulating values in arrays. Any top-level arrays are appended with the incoming values, and the `stream_limit` parameter ensures that old values drop off the arrays so they don't grow forever.