Add TalkBack Command
Add TalkBack command to TalkBack queue
Request
HTTP Method
POST
URL
https://api.thingspeak.com/talkbacks/
<talkback_id>
/commands.<format>
Input Arguments
Name | Description |
---|---|
| (Required) TalkBack ID, specified as a positive integer. |
| Format for the HTTP response, specified as
|
Example:
https://api.thingspeak.com/talkbacks/12345/commands
Body Parameters
Name | Description | Value Type |
---|---|---|
api_key | (Required) API key for this specific instance of TalkBack. The TalkBack key is different from the channel and user API keys. | string |
command_string | Command to be sent to your device. Each command_string is limited to 255 characters. | string |
position | (Optional) The position you want the command to appear in. Any previous commands at or after this position are shifted down. If the position is left blank, the command is automatically added to the end of the queue with the highest position. | integer |
Content-Type
application/x-www-form-urlencoded
Response
Error
For the full list, see Error Codes.
Examples
See Also
Functions
Topics
- Queue Commands Using the TalkBack App From MATLAB
- Monitor and Act on Channel Inactivity Using ThingSpeak Apps
- Control a Light with TalkBack on Arduino
- Channel Update and Light Control on Arduino
- Control a Light with TalkBack on ESP8266
- Channel Update and Light Control with ESP8266
- Control a Light with TalkBack on ESP32
- Channel Update and Light Control with ESP32
- Channel Properties