Access the Slack API in 2 minutes 💨
Create an integration
Authorize Slack
Call the Slack API
curl "https://api.nango.dev/proxy/conversations.list?limit=10" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"