cURL
curl --request POST \ --url https://{host}/api/{session}/chats/{chatId}/messages/{messageId}/pin \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "duration": 86400 } '
Pin a message at the top of the chat
Your Wappfy API key (get it at dash.wappfy.com.br)
Session name (instanceName)
Conversation ID
Duration in seconds. 24 hours (86400), 7 days (604800), 30 days
86400