Documentation Index
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting started
Discover what your API key can do
Discover what your API key can do
endpoints array to know which API calls you can make.Syncing data
CRM sync (incremental)
CRM sync (incremental)
last_activity timestamp from the response and use it as last_activity_since on the next sync.Export all outbound calls from this quarter
Export all outbound calls from this quarter
page until pagination.has_more is false.Searching conversations
Find calls where customers mentioned billing issues
Find calls where customers mentioned billing issues
"bill" matches “billing”, “billed”, etc.Search what we discussed about refunds with a contact
Search what we discussed about refunds with a contact
Show all interactions with a contact
Show all interactions with a contact
Get full context on a specific call
Get full context on a specific call
transcript is the only supported extend value.How many calls were missed last week?
How many calls were missed last week?
size=1 to get just the count:pagination.total_count from the response — no need to fetch all results.Show me qualified leads from cold calls this month
Show me qualified leads from cold calls this month
Find all unread conversations on a line
Find all unread conversations on a line
allo_number parameter is required. List your numbers with GET /v2/api/numbers to find the right one.Taking actions
Tag a call and then find all calls with that tag
Tag a call and then find all calls with that tag
409 TAG_ALREADY_EXISTS — no duplicate is created.Mark a conversation as read
Mark a conversation as read
READ on an already-read conversation is a no-op.Archive a conversation
Archive a conversation
Send an SMS follow-up
Send an SMS follow-up
Analytics and reporting
What is my cold calling performance this week compared to last?
What is my cold calling performance this week compared to last?
Get team performance for last month
Get team performance for last month
Compare two reps' performance
Compare two reps' performance
Cold calling performance for a specific line
Cold calling performance for a specific line
Team and setup
Resolve a team member name to filter conversations
Resolve a team member name to filter conversations
Find which Allo number to use for a country
Find which Allo number to use for a country
country and check capabilities to find a number that supports the channel you need (VOICE, SMS, MMS).List all available tags before building a report
List all available tags before building a report