apps.datastore.put
method
Welcome to the new home of Slack developer docs!
We're still building and not all features are available quite yet. Enjoy this peek into the future!
Not ready for the future? Return to the past at api.slack.com.
Usage info
This method is only available for workflow apps.
Refer to Datastores for more information.
This method is used to create or replace a datastore item.
{
"datastore": "good_tunes",
"item": {
"id": "4",
"artist": "Whitney Houston",
"song": "I Will Always Love You"
}
}