-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
421 lines (421 loc) · 15 KB
/
Copy pathapis.yml
File metadata and controls
421 lines (421 loc) · 15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
aid: thoughtly
name: Thoughtly
url: https://raw.githubusercontent.com/api-evangelist/thoughtly/refs/heads/main/apis.yml
description: |
Thoughtly is an AI voice and chat agent platform that helps revenue and support
teams contact every lead across every channel — voice, SMS, email, WhatsApp,
and iMessage. The product combines a no-code agent designer (decision-tree
builder, Vibes AI assistant, Genius knowledge base), a managed telephony layer
(purchased numbers, branded calling, BYOC, voice cloning), and a public REST
API for programmatically creating contacts, triggering outbound calls, and
subscribing to call-completion webhooks. Thoughtly integrates natively with
Salesforce, HubSpot, Zoho, GoHighLevel, Keap, Pipedrive, Attio, Calendly,
Acuity, Cal.com, Mindbody, Gmail, Slack, Zendesk, Shopify, Zapier, and Make.
type: Index
deliveryModel:
model: saas
open_source: false
commercial: true
callable_host: true
label: Hosted service · you call their endpoint
confidence: high
source:
- openapi
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: medium
source:
- plans
- authentication
- security
generated: '2026-09-03'
method: derived
position: Producing
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/thoughtly.png
tags:
- Voice AI
- Chat AI
- Conversational AI
- AI Agents
- Outbound Calling
- Inbound Calling
- Lead Conversion
- SMS
- WhatsApp
- CRM
- Telephony
created: '2026-05-24'
modified: '2026-05-24'
specificationVersion: '0.23'
apis:
- aid: thoughtly:thoughtly-agent-api
name: Thoughtly agent API
description: Voice and chat agent operations. Agents are referenced as "interviews" in URLs.
humanURL: https://docs.thoughtly.com/developers
baseURL: https://api.thoughtly.com
tags:
- Agents
tags_raw:
- agent
properties:
- type: OpenAPI
url: openapi/thoughtly-agent-api-openapi.yml
- type: Documentation
url: https://docs.thoughtly.com/developers
- type: Documentation
url: https://docs.thoughtly.com/api-reference
- type: SpectralRules
url: rules/thoughtly-rules.yml
- type: JSONSchema
url: json-schema/thoughtly-contact-schema.json
- type: JSONSchema
url: json-schema/thoughtly-agent-schema.json
- type: JSONSchema
url: json-schema/thoughtly-call-schema.json
- type: JSONSchema
url: json-schema/thoughtly-webhook-schema.json
- type: JSONStructure
url: json-structure/thoughtly-contact-structure.json
- type: JSONStructure
url: json-structure/thoughtly-call-structure.json
- type: JSONLD
url: json-ld/thoughtly-context.jsonld
- type: Examples
url: examples/thoughtly-create-contact-example.json
- type: Examples
url: examples/thoughtly-call-contact-example.json
- type: Examples
url: examples/thoughtly-subscribe-webhook-example.json
- type: Examples
url: examples/thoughtly-new-response-webhook-example.json
- type: Webhooks
url: https://docs.thoughtly.com/integrations/webhooks
- type: Documentation
url: https://docs.thoughtly.com/automations/getting-started
- type: Authentication
url: https://app.thoughtly.com/settings/developer
- aid: thoughtly:thoughtly-contact-api
name: Thoughtly contact API
description: Contact management — create, retrieve, update, and call contacts.
humanURL: https://docs.thoughtly.com/developers
baseURL: https://api.thoughtly.com
tags:
- Contact
tags_raw:
- contact
properties:
- type: OpenAPI
url: openapi/thoughtly-contact-api-openapi.yml
- type: Documentation
url: https://docs.thoughtly.com/developers
- type: Documentation
url: https://docs.thoughtly.com/api-reference
- type: SpectralRules
url: rules/thoughtly-rules.yml
- type: JSONSchema
url: json-schema/thoughtly-contact-schema.json
- type: JSONSchema
url: json-schema/thoughtly-agent-schema.json
- type: JSONSchema
url: json-schema/thoughtly-call-schema.json
- type: JSONSchema
url: json-schema/thoughtly-webhook-schema.json
- type: JSONStructure
url: json-structure/thoughtly-contact-structure.json
- type: JSONStructure
url: json-structure/thoughtly-call-structure.json
- type: JSONLD
url: json-ld/thoughtly-context.jsonld
- type: Examples
url: examples/thoughtly-create-contact-example.json
- type: Examples
url: examples/thoughtly-call-contact-example.json
- type: Examples
url: examples/thoughtly-subscribe-webhook-example.json
- type: Examples
url: examples/thoughtly-new-response-webhook-example.json
- type: Webhooks
url: https://docs.thoughtly.com/integrations/webhooks
- type: Documentation
url: https://docs.thoughtly.com/automations/getting-started
- type: Authentication
url: https://app.thoughtly.com/settings/developer
- aid: thoughtly:thoughtly-user-api
name: Thoughtly user API
description: Authenticated user details.
humanURL: https://docs.thoughtly.com/developers
baseURL: https://api.thoughtly.com
tags:
- User
tags_raw:
- user
properties:
- type: OpenAPI
url: openapi/thoughtly-user-api-openapi.yml
- type: Documentation
url: https://docs.thoughtly.com/developers
- type: Documentation
url: https://docs.thoughtly.com/api-reference
- type: SpectralRules
url: rules/thoughtly-rules.yml
- type: JSONSchema
url: json-schema/thoughtly-contact-schema.json
- type: JSONSchema
url: json-schema/thoughtly-agent-schema.json
- type: JSONSchema
url: json-schema/thoughtly-call-schema.json
- type: JSONSchema
url: json-schema/thoughtly-webhook-schema.json
- type: JSONStructure
url: json-structure/thoughtly-contact-structure.json
- type: JSONStructure
url: json-structure/thoughtly-call-structure.json
- type: JSONLD
url: json-ld/thoughtly-context.jsonld
- type: Examples
url: examples/thoughtly-create-contact-example.json
- type: Examples
url: examples/thoughtly-call-contact-example.json
- type: Examples
url: examples/thoughtly-subscribe-webhook-example.json
- type: Examples
url: examples/thoughtly-new-response-webhook-example.json
- type: Webhooks
url: https://docs.thoughtly.com/integrations/webhooks
- type: Documentation
url: https://docs.thoughtly.com/automations/getting-started
- type: Authentication
url: https://app.thoughtly.com/settings/developer
- aid: thoughtly:thoughtly-webhooks-api
name: Thoughtly webhooks API
description: Webhook subscription, unsubscription, and automation triggers.
humanURL: https://docs.thoughtly.com/developers
baseURL: https://api.thoughtly.com
tags:
- Webhook
tags_raw:
- webhooks
properties:
- type: OpenAPI
url: openapi/thoughtly-webhooks-api-openapi.yml
- type: Documentation
url: https://docs.thoughtly.com/developers
- type: Documentation
url: https://docs.thoughtly.com/api-reference
- type: SpectralRules
url: rules/thoughtly-rules.yml
- type: JSONSchema
url: json-schema/thoughtly-contact-schema.json
- type: JSONSchema
url: json-schema/thoughtly-agent-schema.json
- type: JSONSchema
url: json-schema/thoughtly-call-schema.json
- type: JSONSchema
url: json-schema/thoughtly-webhook-schema.json
- type: JSONStructure
url: json-structure/thoughtly-contact-structure.json
- type: JSONStructure
url: json-structure/thoughtly-call-structure.json
- type: JSONLD
url: json-ld/thoughtly-context.jsonld
- type: Examples
url: examples/thoughtly-create-contact-example.json
- type: Examples
url: examples/thoughtly-call-contact-example.json
- type: Examples
url: examples/thoughtly-subscribe-webhook-example.json
- type: Examples
url: examples/thoughtly-new-response-webhook-example.json
- type: Webhooks
url: https://docs.thoughtly.com/integrations/webhooks
- type: Documentation
url: https://docs.thoughtly.com/automations/getting-started
- type: Authentication
url: https://app.thoughtly.com/settings/developer
common:
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/thoughtly/overview
- type: AgenticAccess
url: agentic-access/thoughtly-agentic-access.yml
- type: TrustCenter
url: security/thoughtly-trust-center.yml
- type: DomainSecurity
url: security/thoughtly-domain-security.yml
- type: Authentication
url: authentication/thoughtly-authentication.yml
- type: Website
url: https://thoughtly.com
- type: Portal
url: https://docs.thoughtly.com
- type: Documentation
url: https://docs.thoughtly.com/developers
- type: Documentation
url: https://docs.thoughtly.com/api-reference
- type: GettingStarted
url: https://docs.thoughtly.com/getting-started/quick-start
- type: Signup
url: https://app.thoughtly.com/signup
- type: Login
url: https://app.thoughtly.com/login
- type: Authentication
url: https://app.thoughtly.com/settings/developer
- type: Pricing
url: https://docs.thoughtly.com/platform/billing
- type: Plans
url: plans/thoughtly-plans-pricing.yml
- type: RateLimits
url: rate-limits/thoughtly-rate-limits.yml
- type: FinOps
url: finops/thoughtly-finops.yml
- type: ChangeLog
url: https://docs.thoughtly.com/support/changelog
- type: Support
url: https://docs.thoughtly.com/support/getting-help
- type: FAQ
url: https://docs.thoughtly.com/resources/faq
- type: Glossary
url: https://docs.thoughtly.com/resources/glossary/overview
- type: Whitepapers
url: https://docs.thoughtly.com/resources/whitepapers/overview
- type: VideoLibrary
url: https://docs.thoughtly.com/resources/video-library
- type: Integrations
url: https://docs.thoughtly.com/integrations/getting-started
- type: Webhooks
url: https://docs.thoughtly.com/integrations/webhooks
- type: Automations
url: https://docs.thoughtly.com/automations/getting-started
- type: KnowledgeBase
url: https://docs.thoughtly.com/genius/getting-started
- type: AgentBuilder
url: https://docs.thoughtly.com/build/agent-builder/overview
- type: PhoneNumbers
url: https://docs.thoughtly.com/phone-number/getting-started
- type: Voices
url: https://docs.thoughtly.com/agents/voices
- type: BlogPost
url: https://thoughtly.com/blog
name: Thoughtly Blog
- type: LinkedIn
url: https://www.linkedin.com/company/thoughtly-ai/
- type: Twitter
url: https://twitter.com/thoughtlyai
- type: AffiliateProgram
url: https://docs.thoughtly.com/promptbooks/joining-the-thoughtly-affiliate-program
- type: ReferralProgram
url: https://docs.thoughtly.com/support/referral-program
- type: Promptbooks
url: https://docs.thoughtly.com/promptbooks/browse
- type: Vocabulary
url: vocabulary/thoughtly-vocabulary.yml
- type: Integrations
url: https://docs.thoughtly.com/integrations/crm/salesforce
name: Salesforce
- type: Integrations
url: https://docs.thoughtly.com/integrations/crm/hubspot
name: HubSpot
- type: Integrations
url: https://docs.thoughtly.com/integrations/crm/zoho
name: Zoho CRM
- type: Integrations
url: https://docs.thoughtly.com/integrations/crm/highlevel
name: GoHighLevel
- type: Integrations
url: https://docs.thoughtly.com/integrations/crm/pipedrive
name: Pipedrive
- type: Integrations
url: https://docs.thoughtly.com/integrations/crm/attio
name: Attio
- type: Integrations
url: https://docs.thoughtly.com/integrations/crm/keap
name: Keap
- type: Integrations
url: https://docs.thoughtly.com/integrations/scheduling/calendly
name: Calendly
- type: Integrations
url: https://docs.thoughtly.com/integrations/scheduling/acuity
name: Acuity Scheduling
- type: Integrations
url: https://docs.thoughtly.com/integrations/scheduling/cal-com
name: Cal.com
- type: Integrations
url: https://docs.thoughtly.com/integrations/scheduling/mindbody
name: Mindbody
- type: Integrations
url: https://docs.thoughtly.com/integrations/communication/gmail
name: Gmail
- type: Integrations
url: https://docs.thoughtly.com/integrations/communication/slack
name: Slack
- type: Integrations
url: https://docs.thoughtly.com/integrations/communication/whatsapp-business
name: WhatsApp Business
- type: Integrations
url: https://docs.thoughtly.com/integrations/ticketing/zendesk
name: Zendesk
- type: Integrations
url: https://docs.thoughtly.com/integrations/e-commerce/shopify
name: Shopify
- type: Integrations
url: https://docs.thoughtly.com/integrations/productivity/google-sheets
name: Google Sheets
- type: Integrations
url: https://docs.thoughtly.com/integrations/productivity/airtable
name: Airtable
- type: Integrations
url: https://docs.thoughtly.com/integrations/productivity/typeform
name: Typeform
- type: Integrations
url: https://docs.thoughtly.com/integrations/productivity/trello
name: Trello
- type: Integrations
url: https://docs.thoughtly.com/integrations/productivity/smartsheet
name: Smartsheet
- type: Integrations
url: https://docs.thoughtly.com/integrations/productivity/zoom
name: Zoom
- type: Integrations
url: https://docs.thoughtly.com/integrations/automations/zapier
name: Zapier
- type: Integrations
url: https://docs.thoughtly.com/integrations/automations/make
name: Make
- type: Features
data:
- No-code Agent Builder with decision-tree nodes, variables, outcomes, and branching logic
- Vibes AI assistant for generating and editing agent workflows from natural language
- Genius knowledge base (RAG) for grounding agents in customer documents and data
- Voice library plus voice cloning and Bring Your Own Key (BYOK) TTS
- Branded calling, Bring Your Own Carrier (BYOC), and phone number purchase/management
- Public REST API for agents, contacts, calls, webhooks, and automations
- Webhook events NEW_RESPONSE, PHONE_TRANSFER, FOLDER_NEW_RESPONSE, FOLDER_PHONE_TRANSFER, ACTION_FAILED
- Webhook-triggered Automations for chaining Agent calls with HTTP, CRM, SMS, and email steps
- Omnichannel agents — voice → SMS → email → WhatsApp follow-up cadence
- Bulk upload + bulk call workflows with Audiences segmentation
- Multilingual agents and call screening bypass
- Mid-call SMS and mid-call website lookup actions
- Analytics dashboard, audit log, and call history with outcome classification
- Workspaces with role-based access and team invites
- Native integrations with 25+ tools including Salesforce, HubSpot, Zapier, Make, and Shopify
- 100 requests per minute API rate limit; subscriber 429s retried once with Retry-After
sources:
- https://thoughtly.com/
- https://docs.thoughtly.com/developers
- https://docs.thoughtly.com/api-reference
- https://docs.thoughtly.com/integrations/getting-started
- https://docs.thoughtly.com/integrations/webhooks
- https://docs.thoughtly.com/platform/billing
updated: '2026-05-24'
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
url: https://apievangelist.com