soc86
07/07/2024, 8:01 PMVapi
07/07/2024, 8:03 PMlimit query parameter when setting up your webhook request. This parameter will control the maximum number of items to return. The default is usually set to 100, but you can adjust it according to your needs.
For example, if you want to limit the data to 50 items, you would add ?limit=50 to the end of your webhook URL. Here's how you might adjust your `serverUrl`:
php
"serverUrl"=> "https://hooks.zapier.com/hooks/catch/####/####/?limit=50"
Remember to replace 50 with the number that suits your requirements. If you need further assistance with setting this up or have any other questions, feel free to ask!Vapi
07/07/2024, 8:03 PMVapi
07/07/2024, 8:03 PMsoc86
07/07/2024, 8:04 PMShubham Bajaj
07/07/2024, 9:25 PMsoc86
07/07/2024, 9:28 PMShubham Bajaj
07/08/2024, 2:05 PM