Conversations on your connected account, newest first, with unread counts; pass chat_id to read one thread. Poll it after invitations and messages to catch replies.
Unipile:
all inputs
✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.
| Provider | Status |
|---|---|
Unipile |
live |
Unit: per_read · unmatched results billed: no
The exact quote is returned by /v1/inspect before every call and held with headroom (1.5x the quote) on execution. The quote is the price floor: if the provider's actual cost overruns it, the run bills at about 1.5x cost, never above the hold. The unused part of every hold is released.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "linkedin.messages", "input": { }, "routing": {"provider": "auto"} }'
{
"properties": {
"account_id": {
"type": "string"
},
"after": {
"description": "ISO timestamp",
"type": "string"
},
"chat_id": {
"description": "Read this thread\u0027s messages",
"type": "string"
},
"cursor": {
"type": "string"
},
"limit": {
"default": 20,
"type": "integer"
},
"unread": {
"default": false,
"description": "Only conversations with new replies",
"type": "boolean"
}
},
"type": "object"
}
chats · messages · cursor