-
Notifications
You must be signed in to change notification settings - Fork 0
/
DocumentationLinks.html
546 lines (501 loc) · 35.9 KB
/
DocumentationLinks.html
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
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
</head>
<body>
<h3>Accounts</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#accounts"> Accounts</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-an-account-new">post : Create an account</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-an-account-new">put : Update an account</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-an-account">get : Retrieve an account</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-an-account">delete : Delete an account</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-accounts">get : List all accounts</a></li>
<li><a href="https://developers.activecampaign.com/reference#create-an-account-note">post : Create an account note</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-account-note">put : Update an account note</a></li>
<li><a href="https://developers.activecampaign.com/reference#bulk-delete-accounts">delete : Bulk delete accounts</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#account-contacts"> Account Contact Association</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-an-account-1">post : Create an association</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-an-association">get : Retrieve an association</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-an-association-1">put : Update an association</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-an-association-1">delete : Delete an association</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-associations-1">get : List all associations</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#custom-account-fields-1"> Custom Account Fields</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-custom-field">post : Create a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-custom-field">get : Retrieve a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-custom-field">put : Update a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-custom-field">delete : Delete a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-custom-fields">get : List all custom fields</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#custom-account-field-values"> Custom Account Field Values</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-custom-field-value-1">post : Create a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#bulk-create-a-custom-field-value-1">post : Bulk create a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-custom-field-value">get : Retrieve a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-custom-field-value">put : Update a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-custom-field-value">delete : Delete a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-custom-field-values-2">get : List all custom field values</a></li>
<li><a href="https://developers.activecampaign.com/reference#bulk-update-a-custom-field-value-1">patch : Bulk update a custom field value</a></li>
</ul>
</li>
</ul>
<h3>Addresses</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#address"> Addresses</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#testinput">post : Create an address</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-an-address">get : Retrieve an address</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-an-address-2">put : Update an address</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-an-address">delete : Delete an address</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-an-addressgroup">delete : Delete address associated with a specific user group</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-an-addresslist">delete : Delete address associated with a specific list</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-addresses">get : List all addresses</a></li>
</ul>
</li>
</ul>
<h3>Automations</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#automation"> Automations</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#list-all-automations">get : List all automations</a></li>
</ul>
</li>
</ul>
<h3>Branding</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#branding"> Branding</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#get-branding">get : Retrieve a branding</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-branding">put : Update a branding</a></li>
<li><a href="https://developers.activecampaign.com/reference#brandings">get : List all brandings</a></li>
</ul>
</li>
</ul>
<h3>Calendar Feeds</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#calendar-feeds"> Calendar Feeds</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-calendar-feed">post : Create a calendar feed</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-calendar-feeds-1">get : Retrieve a calendar feed</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-calendar-feed">put : Update a calendar feed</a></li>
<li><a href="https://developers.activecampaign.com/reference#remove-a-calendar-feed">delete : Delete a calendar feed</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-calendar-feeds">get : List all calendar feeds</a></li>
</ul>
</li>
</ul>
<h3>Campaigns</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#test-1"> Campaigns</a><ul>
<li><a href="https://developers.activecampaign.com/reference#list-all-campaigns">get : List all campaigns</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-links-associated-campaign">get : Retrieve links associated to campaign</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-campaign">get : Retrieve a campaign</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#messages"> Messages</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-new-message">post : Create a message</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-message">get : Retrieve a message</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-message">put : Update a message</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-message">delete : Delete a message</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-messages">get : List all messages</a></li>
</ul>
</li>
</ul>
<h3>Contacts</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#contact"> Contacts</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-contact-new">post : Create a contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#create-or-update-contact-new">post : Create or update contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-contact">get : Retrieve a contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-list-status-for-contact">post : Update list status for a contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-contact-new">put : Update a contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-contact">delete : Delete a contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-contacts">get : List all contacts</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-contactautomations-for-contact">get : List all automations the contact is in</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-contacts-score-value">get : Retrieve a contacts score value</a></li>
<li><a href="https://developers.activecampaign.com/reference#bulk-import-contacts">post : Bulk import contacts</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#automations"> Automations</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-new-contactautomation">post : Add a contact to an automation</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-contactautomation">get : Retrieve an automation a contact is in</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-contactautomation">delete : Remove a contact from an automation</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-contact-automations">get : List all automations a contact is in</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#fields"> Custom Fields</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#retrieve-fields">post : Create a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-field">get : Retrieve a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-field">put : Update a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-field">delete : Delete a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-fields-1">get : List all custom fields</a></li>
<li><a href="https://developers.activecampaign.com/reference#create-a-custom-field-relationship-to-lists">post : Create a custom field relationship to list(s)</a></li>
<li><a href="https://developers.activecampaign.com/reference#create-custom-field-options">post : Create custom field options</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#fieldvalues"> Custom Field Values</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-fieldvalue">post : Create a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-fieldvalues">get : Retrieve a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-custom-field-value-for-contact">put : Update a custom field value for contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-fieldvalue-1">delete : Delete a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-custom-field-values-1">get : List all custom field values</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#email-emailactivities"> Email (emailActivities)</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#list-all-email-activities">get : List all email activities</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#contact-tags"> Tags</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-contact-tag">post : Add a tag to contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-contact-tag">delete : Remove a tag from a contact</a></li>
</ul>
</li>
</ul>
<h3>Deals</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#deal"> Deals</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-deal-new">post : Create a deal</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-deal">get : Retrieve a deal</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-deal-new">put : Update a deal</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-deal">delete : Delete a deal</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-deals">get : List all deals</a></li>
<li><a href="https://developers.activecampaign.com/reference#create-a-deal-note">post : Create a deal note</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-deal-note">put : Update a deal note</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#pipelines"> Pipelines</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-pipeline">post : Create a pipeline</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-pipeline">get : Retrieve a pipeline</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-pipeline">put : Update a pipeline</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-pipeline">delete : Delete a pipeline</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-pipelines">get : List all pipelines</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#deal-stages"> Stages</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-deal-stage">post : Create a stage</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-deal-stage">get : Retrieve a stage</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-deal-stage">put : Update a stage</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-deal-stage">delete : Delete a stage</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-deal-stages">get : List all stages</a></li>
<li><a href="https://developers.activecampaign.com/reference#move-deals-to-another-deal-stage">put : Move deals to another stage</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#dealcustomfieldmeta"> Custom Deal Fields</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-dealcustomfieldmeta-resources">post : Create a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-dealcustomfieldmeta-resource">get : Retrieve a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-dealcustomfieldmeta">put : Update a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-dealcustomfieldmeta-resource">delete : Delete a custom field</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-all-dealcustomfielddata-resources">get : List all custom fields</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#dealcustomfielddata"> Custom Deal Field Values</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-dealcustomfielddata-resource">post : Create a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#bulk-create-a-custom-field-value">post : Bulk create a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-dealcustomfielddata">get : Retrieve a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-dealcustomfielddata-resource">put : Update a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#bulk-update-a-custom-field-value">patch : Bulk update a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-dealcustomfielddata-resource">delete : Delete a custom field value</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-custom-field-values">get : List all custom field values</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#secondary-contacts"> Secondary Contacts</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-secondary-contact">post : Create a secondary contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-secondary-contact">get : Retrieve a secondary contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-secondary-contact">put : Update a secondary contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-secondary-contact">delete : Delete a secondary contact</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-secondary-contacts">get : List all secondary contacts</a></li>
</ul>
</li>
</ul>
<h3>DeepData Integrations</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#connections"> Connections</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-connection">post : Create a connection</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-connection">get : Retrieve a connection</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-connection">put : Update a connection</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-connection">delete : Delete a connection</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-connections">get : List all connections</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#customers"> E-Commerce Customers</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-customer">post : Create a customer</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-customer">get : Retrieve a customer</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-customer">put : Update a customer</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-customer">delete : Delete a customer</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-customers">get : List all customers</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#orders"> E-Commerce Orders</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-order">post : Create an order</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-order">get : Retrieve an order</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-order">delete : Delete an order</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-orders">get : List all orders</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-order">put : Update an order</a></li>
</ul>
</li>
<li><a href="https://developers.activecampaign.com/reference#e-commerce-abandoned-carts"> E-Commerce Abandoned Carts</a></li>
<li>
<a href="https://developers.activecampaign.com/reference#e-commerce-order-products"> E-Commerce Order Products</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#list-ecomorderproducts">get : List EcomOrderProducts</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-products-for-order">get : List EcomOrderProducts for a Specific EcomOrder</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-an-ecomorderproduct">get : Retrieve an EcomOrderProduct</a></li>
</ul>
</li>
</ul>
<h3>Forms</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#forms"> Forms</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#retrieve-forms">get : Retrieve a form</a></li>
<li><a href="https://developers.activecampaign.com/reference#forms-1">get : List all forms</a></li>
</ul>
</li>
</ul>
<h3>Lists</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#lists"> Lists</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-new-list">post : Create a list</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-list">get : Retrieve a list</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-list">delete : Delete a list</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-all-lists">get : Retrieve all lists</a></li>
<li><a href="https://developers.activecampaign.com/reference#create-a-list-group-permission">post : Create a list group permission</a></li>
</ul>
</li>
</ul>
<h3>Notes</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#notes"> Notes</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-note">post : Create a note</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-note">get : Retrieve a note</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-note">put : Update a note</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-note">delete : Delete a note</a></li>
</ul>
</li>
</ul>
<h3>Organizations (Deprecated)</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#organizations"> Organizations</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-organization">post : Create an organization</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-organization">get : Retrieve an organization</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-organization">put : Update an organization</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-organization">delete : Delete an organization</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-multiple-organizations">delete : Delete multiple organizations</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-organizations">get : List all organizations</a></li>
</ul>
</li>
</ul>
<h3>Saved Responses</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#saved-responses-1"> Saved Responses</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#saved-responses">post : Create a saved response</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-a-savedresponse">get : Retrieve a saved response</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-saved-response">put : Update a saved response</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-savedresponse">delete : Delete a saved response</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-saved-responses">get : List all saved responses</a></li>
</ul>
</li>
</ul>
<h3>Scores</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#scores"> Scores</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-score">get : Retrieve a score</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-scores">get : List all scores</a></li>
</ul>
</li>
</ul>
<h3>Segments</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#segments"> Segments</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-segment">get : Retrieve a segment</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-segments">get : List all segments</a></li>
</ul>
</li>
</ul>
<h3>Settings</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#configs"> Settings</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#set-config">put : Update settings</a></li>
</ul>
</li>
</ul>
<h3>Site & Event Tracking</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#event-tracking"> Event Tracking</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#track-event">post : Track event</a></li>
<li><a href="https://developers.activecampaign.com/reference#create-a-new-event-name-only">post : Create a new event (name only)</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-event-tracking-status">get : Retrieve status</a></li>
<li><a href="https://developers.activecampaign.com/reference#enable-disable-event-tracking">put : Enable/disable</a></li>
<li><a href="https://developers.activecampaign.com/reference#remove-event-name-only">delete : Delete event (name only)</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-event-types">get : List all events (names only)</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#site-tracking"> Site Tracking</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#add-domain-to-whitelist">post : Add domain to whitelist</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-site-tracking-code">get : Retrieve site tracking code</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-site-tracking-status">get : Retrieve status</a></li>
<li><a href="https://developers.activecampaign.com/reference#enable-disable-site-tracking">put : Enable/disable</a></li>
<li><a href="https://developers.activecampaign.com/reference#remove-domain-from-whitelist">delete : Remove domain from whitelist</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-whitelisted-domains">get : List all whitelisted domains</a></li>
</ul>
</li>
</ul>
<h3>Tags</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#tags"> Tags</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-new-tag">post : Create a tag</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-tag">get : Retrieve a tag</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-tag">put : Update a tag</a></li>
<li><a href="https://developers.activecampaign.com/reference#remove-a-tag">delete : Delete a tag</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-all-tags">get : List all tags</a></li>
</ul>
</li>
</ul>
<h3>Tasks</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#tasks"> Tasks</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-task">post : Create a task</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-task">get : Retrieve a task</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-task">put : Update a task</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-task">delete : Delete a task</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-tasks">get : List all tasks</a></li>
</ul>
</li>
</ul>
<h3>Task Types</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#deal-task-types"> Task Types</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-deal-task-type">post : Create a task type</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-deal-task-type">get : Retrieve a task type</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-deal-task-type">put : Update a task type</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-deal-task-type">delete : Delete a task type</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-deal-task-types">get : List all task types</a></li>
<li><a href="https://developers.activecampaign.com/reference#move-deal-tasks-to-another-deal-task-type">put : Move tasks to another task type</a></li>
</ul>
</li>
</ul>
<h3>Templates</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#templates"> Templates</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-template">get : Retrieve a template</a></li>
</ul>
</li>
</ul>
<h3>Users</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#users"> Users</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-user">post : Create a user</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-user">get : Retrieve a user</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-user-email">get : Retrieve a user by email</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-user-username">get : Retrieve a user by username</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-user-loggedin">get : Retrieve logged-in user</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-user">put : Update a user</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-user">delete : Delete a user</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-users">get : List all users</a></li>
</ul>
</li>
<li>
<a href="https://developers.activecampaign.com/reference#groups"> Groups</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-a-new-group">post : Create a group</a></li>
<li><a href="https://developers.activecampaign.com/reference#retrieve-a-group">get : Retrieve a group</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-a-group">put : Update a group</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-a-group-1">delete : Delete a group</a></li>
<li><a href="https://developers.activecampaign.com/reference#list-all-groups">get : List all groups</a></li>
</ul>
</li>
</ul>
<h3>Webhooks</h3>
<ul>
<li>
<a href="https://developers.activecampaign.com/reference#webhooks"> Webhooks</a>
<ul>
<li><a href="https://developers.activecampaign.com/reference#create-webhook">post : Create a webhook</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-webhook">get : Retrieve a webhook</a></li>
<li><a href="https://developers.activecampaign.com/reference#update-webhook">put : Update a webhook</a></li>
<li><a href="https://developers.activecampaign.com/reference#delete-webhook">delete : Delete a webhook</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-a-list-of-webhooks">get : List all webhooks</a></li>
<li><a href="https://developers.activecampaign.com/reference#get-a-list-of-webhook-events">get : List all webhook events</a></li>
</ul>
</li>
<li><a href="http://www.activecampaign.com/blog/working-with-webhook-data/">Working with webhook data</a></li>
</ul>
</body>
</html>