Picky Assist Help Desk
Setting Up
API V2
FAQ
Guide
Search…
Welcome To Picky Assist 🙏
Setting Up Guide
Setting Up Account
Connecting Channels
Setting Up Teambox
Setting Up Smart Replies
Setting Up Broadcaster
Setting Up Sequence
Setting Up CRM
Setting Up Social CRM
Setting Up Connector
Setting Up Widgets
Setting Up Ad-On's
Quick Rollout Guide
Archives
API Documentation V2
Introduction
Quick Start Guide 🏃
Sandbox Mode WhatsApp Official
Global Webhook
Event Webhook
Push API
WhatsApp Template API
WhatsApp Group API
WhatsApp Settings API's
Device Manage API’s
Fetching Device Status API
Device Commands API’s
WhatsApp Automation Server Status API
Account API
Project Management API
References
Sample Codes
General Guidelines
WhatsApp
Billing
Blacklisting Numbers
Adding Money Into Account
Rate Limits
FAQ
General FAQ
Push API FAQ
Webhook FAQ
Changelog
2021
2020
2019
Powered By
GitBook
Device Commands API’s
This API allows you to command your device to perform various actions to manage the device remotely;
List of Available Commands
You need to pass your command through
“command”
tag
Command
Description
restart
This will restart the picky assist app installed in the device
reset
This will reset the picky assist app, all message queue will be deleted and database in the device will be cleared
delete-message-queue
This command will delete all messages which are in Queue
delete-call-queue
This command will delete all calls which are in Queue
stop-message-queue
This command will temporarily stop processing messages from queue.
Please note if your send a message then the Queue will start processing again.
stop-call-queue
This command will stop all queue in the device
resume-message-queue
This will resume the message queue if its stopped earlier
resume-call-queue
This will resume the call queue if its stopped earlier
post
https://pickyassist.com/app/api/v2/
device-action
Commanding API's
Sample Request
{
"token"
:
"PICKY_API_TOKEN"
,
"command"
:
"restart"
}
Sample Response
{
"status"
:
100
,
"message"
:
"Success"
}
Previous
Fetching Device Status API
Next
WhatsApp Automation Server Status API
Last modified
3yr ago
Copy link
Outline
List of Available Commands
post
Commanding API's
Sample Request
Sample Response