Get Messages from the Heap CRM WebHook (and HeapCL)
TweetYou can now retrieve messages using the Heap CRM webhook. If I set the variable (JSON, POST or GET) “list” to “messages John Doe” I will get a JSON payload containing messages associated to the prospect John Doe.
Sense HeapCL is just a client to the WebHook, you can now retrieve this information directly from the terminal. If I type:
./heapCL --list "messages John Doe" --save "messages.csv"
I'll get a CSV containing messages associated to John Doe. If I type:
./heapCL --list "messages John Doe" --save "messages.txt"
I'll get a plain text file containing each message.
HeapCL has been updated, so all users should download the latest version.