<@U04SE163WC8> I am setting up custom connector, a...
# ask-ai
t
@kapa.ai I am setting up custom connector, and facing a pagination issue. The api has pagination config as body json payload follows:
Copy code
{
  "pageable": {
    "page": 1,
    "pageSize": 500
  }
}
How to configure to inject page number to the payload above?
u
New message text here
t
there is no such option
inject_into: "request_body"