intercom
Installation
SKILL.md
Intercom
Customer messaging platform.
Environment
export INTERCOM_ACCESS_TOKEN="dG9rOxxxxxxxxxx"
List Contacts
curl "https://api.intercom.io/contacts" \
-H "Authorization: Bearer $INTERCOM_ACCESS_TOKEN" \
-H "Accept: application/json"