Skip to content

Instantly share code, notes, and snippets.

@acapps
Created September 11, 2014 21:32
Show Gist options
  • Save acapps/78f960193d5a27814e18 to your computer and use it in GitHub Desktop.
Save acapps/78f960193d5a27814e18 to your computer and use it in GitHub Desktop.
cURL example of installing the Keyword App.
$curl https://api.zipwhip.com/app/install
-d session=[sessionKey]
–d appId=4601
This will add the Keyword option to the webapp.
Response:
{
"success": true,
"response": {
"appId": 4601,
"appKey": "keyword_auto_reply",
"installedAppId": xxxx,
"settings": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment