Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.fliqr.ai/api/users/{user_id}/send/products \ --header 'Content-Type: application/json' \ --header 'X-ACCESS-TOKEN: <api-key>' \ --data ' { "product_id": [ 1111, 222, 3333 ] } '
This response has no body data.
Send a product message to the user
The product_id field could be a single product id, an array of product ids, or multiple product ids separated by a comma
Was this page helpful?