cURL
curl --request POST \ --url https://app.fliqr.ai/api/accounts/bot_fields/{bot_field_id} \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'X-ACCESS-TOKEN: <api-key>' \ --data 'value=<string>'
{ "success": true }
Set a bot field value
successful operation
Was this page helpful?