Make
Try Actor
$5.00/month
View all Actors
Make
canadesk/make
Try Actor
$5.00/month
Get a list of all Integrations and App Templates available on Make. It's fast and costs little.
Features
-
Get Apps
Returns the list of integrations available on Make.
-
Get App Templates
Returns the list of templates available for the app. You must enter the exact App slug.
How it works.
-
Set the crawler options.
-
Run it! 🎉
Support
Always use a proxy!
Open a new issue or contact support.
Cheers!
Get Apps Output
1[ 2 { 3 "sys": { 4 "id": "app-appsheet" 5 }, 6 "slug": "appsheet", 7 "name": "AppSheet", 8 "priority": 78, 9 "ratingValue": null, 10 "ratingCount": null, 11 "reviewCount": null, 12 "theme": "#4285f4", 13 "featured": null, 14 "categoriesCollection": { 15 "items": [ 16 { 17 "slug": "productivity" 18 }, 19 { 20 "slug": "it-development" 21 }, 22 { 23 "slug": "app-families" 24 } 25 ] 26 }, 27 "subcategoriesCollection": { 28 "items": [ 29 { 30 "slug": "spreadsheets" 31 }, 32 { 33 "slug": "databases" 34 }, 35 { 36 "slug": "development-tools" 37 }, 38 { 39 "slug": "no-low-code" 40 }, 41 { 42 "slug": "google" 43 } 44 ] 45 }, 46 "icon": { 47 "title": "AppSheet", 48 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-appsheet/887f33b29a6562e1f77cdd1e1faaab5b/appsheet.png", 49 "width": 512, 50 "height": 512 51 }, 52 "supportedApp": true, 53 "addOnApp": false 54 }, 55 ... 56]
Get App Templates Output
1[ 2 { 3 "app": { 4 "sys": { 5 "id": "app-google-sheets", 6 "__typename": "Sys" 7 }, 8 "__typename": "App", 9 "name": "Google Sheets", 10 "slug": "google-sheets", 11 "ratingValue": null, 12 "ratingCount": null, 13 "reviewCount": null, 14 "theme": "#0fa763", 15 "beta": false, 16 "premium": false, 17 "description": "Create your customized scenario with Make. Automate repetitive tasks involved in using Google Sheets and make your work easier.", 18 "useCustomDescription": false, 19 "keywords": null, 20 "subTitle": null, 21 "videoUrl": null, 22 "subDescription": null, 23 "actionsJson": [ 24 { 25 "acid": false, 26 "name": "Add a Conditional Format Rule", 27 "slug": "addConditionalFormatting", 28 "listener": false, 29 "description": "Creates a new conditional format rule at the given index. All subsequent rules' indexes are incremented." 30 }, 31 { 32 "acid": false, 33 "name": "Add a Row", 34 "slug": "addRow", 35 "listener": false, 36 "description": "Appends a new row to the bottom of the table." 37 }, 38 { 39 "acid": false, 40 "name": "Add a Sheet", 41 "slug": "addSheet", 42 "listener": false, 43 "description": "Adds a new sheet." 44 }, 45 { 46 "acid": false, 47 "name": "Clear a Cell", 48 "slug": "clearCell", 49 "listener": false, 50 "description": "Cleares a specific cell." 51 }, 52 { 53 "acid": false, 54 "name": "Clear a Row", 55 "slug": "clearRow", 56 "listener": false, 57 "description": "Clears values from a specific row." 58 }, 59 { 60 "acid": false, 61 "name": "Clear Values from a Range", 62 "slug": "clearValuesFromRange", 63 "listener": false, 64 "description": "Clears a specified range of values from a spreadsheet." 65 }, 66 { 67 "acid": false, 68 "name": "Copy a Sheet", 69 "slug": "copyASheet", 70 "listener": false, 71 "description": "Copies a sheet to another spreadsheet." 72 }, 73 { 74 "acid": false, 75 "name": "Create a Spreadsheet", 76 "slug": "createSpreadsheet", 77 "listener": false, 78 "description": "Creates a new spreadsheet." 79 }, 80 { 81 "acid": false, 82 "name": "Create a Spreadsheet from a Template", 83 "slug": "createASpreadsheetFromATemplate", 84 "listener": false, 85 "description": "Creates a new spreadsheet from a template sheet." 86 }, 87 { 88 "acid": false, 89 "name": "Delete a Conditional Format Rule", 90 "slug": "deleteConditionalFormatting", 91 "listener": false, 92 "description": "Deletes a conditional format rule at the given index. All subsequent rules' indexes are decremented." 93 }, 94 { 95 "acid": false, 96 "name": "Delete a Row", 97 "slug": "deleteRow", 98 "listener": false, 99 "description": "Deletes a specific row." 100 }, 101 { 102 "acid": false, 103 "name": "Delete a Sheet", 104 "slug": "deleteSheet", 105 "listener": false, 106 "description": "Deletes a specific sheet." 107 }, 108 { 109 "acid": false, 110 "name": "Get a Cell", 111 "slug": "getCell", 112 "listener": false, 113 "description": "Gets a specific cell." 114 }, 115 { 116 "acid": false, 117 "name": "Make an API Call", 118 "slug": "makeAPICall", 119 "listener": false, 120 "description": "Performs an arbitrary authorized API call." 121 }, 122 { 123 "acid": false, 124 "name": "Perform a Function - Responder", 125 "slug": "performFunctionResponder", 126 "listener": false, 127 "description": "Returns processed data as a result of the MAKE_FUNCTION or INTEGROMAT function. Sheets Add-On required." 128 }, 129 { 130 "acid": false, 131 "name": "Update a Cell", 132 "slug": "updateCell", 133 "listener": false, 134 "description": "Updates a specific cell." 135 }, 136 { 137 "acid": false, 138 "name": "Update a Row", 139 "slug": "updateRow", 140 "listener": false, 141 "description": "Updates a row." 142 } 143 ], 144 "aggregatorsJson": [], 145 "feedersJson": [], 146 "searchesJson": [ 147 { 148 "acid": false, 149 "name": "Get Range Values", 150 "slug": "getSheetContent", 151 "listener": false, 152 "description": "Gets a range content." 153 }, 154 { 155 "acid": false, 156 "name": "List Sheets", 157 "slug": "listSheets", 158 "listener": false, 159 "description": "Gets a list of all sheets in a spreadsheet." 160 }, 161 { 162 "acid": false, 163 "name": "Search Rows", 164 "slug": "filterRows", 165 "listener": false, 166 "description": "Returns results matching the given criteria." 167 }, 168 { 169 "acid": false, 170 "name": "Search Rows (Advanced)", 171 "slug": "filterRowsAdvanced", 172 "listener": false, 173 "description": "Returns results matching the given criteria. This module doesn't return a row number." 174 } 175 ], 176 "transformersJson": [], 177 "triggersJson": [ 178 { 179 "acid": true, 180 "name": "Perform a Function", 181 "slug": "performFunction", 182 "listener": true, 183 "description": "Receives data passed to the function MAKE_FUNCTION or INTEGROMAT used in a sheet. Sheets Add-On required." 184 }, 185 { 186 "acid": true, 187 "name": "Watch Changes", 188 "slug": "watchUpdatedCells", 189 "listener": true, 190 "description": "Triggers when a cell is updated. Watches only changes made in Google Sheet app. Sheets Add-On required." 191 }, 192 { 193 "acid": true, 194 "name": "Watch New Rows", 195 "slug": "watchRows", 196 "listener": false, 197 "description": "Triggers when a new row is added." 198 } 199 ], 200 "icon": { 201 "__typename": "Asset", 202 "title": "Google Sheets", 203 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 204 "width": 512, 205 "height": 512 206 }, 207 "categoriesCollection": { 208 "__typename": "AppCategoriesCollection", 209 "items": [ 210 { 211 "__typename": "AppCategory", 212 "name": "Productivity", 213 "slug": "productivity" 214 }, 215 { 216 "__typename": "AppCategory", 217 "name": "App Families", 218 "slug": "app-families" 219 } 220 ] 221 }, 222 "subcategoriesCollection": { 223 "__typename": "AppSubcategoriesCollection", 224 "items": [ 225 { 226 "__typename": "AppSubcategory", 227 "name": "Spreadsheets", 228 "slug": "spreadsheets", 229 "appsCollection": { 230 "__typename": "AppSubcategoryAppsCollection", 231 "items": [ 232 { 233 "__typename": "App", 234 "name": "Google Sheets", 235 "slug": "google-sheets", 236 "theme": "#0fa763", 237 "icon": { 238 "__typename": "Asset", 239 "title": "Google Sheets", 240 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 241 "width": 512, 242 "height": 512 243 } 244 }, 245 { 246 "__typename": "App", 247 "name": "Airtable", 248 "slug": "airtable", 249 "theme": "#18bfff", 250 "icon": { 251 "__typename": "Asset", 252 "title": "Airtable", 253 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-airtable/b4b9e1ea05ed671f3cff1027110967b8/airtable.png", 254 "width": 512, 255 "height": 512 256 } 257 }, 258 { 259 "__typename": "App", 260 "name": "Microsoft 365 Excel", 261 "slug": "microsoft-excel", 262 "theme": "#1d6f42", 263 "icon": { 264 "__typename": "Asset", 265 "title": "Microsoft 365 Excel", 266 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-microsoft-excel/2ef461eeda6d0f1e0c476b06f871fa26/microsoft-excel.png", 267 "width": 512, 268 "height": 512 269 } 270 }, 271 { 272 "__typename": "App", 273 "name": "Smartsheet", 274 "slug": "smartsheet", 275 "theme": "#0e2947", 276 "icon": { 277 "__typename": "Asset", 278 "title": "Smartsheet", 279 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-smartsheet/129efea1977b294523475d0d7ffe6cd8/smartsheet.png", 280 "width": 512, 281 "height": 512 282 } 283 }, 284 { 285 "__typename": "App", 286 "name": "Tabidoo", 287 "slug": "tabidoo", 288 "theme": "#152939", 289 "icon": { 290 "__typename": "Asset", 291 "title": "Tabidoo", 292 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-tabidoo/b9d0790358297163192bf72a71257e8f/tabidoo.png", 293 "width": 512, 294 "height": 512 295 } 296 }, 297 { 298 "__typename": "App", 299 "name": "Zoho Sheet", 300 "slug": "zoho-sheet", 301 "theme": "#209e59", 302 "icon": { 303 "__typename": "Asset", 304 "title": "Zoho Sheet", 305 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-zoho-sheet/862225fd191389d43ad66c98cb72a753/zoho-sheet.png", 306 "width": 512, 307 "height": 512 308 } 309 }, 310 { 311 "__typename": "App", 312 "name": "SeaTable", 313 "slug": "seatable", 314 "theme": "#ef7f2d", 315 "icon": { 316 "__typename": "Asset", 317 "title": "SeaTable", 318 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-seatable/7cacc2c860a529dab74928a1a49b209d/seatable.png", 319 "width": 512, 320 "height": 512 321 } 322 }, 323 { 324 "__typename": "App", 325 "name": "Baserow", 326 "slug": "baserow", 327 "theme": "#198dd6", 328 "icon": { 329 "__typename": "Asset", 330 "title": "Baserow", 331 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-baserow/b15874113a7b2ccd8896bb9620c6a362/baserow.png", 332 "width": 512, 333 "height": 512 334 } 335 }, 336 { 337 "__typename": "App", 338 "name": "AppSheet", 339 "slug": "appsheet", 340 "theme": "#4285f4", 341 "icon": { 342 "__typename": "Asset", 343 "title": "AppSheet", 344 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-appsheet/887f33b29a6562e1f77cdd1e1faaab5b/appsheet.png", 345 "width": 512, 346 "height": 512 347 } 348 }, 349 { 350 "__typename": "App", 351 "name": "ApptiveGrid", 352 "slug": "apptivegrid", 353 "theme": "#1664c0", 354 "icon": { 355 "__typename": "Asset", 356 "title": "ApptiveGrid", 357 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-apptivegrid/23ad98ba428df8078d12608b8358881d/apptivegrid.png", 358 "width": 512, 359 "height": 512 360 } 361 } 362 ] 363 } 364 }, 365 { 366 "__typename": "AppSubcategory", 367 "name": "Google", 368 "slug": "google", 369 "appsCollection": { 370 "__typename": "AppSubcategoryAppsCollection", 371 "items": [ 372 { 373 "__typename": "App", 374 "name": "Google Calendar", 375 "slug": "google-calendar", 376 "theme": "#007ee5", 377 "icon": { 378 "__typename": "Asset", 379 "title": "Google Calendar", 380 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-calendar/ad60d98c29296aadc8b5b438cb02e804/google-calendar.png", 381 "width": 512, 382 "height": 512 383 } 384 }, 385 { 386 "__typename": "App", 387 "name": "Google Sheets", 388 "slug": "google-sheets", 389 "theme": "#0fa763", 390 "icon": { 391 "__typename": "Asset", 392 "title": "Google Sheets", 393 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 394 "width": 512, 395 "height": 512 396 } 397 }, 398 { 399 "__typename": "App", 400 "name": "Google Drive", 401 "slug": "google-drive", 402 "theme": "#fccd48", 403 "icon": { 404 "__typename": "Asset", 405 "title": "Google Drive", 406 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-drive/1de3a19c657c843c6f43cd48163d270e/google-drive.png", 407 "width": 512, 408 "height": 512 409 } 410 }, 411 { 412 "__typename": "App", 413 "name": "Gmail", 414 "slug": "google-email", 415 "theme": "#dd4b39", 416 "icon": { 417 "__typename": "Asset", 418 "title": "Gmail", 419 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-email/457baa3cb9cf6a4f82a55f00ab36b0ef/google-email.png", 420 "width": 512, 421 "height": 512 422 } 423 }, 424 { 425 "__typename": "App", 426 "name": "Google Docs", 427 "slug": "google-docs", 428 "theme": "#4f8ef5", 429 "icon": { 430 "__typename": "Asset", 431 "title": "Google Docs", 432 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-docs/732848689a73dc5059c2d93a6192c302/google-docs.png", 433 "width": 512, 434 "height": 512 435 } 436 }, 437 { 438 "__typename": "App", 439 "name": "Android", 440 "slug": "android", 441 "theme": "#6ab344", 442 "icon": { 443 "__typename": "Asset", 444 "title": "Android", 445 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-android/5539822869492a25a1b3ea5ae42e3864/android.png", 446 "width": 512, 447 "height": 512 448 } 449 }, 450 { 451 "__typename": "App", 452 "name": "Google Forms", 453 "slug": "google-forms", 454 "theme": "#6633cc", 455 "icon": { 456 "__typename": "Asset", 457 "title": "Google Forms", 458 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-forms/268efe78e4d78ccd137a5394b689827d/google-forms.png", 459 "width": 512, 460 "height": 512 461 } 462 }, 463 { 464 "__typename": "App", 465 "name": "Looker Studio", 466 "slug": "google-data-studio", 467 "theme": "#3367d6", 468 "icon": { 469 "__typename": "Asset", 470 "title": "Google Data Studio", 471 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-data-studio/432785d9c44256b1bb19a312785c57d9/google-data-studio.png", 472 "width": 512, 473 "height": 512 474 } 475 }, 476 { 477 "__typename": "App", 478 "name": "Google Translate", 479 "slug": "google-translate", 480 "theme": "#4c8bf5", 481 "icon": { 482 "__typename": "Asset", 483 "title": "Google Translate", 484 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-translate/0b4feb687dabcdaa0c89cfec3283cc66/google-translate.png", 485 "width": 512, 486 "height": 512 487 } 488 }, 489 { 490 "__typename": "App", 491 "name": "Google Slides", 492 "slug": "google-slides", 493 "theme": "#ffc107", 494 "icon": { 495 "__typename": "Asset", 496 "title": "Google Slides", 497 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-slides/ecbb5a6e6b13084f0910c62d143616c6/google-slides.png", 498 "width": 512, 499 "height": 512 500 } 501 } 502 ] 503 } 504 } 505 ] 506 } 507 }, 508 "total": 1595, 509 "slug": "google-sheets", 510 "isAddOnApp": false, 511 "integrateAppsData": { 512 "total": 1596, 513 "entities": [ 514 { 515 "sys": { 516 "id": "app-google-email" 517 }, 518 "slug": "google-email", 519 "name": "Gmail", 520 "priority": 16079, 521 "ratingValue": null, 522 "ratingCount": null, 523 "reviewCount": null, 524 "theme": "#dd4b39", 525 "featured": null, 526 "icon": { 527 "title": "Gmail", 528 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-email/457baa3cb9cf6a4f82a55f00ab36b0ef/google-email.png", 529 "width": 512, 530 "height": 512 531 }, 532 "categoriesCollection": { 533 "items": [ 534 { 535 "slug": "communication" 536 }, 537 { 538 "slug": "app-families" 539 } 540 ] 541 }, 542 "subcategoriesCollection": { 543 "items": [ 544 { 545 "slug": "email" 546 }, 547 { 548 "slug": "google" 549 } 550 ] 551 }, 552 "supportedApp": true, 553 "addOnApp": false 554 }, 555 { 556 "sys": { 557 "id": "app-airtable" 558 }, 559 "slug": "airtable", 560 "name": "Airtable", 561 "priority": 13093, 562 "ratingValue": null, 563 "ratingCount": null, 564 "reviewCount": null, 565 "theme": "#18bfff", 566 "featured": true, 567 "icon": { 568 "title": "Airtable", 569 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-airtable/b4b9e1ea05ed671f3cff1027110967b8/airtable.png", 570 "width": 512, 571 "height": 512 572 }, 573 "categoriesCollection": { 574 "items": [ 575 { 576 "slug": "it-development" 577 }, 578 { 579 "slug": "productivity" 580 } 581 ] 582 }, 583 "subcategoriesCollection": { 584 "items": [ 585 { 586 "slug": "databases" 587 }, 588 { 589 "slug": "spreadsheets" 590 } 591 ] 592 }, 593 "supportedApp": true, 594 "addOnApp": false 595 }, 596 { 597 "sys": { 598 "id": "app-openai-gpt-3" 599 }, 600 "slug": "openai-gpt-3", 601 "name": "OpenAI (ChatGPT, Whisper, DALL-E)", 602 "priority": 11970, 603 "ratingValue": null, 604 "ratingCount": null, 605 "reviewCount": null, 606 "theme": "#10a37f", 607 "featured": true, 608 "categoriesCollection": { 609 "items": [ 610 { 611 "slug": "it-development" 612 }, 613 { 614 "slug": "ai" 615 } 616 ] 617 }, 618 "subcategoriesCollection": { 619 "items": [ 620 { 621 "slug": "ml" 622 }, 623 { 624 "slug": "development-tools" 625 } 626 ] 627 }, 628 "icon": { 629 "title": "OpenAI (DALL-E & ChatGPT)", 630 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-openai-gpt-3/2c793cb438dc46dc9872a0166d4495e5/openai-gpt-3.png", 631 "width": 512, 632 "height": 512 633 }, 634 "supportedApp": true, 635 "addOnApp": false 636 }, 637 { 638 "sys": { 639 "id": "app-google-drive" 640 }, 641 "slug": "google-drive", 642 "name": "Google Drive", 643 "priority": 10897, 644 "ratingValue": null, 645 "ratingCount": null, 646 "reviewCount": null, 647 "theme": "#fccd48", 648 "featured": null, 649 "icon": { 650 "title": "Google Drive", 651 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-drive/1de3a19c657c843c6f43cd48163d270e/google-drive.png", 652 "width": 512, 653 "height": 512 654 }, 655 "categoriesCollection": { 656 "items": [ 657 { 658 "slug": "file-document-management" 659 }, 660 { 661 "slug": "app-families" 662 } 663 ] 664 }, 665 "subcategoriesCollection": { 666 "items": [ 667 { 668 "slug": "documents" 669 }, 670 { 671 "slug": "google" 672 } 673 ] 674 }, 675 "supportedApp": true, 676 "addOnApp": false 677 }, 678 { 679 "sys": { 680 "id": "app-notion" 681 }, 682 "slug": "notion", 683 "name": "Notion", 684 "priority": 10179, 685 "ratingValue": null, 686 "ratingCount": null, 687 "reviewCount": null, 688 "theme": "#000000", 689 "featured": false, 690 "categoriesCollection": { 691 "items": [ 692 { 693 "slug": "productivity" 694 }, 695 { 696 "slug": "business-operations-erp" 697 }, 698 { 699 "slug": "it-development" 700 } 701 ] 702 }, 703 "subcategoriesCollection": { 704 "items": [ 705 { 706 "slug": "project-management" 707 }, 708 { 709 "slug": "databases" 710 }, 711 { 712 "slug": "team-collaboration" 713 } 714 ] 715 }, 716 "icon": { 717 "title": "Notion", 718 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-notion/f324903fce24870c85987aeb69b5ef74/notion.png", 719 "width": 512, 720 "height": 512 721 }, 722 "supportedApp": true, 723 "addOnApp": false 724 }, 725 { 726 "sys": { 727 "id": "app-slack" 728 }, 729 "slug": "slack", 730 "name": "Slack", 731 "priority": 9642, 732 "ratingValue": null, 733 "ratingCount": null, 734 "reviewCount": null, 735 "theme": "#4a154b", 736 "featured": null, 737 "icon": { 738 "title": "Slack", 739 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-slack/f219a01ff93c549ff48c883804802176/slack.png", 740 "width": 512, 741 "height": 512 742 }, 743 "categoriesCollection": { 744 "items": [ 745 { 746 "slug": "communication" 747 }, 748 { 749 "slug": "productivity" 750 } 751 ] 752 }, 753 "subcategoriesCollection": { 754 "items": [ 755 { 756 "slug": "team-chat" 757 }, 758 { 759 "slug": "team-collaboration" 760 } 761 ] 762 }, 763 "supportedApp": true, 764 "addOnApp": false 765 }, 766 { 767 "sys": { 768 "id": "app-telegram" 769 }, 770 "slug": "telegram", 771 "name": "Telegram Bot", 772 "priority": 9077, 773 "ratingValue": null, 774 "ratingCount": null, 775 "reviewCount": null, 776 "theme": "#179cde", 777 "featured": null, 778 "icon": { 779 "title": "Telegram Bot", 780 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-telegram/21d63d9aa92235e48e0904a6dfb98e5d/telegram.png", 781 "width": 512, 782 "height": 512 783 }, 784 "categoriesCollection": { 785 "items": [ 786 { 787 "slug": "communication" 788 } 789 ] 790 }, 791 "subcategoriesCollection": { 792 "items": [ 793 { 794 "slug": "chat-chatbots" 795 } 796 ] 797 }, 798 "supportedApp": true, 799 "addOnApp": false 800 }, 801 { 802 "sys": { 803 "id": "app-facebook-lead-ads" 804 }, 805 "slug": "facebook-lead-ads", 806 "name": "Facebook Lead Ads", 807 "priority": 7830, 808 "ratingValue": null, 809 "ratingCount": null, 810 "reviewCount": null, 811 "theme": "#1877f2", 812 "featured": null, 813 "icon": { 814 "title": "Facebook Lead Ads", 815 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-facebook-lead-ads/b848d20a1f3de8cf8585d86f219cee13/facebook-lead-ads.png", 816 "width": 512, 817 "height": 512 818 }, 819 "categoriesCollection": { 820 "items": [ 821 { 822 "slug": "marketing" 823 }, 824 { 825 "slug": "app-families" 826 }, 827 { 828 "slug": "crm-sales" 829 } 830 ] 831 }, 832 "subcategoriesCollection": { 833 "items": [ 834 { 835 "slug": "ads-conversions-audiences" 836 }, 837 { 838 "slug": "meta" 839 }, 840 { 841 "slug": "lead-generation" 842 } 843 ] 844 }, 845 "supportedApp": true, 846 "addOnApp": false 847 }, 848 { 849 "sys": { 850 "id": "app-google-calendar" 851 }, 852 "slug": "google-calendar", 853 "name": "Google Calendar", 854 "priority": 7300, 855 "ratingValue": null, 856 "ratingCount": null, 857 "reviewCount": null, 858 "theme": "#007ee5", 859 "featured": null, 860 "icon": { 861 "title": "Google Calendar", 862 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-calendar/ad60d98c29296aadc8b5b438cb02e804/google-calendar.png", 863 "width": 512, 864 "height": 512 865 }, 866 "categoriesCollection": { 867 "items": [ 868 { 869 "slug": "productivity" 870 }, 871 { 872 "slug": "app-families" 873 } 874 ] 875 }, 876 "subcategoriesCollection": { 877 "items": [ 878 { 879 "slug": "calendars" 880 }, 881 { 882 "slug": "google" 883 }, 884 { 885 "slug": "scheduling" 886 } 887 ] 888 }, 889 "supportedApp": true, 890 "addOnApp": false 891 }, 892 { 893 "sys": { 894 "id": "app-google-docs" 895 }, 896 "slug": "google-docs", 897 "name": "Google Docs", 898 "priority": 6213, 899 "ratingValue": null, 900 "ratingCount": null, 901 "reviewCount": null, 902 "theme": "#4f8ef5", 903 "featured": null, 904 "categoriesCollection": { 905 "items": [ 906 { 907 "slug": "file-document-management" 908 }, 909 { 910 "slug": "app-families" 911 } 912 ] 913 }, 914 "subcategoriesCollection": { 915 "items": [ 916 { 917 "slug": "documents" 918 }, 919 { 920 "slug": "google" 921 } 922 ] 923 }, 924 "icon": { 925 "title": "Google Docs", 926 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-docs/732848689a73dc5059c2d93a6192c302/google-docs.png", 927 "width": 512, 928 "height": 512 929 }, 930 "supportedApp": true, 931 "addOnApp": false 932 }, 933 { 934 "sys": { 935 "id": "app-microsoft-email" 936 }, 937 "slug": "microsoft-email", 938 "name": "Microsoft 365 Email", 939 "priority": 4487, 940 "ratingValue": null, 941 "ratingCount": null, 942 "reviewCount": null, 943 "theme": "#006fc1", 944 "featured": null, 945 "icon": { 946 "title": "Microsoft 365 Email", 947 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-microsoft-email/6f7a04bb4688a5051c7820220e9ef6dd/microsoft-email.png", 948 "width": 512, 949 "height": 512 950 }, 951 "categoriesCollection": { 952 "items": [ 953 { 954 "slug": "communication" 955 }, 956 { 957 "slug": "app-families" 958 } 959 ] 960 }, 961 "subcategoriesCollection": { 962 "items": [ 963 { 964 "slug": "email" 965 }, 966 { 967 "slug": "microsoft" 968 } 969 ] 970 }, 971 "supportedApp": true, 972 "addOnApp": false 973 }, 974 { 975 "sys": { 976 "id": "app-monday" 977 }, 978 "slug": "monday", 979 "name": "Monday", 980 "priority": 3994, 981 "ratingValue": null, 982 "ratingCount": null, 983 "reviewCount": null, 984 "theme": "#9d5de0", 985 "featured": null, 986 "icon": { 987 "title": "Monday", 988 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-monday/9501fd6e0216953002317690daa8dd89/monday.png", 989 "width": 512, 990 "height": 512 991 }, 992 "categoriesCollection": { 993 "items": [ 994 { 995 "slug": "productivity" 996 }, 997 { 998 "slug": "business-operations-erp" 999 } 1000 ] 1001 }, 1002 "subcategoriesCollection": { 1003 "items": [ 1004 { 1005 "slug": "project-management" 1006 } 1007 ] 1008 }, 1009 "supportedApp": true, 1010 "addOnApp": false 1011 }, 1012 { 1013 "sys": { 1014 "id": "app-hubspotcrm" 1015 }, 1016 "slug": "hubspotcrm", 1017 "name": "HubSpot CRM", 1018 "priority": 3852, 1019 "ratingValue": null, 1020 "ratingCount": null, 1021 "reviewCount": null, 1022 "theme": "#ff7a59", 1023 "featured": true, 1024 "icon": { 1025 "title": "HubSpot CRM", 1026 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-hubspotcrm/c6e517c80c9cd66d0d7d2955953e7fdf/hubspotcrm.png", 1027 "width": 512, 1028 "height": 512 1029 }, 1030 "categoriesCollection": { 1031 "items": [ 1032 { 1033 "slug": "crm-sales" 1034 } 1035 ] 1036 }, 1037 "subcategoriesCollection": { 1038 "items": [ 1039 { 1040 "slug": "crm" 1041 } 1042 ] 1043 }, 1044 "supportedApp": true, 1045 "addOnApp": false 1046 }, 1047 { 1048 "sys": { 1049 "id": "app-clickup" 1050 }, 1051 "slug": "clickup", 1052 "name": "ClickUp", 1053 "priority": 3657, 1054 "ratingValue": null, 1055 "ratingCount": null, 1056 "reviewCount": null, 1057 "theme": "#7b68ee", 1058 "featured": null, 1059 "icon": { 1060 "title": "ClickUp", 1061 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-clickup/800bc5c970492c75258d47d4cc124b61/clickup.png", 1062 "width": 512, 1063 "height": 512 1064 }, 1065 "categoriesCollection": { 1066 "items": [ 1067 { 1068 "slug": "productivity" 1069 }, 1070 { 1071 "slug": "business-operations-erp" 1072 } 1073 ] 1074 }, 1075 "subcategoriesCollection": { 1076 "items": [ 1077 { 1078 "slug": "project-management" 1079 } 1080 ] 1081 }, 1082 "supportedApp": true, 1083 "addOnApp": false 1084 }, 1085 { 1086 "sys": { 1087 "id": "app-facebook-pages" 1088 }, 1089 "slug": "facebook-pages", 1090 "name": "Facebook Pages", 1091 "priority": 3651, 1092 "ratingValue": null, 1093 "ratingCount": null, 1094 "reviewCount": null, 1095 "theme": "#1877f2", 1096 "featured": null, 1097 "icon": { 1098 "title": "Facebook Pages", 1099 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-facebook-pages/da2355a23118aa1c76b1c809f5078d07/facebook-pages.png", 1100 "width": 512, 1101 "height": 512 1102 }, 1103 "categoriesCollection": { 1104 "items": [ 1105 { 1106 "slug": "marketing" 1107 }, 1108 { 1109 "slug": "app-families" 1110 } 1111 ] 1112 }, 1113 "subcategoriesCollection": { 1114 "items": [ 1115 { 1116 "slug": "social-media" 1117 }, 1118 { 1119 "slug": "meta" 1120 } 1121 ] 1122 }, 1123 "supportedApp": true, 1124 "addOnApp": false 1125 }, 1126 { 1127 "sys": { 1128 "id": "app-discord" 1129 }, 1130 "slug": "discord", 1131 "name": "Discord", 1132 "priority": 3349, 1133 "ratingValue": null, 1134 "ratingCount": null, 1135 "reviewCount": null, 1136 "theme": "#7289da", 1137 "featured": null, 1138 "icon": { 1139 "title": "Discord", 1140 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-discord/ce016a8f7bceb02e8d077d51e03d5032/discord.png", 1141 "width": 512, 1142 "height": 512 1143 }, 1144 "categoriesCollection": { 1145 "items": [ 1146 { 1147 "slug": "communication" 1148 } 1149 ] 1150 }, 1151 "subcategoriesCollection": { 1152 "items": [ 1153 { 1154 "slug": "team-chat" 1155 } 1156 ] 1157 }, 1158 "supportedApp": true, 1159 "addOnApp": false 1160 }, 1161 { 1162 "sys": { 1163 "id": "app-instagram-business" 1164 }, 1165 "slug": "instagram-business", 1166 "name": "Instagram for Business", 1167 "priority": 3049, 1168 "ratingValue": null, 1169 "ratingCount": null, 1170 "reviewCount": null, 1171 "theme": "#c13584", 1172 "featured": null, 1173 "categoriesCollection": { 1174 "items": [ 1175 { 1176 "slug": "marketing" 1177 }, 1178 { 1179 "slug": "app-families" 1180 } 1181 ] 1182 }, 1183 "subcategoriesCollection": { 1184 "items": [ 1185 { 1186 "slug": "social-media" 1187 }, 1188 { 1189 "slug": "meta" 1190 } 1191 ] 1192 }, 1193 "icon": { 1194 "title": "Instagram for Business", 1195 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-instagram-business/c3daaae00e884a3983940be0e5695eb6/instagram-business.png", 1196 "width": 512, 1197 "height": 512 1198 }, 1199 "supportedApp": true, 1200 "addOnApp": false 1201 }, 1202 { 1203 "sys": { 1204 "id": "app-webflow" 1205 }, 1206 "slug": "webflow", 1207 "name": "Webflow", 1208 "priority": 3040, 1209 "ratingValue": null, 1210 "ratingCount": null, 1211 "reviewCount": null, 1212 "theme": "#4353ff", 1213 "featured": true, 1214 "icon": { 1215 "title": "Webflow", 1216 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-webflow/debff4911093545cc81ddfdbb219f159/webflow.png", 1217 "width": 512, 1218 "height": 512 1219 }, 1220 "categoriesCollection": { 1221 "items": [ 1222 { 1223 "slug": "website-building" 1224 }, 1225 { 1226 "slug": "it-development" 1227 } 1228 ] 1229 }, 1230 "subcategoriesCollection": { 1231 "items": [ 1232 { 1233 "slug": "website-development" 1234 }, 1235 { 1236 "slug": "no-low-code" 1237 } 1238 ] 1239 }, 1240 "supportedApp": true, 1241 "addOnApp": false 1242 }, 1243 { 1244 "sys": { 1245 "id": "app-woocommerce" 1246 }, 1247 "slug": "woocommerce", 1248 "name": "WooCommerce", 1249 "priority": 2825, 1250 "ratingValue": null, 1251 "ratingCount": null, 1252 "reviewCount": null, 1253 "theme": "#a46497", 1254 "featured": null, 1255 "icon": { 1256 "title": "WooCommerce", 1257 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-woocommerce/c70820ee1385f10516e7b971dff18883/woocommerce.png", 1258 "width": 512, 1259 "height": 512 1260 }, 1261 "categoriesCollection": { 1262 "items": [ 1263 { 1264 "slug": "commerce" 1265 } 1266 ] 1267 }, 1268 "subcategoriesCollection": { 1269 "items": [ 1270 { 1271 "slug": "e-commerce" 1272 } 1273 ] 1274 }, 1275 "supportedApp": true, 1276 "addOnApp": false 1277 }, 1278 { 1279 "sys": { 1280 "id": "app-pipedrive" 1281 }, 1282 "slug": "pipedrive", 1283 "name": "Pipedrive CRM", 1284 "priority": 2825, 1285 "ratingValue": null, 1286 "ratingCount": null, 1287 "reviewCount": null, 1288 "theme": "#434a54", 1289 "featured": true, 1290 "icon": { 1291 "title": "Pipedrive CRM", 1292 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-pipedrive/a31f7df1a67a380a05794ec5628f2a44/pipedrive.png", 1293 "width": 512, 1294 "height": 512 1295 }, 1296 "categoriesCollection": { 1297 "items": [ 1298 { 1299 "slug": "crm-sales" 1300 }, 1301 { 1302 "slug": "app-families" 1303 } 1304 ] 1305 }, 1306 "subcategoriesCollection": { 1307 "items": [ 1308 { 1309 "slug": "crm" 1310 }, 1311 { 1312 "slug": "pipedrive" 1313 } 1314 ] 1315 }, 1316 "supportedApp": true, 1317 "addOnApp": false 1318 }, 1319 { 1320 "sys": { 1321 "id": "app-shopify" 1322 }, 1323 "slug": "shopify", 1324 "name": "Shopify", 1325 "priority": 2812, 1326 "ratingValue": null, 1327 "ratingCount": null, 1328 "reviewCount": null, 1329 "theme": "#96bf48", 1330 "featured": null, 1331 "icon": { 1332 "title": "Shopify", 1333 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-shopify/83a85c3f14e382e289df7f1f85fb7b38/shopify.png", 1334 "width": 512, 1335 "height": 512 1336 }, 1337 "categoriesCollection": { 1338 "items": [ 1339 { 1340 "slug": "commerce" 1341 } 1342 ] 1343 }, 1344 "subcategoriesCollection": { 1345 "items": [ 1346 { 1347 "slug": "e-commerce" 1348 } 1349 ] 1350 }, 1351 "supportedApp": true, 1352 "addOnApp": false 1353 }, 1354 { 1355 "sys": { 1356 "id": "app-trello" 1357 }, 1358 "slug": "trello", 1359 "name": "Trello", 1360 "priority": 2708, 1361 "ratingValue": null, 1362 "ratingCount": null, 1363 "reviewCount": null, 1364 "theme": "#0079bf", 1365 "featured": null, 1366 "icon": { 1367 "title": "Trello", 1368 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-trello/baf294578cfd03578f26dc71d1d23c6e/trello.png", 1369 "width": 512, 1370 "height": 512 1371 }, 1372 "categoriesCollection": { 1373 "items": [ 1374 { 1375 "slug": "productivity" 1376 }, 1377 { 1378 "slug": "business-operations-erp" 1379 }, 1380 { 1381 "slug": "app-families" 1382 } 1383 ] 1384 }, 1385 "subcategoriesCollection": { 1386 "items": [ 1387 { 1388 "slug": "project-management" 1389 }, 1390 { 1391 "slug": "atlassian" 1392 } 1393 ] 1394 }, 1395 "supportedApp": true, 1396 "addOnApp": false 1397 }, 1398 { 1399 "sys": { 1400 "id": "app-wordpress" 1401 }, 1402 "slug": "wordpress", 1403 "name": "WordPress", 1404 "priority": 2672, 1405 "ratingValue": null, 1406 "ratingCount": null, 1407 "reviewCount": null, 1408 "theme": "#464646", 1409 "featured": null, 1410 "icon": { 1411 "title": "WordPress", 1412 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-wordpress/695651844aa4582821b4d3a3d87c2659/wordpress.png", 1413 "width": 512, 1414 "height": 512 1415 }, 1416 "categoriesCollection": { 1417 "items": [ 1418 { 1419 "slug": "website-building" 1420 } 1421 ] 1422 }, 1423 "subcategoriesCollection": { 1424 "items": [ 1425 { 1426 "slug": "cms" 1427 } 1428 ] 1429 }, 1430 "supportedApp": true, 1431 "addOnApp": false 1432 }, 1433 { 1434 "sys": { 1435 "id": "app-dropbox" 1436 }, 1437 "slug": "dropbox", 1438 "name": "Dropbox", 1439 "priority": 2545, 1440 "ratingValue": null, 1441 "ratingCount": null, 1442 "reviewCount": null, 1443 "theme": "#007ee5", 1444 "featured": false, 1445 "icon": { 1446 "title": "Dropbox", 1447 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-dropbox/ff7b5856f9538a80ce0ca469f7d9e0d0/dropbox.png", 1448 "width": 512, 1449 "height": 512 1450 }, 1451 "categoriesCollection": { 1452 "items": [ 1453 { 1454 "slug": "file-document-management" 1455 }, 1456 { 1457 "slug": "it-development" 1458 }, 1459 { 1460 "slug": "app-families" 1461 } 1462 ] 1463 }, 1464 "subcategoriesCollection": { 1465 "items": [ 1466 { 1467 "slug": "documents" 1468 }, 1469 { 1470 "slug": "storage" 1471 }, 1472 { 1473 "slug": "dropbox" 1474 } 1475 ] 1476 }, 1477 "supportedApp": true, 1478 "addOnApp": false 1479 }, 1480 { 1481 "sys": { 1482 "id": "app-stripe" 1483 }, 1484 "slug": "stripe", 1485 "name": "Stripe", 1486 "priority": 2532, 1487 "ratingValue": null, 1488 "ratingCount": null, 1489 "reviewCount": null, 1490 "theme": "#359ad5", 1491 "featured": null, 1492 "icon": { 1493 "title": "Stripe", 1494 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-stripe/fe4fe1cf2cc5b6f8f1736575381b7e9b/stripe.png", 1495 "width": 512, 1496 "height": 512 1497 }, 1498 "categoriesCollection": { 1499 "items": [ 1500 { 1501 "slug": "commerce" 1502 } 1503 ] 1504 }, 1505 "subcategoriesCollection": { 1506 "items": [ 1507 { 1508 "slug": "payments-billing-subscriptions" 1509 } 1510 ] 1511 }, 1512 "supportedApp": true, 1513 "addOnApp": false 1514 }, 1515 { 1516 "sys": { 1517 "id": "app-activecampaign" 1518 }, 1519 "slug": "activecampaign", 1520 "name": "ActiveCampaign", 1521 "priority": 2288, 1522 "ratingValue": null, 1523 "ratingCount": null, 1524 "reviewCount": null, 1525 "theme": "#0d5cab", 1526 "featured": null, 1527 "icon": { 1528 "title": "ActiveCampaign", 1529 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-activecampaign/1bd9e19b0b1f97b0bbf2f99bbd4fdb62/activecampaign.png", 1530 "width": 512, 1531 "height": 512 1532 }, 1533 "categoriesCollection": { 1534 "items": [ 1535 { 1536 "slug": "marketing" 1537 }, 1538 { 1539 "slug": "website-building" 1540 }, 1541 { 1542 "slug": "communication" 1543 } 1544 ] 1545 }, 1546 "subcategoriesCollection": { 1547 "items": [ 1548 { 1549 "slug": "marketing-automation" 1550 }, 1551 { 1552 "slug": "email-marketing" 1553 }, 1554 { 1555 "slug": "landing-pages" 1556 }, 1557 { 1558 "slug": "sms-phone" 1559 }, 1560 { 1561 "slug": "website-popup-forms" 1562 } 1563 ] 1564 }, 1565 "supportedApp": true, 1566 "addOnApp": false 1567 }, 1568 { 1569 "sys": { 1570 "id": "app-sendinblue" 1571 }, 1572 "slug": "sendinblue", 1573 "name": "Brevo", 1574 "priority": 2157, 1575 "ratingValue": null, 1576 "ratingCount": null, 1577 "reviewCount": null, 1578 "theme": "#0b996e", 1579 "featured": null, 1580 "icon": { 1581 "title": "Brevo", 1582 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-sendinblue/eee41a353ef37f7a72fab174e909f8ef/sendinblue.png", 1583 "width": 512, 1584 "height": 512 1585 }, 1586 "categoriesCollection": { 1587 "items": [ 1588 { 1589 "slug": "marketing" 1590 }, 1591 { 1592 "slug": "communication" 1593 }, 1594 { 1595 "slug": "website-building" 1596 }, 1597 { 1598 "slug": "app-families" 1599 } 1600 ] 1601 }, 1602 "subcategoriesCollection": { 1603 "items": [ 1604 { 1605 "slug": "marketing-automation" 1606 }, 1607 { 1608 "slug": "sms-phone" 1609 }, 1610 { 1611 "slug": "landing-pages" 1612 }, 1613 { 1614 "slug": "multichannel-communication" 1615 }, 1616 { 1617 "slug": "website-popup-forms" 1618 }, 1619 { 1620 "slug": "sendinblue" 1621 }, 1622 { 1623 "slug": "email-marketing" 1624 }, 1625 { 1626 "slug": "chat-chatbots" 1627 } 1628 ] 1629 }, 1630 "supportedApp": true, 1631 "addOnApp": false 1632 }, 1633 { 1634 "sys": { 1635 "id": "app-calendly" 1636 }, 1637 "slug": "calendly", 1638 "name": "Calendly", 1639 "priority": 2132, 1640 "ratingValue": null, 1641 "ratingCount": null, 1642 "reviewCount": null, 1643 "theme": "#006bff", 1644 "featured": true, 1645 "icon": { 1646 "title": "Calendly", 1647 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-calendly/df44c2b66854d1202f22a83234522abe/calendly.png", 1648 "width": 512, 1649 "height": 512 1650 }, 1651 "categoriesCollection": { 1652 "items": [ 1653 { 1654 "slug": "productivity" 1655 } 1656 ] 1657 }, 1658 "subcategoriesCollection": { 1659 "items": [ 1660 { 1661 "slug": "scheduling" 1662 }, 1663 { 1664 "slug": "calendars" 1665 } 1666 ] 1667 }, 1668 "supportedApp": true, 1669 "addOnApp": false 1670 }, 1671 { 1672 "sys": { 1673 "id": "app-google-forms" 1674 }, 1675 "slug": "google-forms", 1676 "name": "Google Forms", 1677 "priority": 2130, 1678 "ratingValue": null, 1679 "ratingCount": null, 1680 "reviewCount": null, 1681 "theme": "#6633cc", 1682 "featured": null, 1683 "icon": { 1684 "title": "Google Forms", 1685 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-forms/268efe78e4d78ccd137a5394b689827d/google-forms.png", 1686 "width": 512, 1687 "height": 512 1688 }, 1689 "categoriesCollection": { 1690 "items": [ 1691 { 1692 "slug": "surveys-forms" 1693 }, 1694 { 1695 "slug": "app-families" 1696 } 1697 ] 1698 }, 1699 "subcategoriesCollection": { 1700 "items": [ 1701 { 1702 "slug": "form-builders-surveys" 1703 }, 1704 { 1705 "slug": "google" 1706 } 1707 ] 1708 }, 1709 "supportedApp": true, 1710 "addOnApp": false 1711 }, 1712 { 1713 "sys": { 1714 "id": "app-mailchimp" 1715 }, 1716 "slug": "mailchimp", 1717 "name": "Mailchimp", 1718 "priority": 2104, 1719 "ratingValue": null, 1720 "ratingCount": null, 1721 "reviewCount": null, 1722 "theme": "#ffe01b", 1723 "featured": null, 1724 "icon": { 1725 "title": "Mailchimp", 1726 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-mailchimp/8acba676d769d504f8f348f37fe5c2e2/mailchimp.png", 1727 "width": 512, 1728 "height": 512 1729 }, 1730 "categoriesCollection": { 1731 "items": [ 1732 { 1733 "slug": "marketing" 1734 }, 1735 { 1736 "slug": "app-families" 1737 } 1738 ] 1739 }, 1740 "subcategoriesCollection": { 1741 "items": [ 1742 { 1743 "slug": "marketing-automation" 1744 }, 1745 { 1746 "slug": "email-marketing" 1747 }, 1748 { 1749 "slug": "intuit" 1750 } 1751 ] 1752 }, 1753 "supportedApp": true, 1754 "addOnApp": false 1755 }, 1756 { 1757 "sys": { 1758 "id": "app-microsoft-excel" 1759 }, 1760 "slug": "microsoft-excel", 1761 "name": "Microsoft 365 Excel", 1762 "priority": 1897, 1763 "ratingValue": null, 1764 "ratingCount": null, 1765 "reviewCount": null, 1766 "theme": "#1d6f42", 1767 "featured": null, 1768 "categoriesCollection": { 1769 "items": [ 1770 { 1771 "slug": "productivity" 1772 }, 1773 { 1774 "slug": "app-families" 1775 } 1776 ] 1777 }, 1778 "subcategoriesCollection": { 1779 "items": [ 1780 { 1781 "slug": "spreadsheets" 1782 }, 1783 { 1784 "slug": "microsoft" 1785 } 1786 ] 1787 }, 1788 "icon": { 1789 "title": "Microsoft 365 Excel", 1790 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-microsoft-excel/2ef461eeda6d0f1e0c476b06f871fa26/microsoft-excel.png", 1791 "width": 512, 1792 "height": 512 1793 }, 1794 "supportedApp": true, 1795 "addOnApp": false 1796 }, 1797 { 1798 "sys": { 1799 "id": "app-google-contacts" 1800 }, 1801 "slug": "google-contacts", 1802 "name": "Google Contacts", 1803 "priority": 1848, 1804 "ratingValue": null, 1805 "ratingCount": null, 1806 "reviewCount": null, 1807 "theme": "#1a73e8", 1808 "featured": null, 1809 "icon": { 1810 "title": "Google Contacts", 1811 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-contacts/408a419bac614294ac0c615007bbaea4/google-contacts.png", 1812 "width": 512, 1813 "height": 512 1814 }, 1815 "categoriesCollection": { 1816 "items": [ 1817 { 1818 "slug": "crm-sales" 1819 }, 1820 { 1821 "slug": "app-families" 1822 } 1823 ] 1824 }, 1825 "subcategoriesCollection": { 1826 "items": [ 1827 { 1828 "slug": "contact-lists" 1829 }, 1830 { 1831 "slug": "google" 1832 } 1833 ] 1834 }, 1835 "supportedApp": true, 1836 "addOnApp": false 1837 }, 1838 { 1839 "sys": { 1840 "id": "app-jotform" 1841 }, 1842 "slug": "jotform", 1843 "name": "Jotform", 1844 "priority": 1719, 1845 "ratingValue": null, 1846 "ratingCount": null, 1847 "reviewCount": null, 1848 "theme": "#0a1551", 1849 "featured": null, 1850 "categoriesCollection": { 1851 "items": [ 1852 { 1853 "slug": "surveys-forms" 1854 } 1855 ] 1856 }, 1857 "subcategoriesCollection": { 1858 "items": [ 1859 { 1860 "slug": "form-builders-surveys" 1861 } 1862 ] 1863 }, 1864 "icon": { 1865 "title": "Jotform", 1866 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-jotform/54db9c750b32c3ea39d2ed06cf6eb529/jotform.png", 1867 "width": 512, 1868 "height": 512 1869 }, 1870 "supportedApp": true, 1871 "addOnApp": false 1872 }, 1873 { 1874 "sys": { 1875 "id": "app-typeform" 1876 }, 1877 "slug": "typeform", 1878 "name": "Typeform", 1879 "priority": 1671, 1880 "ratingValue": null, 1881 "ratingCount": null, 1882 "reviewCount": null, 1883 "theme": "#000000", 1884 "featured": null, 1885 "icon": { 1886 "title": "Typeform", 1887 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-typeform/79171278271db4d38477c701d4a226e4/typeform.png", 1888 "width": 512, 1889 "height": 512 1890 }, 1891 "categoriesCollection": { 1892 "items": [ 1893 { 1894 "slug": "surveys-forms" 1895 }, 1896 { 1897 "slug": "app-families" 1898 } 1899 ] 1900 }, 1901 "subcategoriesCollection": { 1902 "items": [ 1903 { 1904 "slug": "form-builders-surveys" 1905 }, 1906 { 1907 "slug": "typeform" 1908 } 1909 ] 1910 }, 1911 "supportedApp": true, 1912 "addOnApp": false 1913 }, 1914 { 1915 "sys": { 1916 "id": "app-tally" 1917 }, 1918 "slug": "tally", 1919 "name": "Tally", 1920 "priority": 1587, 1921 "ratingValue": null, 1922 "ratingCount": null, 1923 "reviewCount": null, 1924 "theme": "#000000", 1925 "featured": null, 1926 "icon": { 1927 "title": "Tally", 1928 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-tally/0c32f9fc2f83e4da7fb1e16f7e48011b/tally.png", 1929 "width": 512, 1930 "height": 512 1931 }, 1932 "categoriesCollection": { 1933 "items": [ 1934 { 1935 "slug": "surveys-forms" 1936 } 1937 ] 1938 }, 1939 "subcategoriesCollection": { 1940 "items": [ 1941 { 1942 "slug": "form-builders-surveys" 1943 } 1944 ] 1945 }, 1946 "supportedApp": true, 1947 "addOnApp": false 1948 }, 1949 { 1950 "sys": { 1951 "id": "app-salesforce" 1952 }, 1953 "slug": "salesforce", 1954 "name": "Salesforce", 1955 "priority": 1482, 1956 "ratingValue": null, 1957 "ratingCount": null, 1958 "reviewCount": null, 1959 "theme": "#019cdc", 1960 "featured": null, 1961 "icon": { 1962 "title": "Salesforce", 1963 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-salesforce/ef4311ec9a95cd332bbe6462bbb2d8be/salesforce.png", 1964 "width": 512, 1965 "height": 512 1966 }, 1967 "categoriesCollection": { 1968 "items": [ 1969 { 1970 "slug": "crm-sales" 1971 }, 1972 { 1973 "slug": "app-families" 1974 } 1975 ] 1976 }, 1977 "subcategoriesCollection": { 1978 "items": [ 1979 { 1980 "slug": "crm" 1981 }, 1982 { 1983 "slug": "salesforce" 1984 } 1985 ] 1986 }, 1987 "supportedApp": true, 1988 "addOnApp": false 1989 }, 1990 { 1991 "sys": { 1992 "id": "app-twilio" 1993 }, 1994 "slug": "twilio", 1995 "name": "Twilio", 1996 "priority": 1481, 1997 "ratingValue": null, 1998 "ratingCount": null, 1999 "reviewCount": null, 2000 "theme": "#e12127", 2001 "featured": null, 2002 "icon": { 2003 "title": "Twilio", 2004 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-twilio/c1ae7ffde2d8d8639733c168f6e509c5/twilio.png", 2005 "width": 512, 2006 "height": 512 2007 }, 2008 "categoriesCollection": { 2009 "items": [ 2010 { 2011 "slug": "communication" 2012 }, 2013 { 2014 "slug": "it-development" 2015 }, 2016 { 2017 "slug": "app-families" 2018 } 2019 ] 2020 }, 2021 "subcategoriesCollection": { 2022 "items": [ 2023 { 2024 "slug": "sms-phone" 2025 }, 2026 { 2027 "slug": "development-tools" 2028 }, 2029 { 2030 "slug": "twilio" 2031 } 2032 ] 2033 }, 2034 "supportedApp": true, 2035 "addOnApp": false 2036 }, 2037 { 2038 "sys": { 2039 "id": "app-onedrive" 2040 }, 2041 "slug": "onedrive", 2042 "name": "OneDrive", 2043 "priority": 1463, 2044 "ratingValue": null, 2045 "ratingCount": null, 2046 "reviewCount": null, 2047 "theme": "#094ab1", 2048 "featured": null, 2049 "icon": { 2050 "title": "OneDrive", 2051 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-onedrive/07cbf5aaab59233ee67033c0015af2be/onedrive.png", 2052 "width": 512, 2053 "height": 512 2054 }, 2055 "categoriesCollection": { 2056 "items": [ 2057 { 2058 "slug": "file-document-management" 2059 }, 2060 { 2061 "slug": "app-families" 2062 }, 2063 { 2064 "slug": "it-development" 2065 } 2066 ] 2067 }, 2068 "subcategoriesCollection": { 2069 "items": [ 2070 { 2071 "slug": "documents" 2072 }, 2073 { 2074 "slug": "microsoft" 2075 }, 2076 { 2077 "slug": "storage" 2078 } 2079 ] 2080 }, 2081 "supportedApp": true, 2082 "addOnApp": false 2083 }, 2084 { 2085 "sys": { 2086 "id": "app-linkedin" 2087 }, 2088 "slug": "linkedin", 2089 "name": "LinkedIn", 2090 "priority": 1407, 2091 "ratingValue": null, 2092 "ratingCount": null, 2093 "reviewCount": null, 2094 "theme": "#0976b4", 2095 "featured": null, 2096 "icon": { 2097 "title": "LinkedIn", 2098 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-linkedin/d714bbc4f20176bfeebbc6080c9ab8fd/linkedin.png", 2099 "width": 512, 2100 "height": 512 2101 }, 2102 "categoriesCollection": { 2103 "items": [ 2104 { 2105 "slug": "marketing" 2106 }, 2107 { 2108 "slug": "app-families" 2109 } 2110 ] 2111 }, 2112 "subcategoriesCollection": { 2113 "items": [ 2114 { 2115 "slug": "social-media" 2116 }, 2117 { 2118 "slug": "linkedin" 2119 } 2120 ] 2121 }, 2122 "supportedApp": true, 2123 "addOnApp": false 2124 }, 2125 { 2126 "sys": { 2127 "id": "app-line" 2128 }, 2129 "slug": "line", 2130 "name": "LINE", 2131 "priority": 1327, 2132 "ratingValue": null, 2133 "ratingCount": null, 2134 "reviewCount": null, 2135 "theme": "#00c300", 2136 "featured": null, 2137 "icon": { 2138 "title": "LINE", 2139 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-line/b3c45a4cf16e331291fb453db13cb15e/line.png", 2140 "width": 512, 2141 "height": 512 2142 }, 2143 "categoriesCollection": { 2144 "items": [ 2145 { 2146 "slug": "communication" 2147 } 2148 ] 2149 }, 2150 "subcategoriesCollection": { 2151 "items": [ 2152 { 2153 "slug": "chat-chatbots" 2154 } 2155 ] 2156 }, 2157 "supportedApp": true, 2158 "addOnApp": false 2159 }, 2160 { 2161 "sys": { 2162 "id": "app-mysql" 2163 }, 2164 "slug": "mysql", 2165 "name": "MySQL", 2166 "priority": 1318, 2167 "ratingValue": null, 2168 "ratingCount": null, 2169 "reviewCount": null, 2170 "theme": "#015b85", 2171 "featured": null, 2172 "categoriesCollection": { 2173 "items": [ 2174 { 2175 "slug": "it-development" 2176 } 2177 ] 2178 }, 2179 "subcategoriesCollection": { 2180 "items": [ 2181 { 2182 "slug": "databases" 2183 } 2184 ] 2185 }, 2186 "icon": { 2187 "title": "MySQL", 2188 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-mysql/4f0d602649ed02639037bf2d44c7c2d3/mysql.png", 2189 "width": 512, 2190 "height": 512 2191 }, 2192 "supportedApp": true, 2193 "addOnApp": false 2194 }, 2195 { 2196 "sys": { 2197 "id": "app-asana" 2198 }, 2199 "slug": "asana", 2200 "name": "Asana", 2201 "priority": 1306, 2202 "ratingValue": null, 2203 "ratingCount": null, 2204 "reviewCount": null, 2205 "theme": "#f95562", 2206 "featured": null, 2207 "icon": { 2208 "title": "Asana", 2209 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-asana/8d1625c295afaf5aab9743e0cc04e243/asana.png", 2210 "width": 512, 2211 "height": 512 2212 }, 2213 "categoriesCollection": { 2214 "items": [ 2215 { 2216 "slug": "productivity" 2217 }, 2218 { 2219 "slug": "business-operations-erp" 2220 } 2221 ] 2222 }, 2223 "subcategoriesCollection": { 2224 "items": [ 2225 { 2226 "slug": "project-management" 2227 } 2228 ] 2229 }, 2230 "supportedApp": true, 2231 "addOnApp": false 2232 }, 2233 { 2234 "sys": { 2235 "id": "app-sendgrid" 2236 }, 2237 "slug": "sendgrid", 2238 "name": "SendGrid", 2239 "priority": 1292, 2240 "ratingValue": null, 2241 "ratingCount": null, 2242 "reviewCount": null, 2243 "theme": "#294661", 2244 "featured": null, 2245 "icon": { 2246 "title": "SendGrid", 2247 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-sendgrid/9ad38441e3ad15f1ee9c0a8af58085e5/sendgrid.png", 2248 "width": 512, 2249 "height": 512 2250 }, 2251 "categoriesCollection": { 2252 "items": [ 2253 { 2254 "slug": "marketing" 2255 }, 2256 { 2257 "slug": "app-families" 2258 } 2259 ] 2260 }, 2261 "subcategoriesCollection": { 2262 "items": [ 2263 { 2264 "slug": "email-marketing" 2265 }, 2266 { 2267 "slug": "marketing-automation" 2268 }, 2269 { 2270 "slug": "twilio" 2271 } 2272 ] 2273 }, 2274 "supportedApp": true, 2275 "addOnApp": false 2276 }, 2277 { 2278 "sys": { 2279 "id": "app-make" 2280 }, 2281 "slug": "make", 2282 "name": "Make", 2283 "priority": 1245, 2284 "ratingValue": null, 2285 "ratingCount": null, 2286 "reviewCount": null, 2287 "theme": "#6d00cc", 2288 "featured": null, 2289 "categoriesCollection": { 2290 "items": [ 2291 { 2292 "slug": "it-development" 2293 }, 2294 { 2295 "slug": "business-operations-erp" 2296 } 2297 ] 2298 }, 2299 "subcategoriesCollection": { 2300 "items": [ 2301 { 2302 "slug": "no-low-code" 2303 }, 2304 { 2305 "slug": "workflow-process-automation" 2306 } 2307 ] 2308 }, 2309 "icon": { 2310 "title": "Make", 2311 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-make/f572ee55f96d625cd97044f37b92d6ba/make.png", 2312 "width": 512, 2313 "height": 512 2314 }, 2315 "supportedApp": true, 2316 "addOnApp": false 2317 }, 2318 { 2319 "sys": { 2320 "id": "app-twitter" 2321 }, 2322 "slug": "twitter", 2323 "name": "Twitter", 2324 "priority": 1215, 2325 "ratingValue": null, 2326 "ratingCount": null, 2327 "reviewCount": null, 2328 "theme": "#50abf1", 2329 "featured": null, 2330 "icon": { 2331 "title": "Twitter", 2332 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-twitter/7ac59042f8cc58130e40fe5d499d6dad/twitter.png", 2333 "width": 512, 2334 "height": 512 2335 }, 2336 "categoriesCollection": { 2337 "items": [ 2338 { 2339 "slug": "marketing" 2340 }, 2341 { 2342 "slug": "premium" 2343 } 2344 ] 2345 }, 2346 "subcategoriesCollection": { 2347 "items": [ 2348 { 2349 "slug": "social-media" 2350 } 2351 ] 2352 }, 2353 "supportedApp": true, 2354 "addOnApp": false 2355 }, 2356 { 2357 "sys": { 2358 "id": "app-xero" 2359 }, 2360 "slug": "xero", 2361 "name": "Xero", 2362 "priority": 1174, 2363 "ratingValue": null, 2364 "ratingCount": null, 2365 "reviewCount": null, 2366 "theme": "#13b5ea", 2367 "featured": null, 2368 "categoriesCollection": { 2369 "items": [ 2370 { 2371 "slug": "commerce" 2372 }, 2373 { 2374 "slug": "app-families" 2375 } 2376 ] 2377 }, 2378 "subcategoriesCollection": { 2379 "items": [ 2380 { 2381 "slug": "invoicing" 2382 }, 2383 { 2384 "slug": "xero" 2385 } 2386 ] 2387 }, 2388 "icon": { 2389 "title": "Xero", 2390 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-xero/3cbc8dc727aae439eae643d9baeddbe5/xero.png", 2391 "width": 512, 2392 "height": 512 2393 }, 2394 "supportedApp": true, 2395 "addOnApp": false 2396 }, 2397 { 2398 "sys": { 2399 "id": "app-todoist" 2400 }, 2401 "slug": "todoist", 2402 "name": "Todoist", 2403 "priority": 1171, 2404 "ratingValue": null, 2405 "ratingCount": null, 2406 "reviewCount": null, 2407 "theme": "#db4c3f", 2408 "featured": null, 2409 "icon": { 2410 "title": "Todoist", 2411 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-todoist/14e5ff3edb23bb4a3df8d125a40eaf77/todoist.png", 2412 "width": 512, 2413 "height": 512 2414 }, 2415 "categoriesCollection": { 2416 "items": [ 2417 { 2418 "slug": "productivity" 2419 } 2420 ] 2421 }, 2422 "subcategoriesCollection": { 2423 "items": [ 2424 { 2425 "slug": "to-do-lists" 2426 } 2427 ] 2428 }, 2429 "supportedApp": true, 2430 "addOnApp": false 2431 }, 2432 { 2433 "sys": { 2434 "id": "app-manychat" 2435 }, 2436 "slug": "manychat", 2437 "name": "Manychat", 2438 "priority": 1165, 2439 "ratingValue": null, 2440 "ratingCount": null, 2441 "reviewCount": null, 2442 "theme": "#000000", 2443 "featured": null, 2444 "icon": { 2445 "title": "Manychat", 2446 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-manychat/e2ca3012c10727c5726ee03677c7a7bf/manychat.png", 2447 "width": 512, 2448 "height": 512 2449 }, 2450 "categoriesCollection": { 2451 "items": [ 2452 { 2453 "slug": "communication" 2454 }, 2455 { 2456 "slug": "marketing" 2457 } 2458 ] 2459 }, 2460 "subcategoriesCollection": { 2461 "items": [ 2462 { 2463 "slug": "chat-chatbots" 2464 }, 2465 { 2466 "slug": "social-media" 2467 }, 2468 { 2469 "slug": "multichannel-communication" 2470 } 2471 ] 2472 }, 2473 "supportedApp": true, 2474 "addOnApp": false 2475 }, 2476 { 2477 "sys": { 2478 "id": "app-quickbooks" 2479 }, 2480 "slug": "quickbooks", 2481 "name": "QuickBooks", 2482 "priority": 1120, 2483 "ratingValue": null, 2484 "ratingCount": null, 2485 "reviewCount": null, 2486 "theme": "#393a3d", 2487 "featured": null, 2488 "icon": { 2489 "title": "QuickBooks", 2490 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-quickbooks/c2fcc87d4ec677c5b55e5cc2a6183244/quickbooks.png", 2491 "width": 512, 2492 "height": 512 2493 }, 2494 "categoriesCollection": { 2495 "items": [ 2496 { 2497 "slug": "commerce" 2498 }, 2499 { 2500 "slug": "app-families" 2501 } 2502 ] 2503 }, 2504 "subcategoriesCollection": { 2505 "items": [ 2506 { 2507 "slug": "invoicing" 2508 }, 2509 { 2510 "slug": "intuit" 2511 } 2512 ] 2513 }, 2514 "supportedApp": true, 2515 "addOnApp": false 2516 }, 2517 { 2518 "sys": { 2519 "id": "app-pdf-co" 2520 }, 2521 "slug": "pdf-co", 2522 "name": "PDF.co", 2523 "priority": 1036, 2524 "ratingValue": null, 2525 "ratingCount": null, 2526 "reviewCount": null, 2527 "theme": "#f16625", 2528 "featured": null, 2529 "icon": { 2530 "title": "PDF.co", 2531 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-pdf-co/7398c8e4441188e7abd77c2027238134/pdf-co.png", 2532 "width": 512, 2533 "height": 512 2534 }, 2535 "categoriesCollection": { 2536 "items": [ 2537 { 2538 "slug": "file-document-management" 2539 } 2540 ] 2541 }, 2542 "subcategoriesCollection": { 2543 "items": [ 2544 { 2545 "slug": "pdf" 2546 } 2547 ] 2548 }, 2549 "supportedApp": true, 2550 "addOnApp": false 2551 } 2552 ], 2553 "limit": 27, 2554 "offset": 0 2555 }, 2556 "similarTemplatesData": { 2557 "entities": [ 2558 { 2559 "sys": { 2560 "id": "template-899" 2561 }, 2562 "priority": 15195, 2563 "name": "Create BKP and FIK codes from new Google Sheets spreadsheet rows and send them to customers via Twilio", 2564 "slug": "899-create-bkp-and-fik-codes-from-new-google-sheets-spreadsheet-rows-and-send-them-to-customers-via-twilio", 2565 "seoFields": null, 2566 "usage": 4, 2567 "description": "Every time you add a new row to your Google Sheets spreadsheet, Make will automatically send a registered sale data message using the EET module and update the spreadsheet with obtained BKP and FIK codes. Both codes will be then sent to your customer via Twilio. The template uses Sheet 2 in this [example spreadsheet](https://goo.gl/F4MLEq).", 2568 "categoriesCollection": { 2569 "items": [ 2570 { 2571 "slug": "communication" 2572 }, 2573 { 2574 "slug": "it-development" 2575 }, 2576 { 2577 "slug": "business-operations-erp" 2578 }, 2579 { 2580 "slug": "productivity" 2581 } 2582 ] 2583 }, 2584 "subcategoriesCollection": { 2585 "items": [ 2586 { 2587 "slug": "sms-phone" 2588 }, 2589 { 2590 "slug": "development-tools" 2591 }, 2592 { 2593 "slug": "spreadsheets" 2594 } 2595 ] 2596 }, 2597 "appsCollection": { 2598 "items": [ 2599 { 2600 "slug": "google-sheets", 2601 "icon": { 2602 "title": "Google Sheets", 2603 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 2604 "width": 512, 2605 "height": 512 2606 }, 2607 "theme": "#0fa763" 2608 }, 2609 { 2610 "slug": "eet", 2611 "icon": { 2612 "title": "EET", 2613 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-eet/f3ea95c69876ef2c098b8263bd079aec/eet.png", 2614 "width": 512, 2615 "height": 512 2616 }, 2617 "theme": "#ff001d" 2618 }, 2619 { 2620 "slug": "twilio", 2621 "icon": { 2622 "title": "Twilio", 2623 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-twilio/c1ae7ffde2d8d8639733c168f6e509c5/twilio.png", 2624 "width": 512, 2625 "height": 512 2626 }, 2627 "theme": "#e12127" 2628 } 2629 ] 2630 } 2631 }, 2632 { 2633 "sys": { 2634 "id": "template-898" 2635 }, 2636 "priority": 5120, 2637 "name": "Create a Taxpayer's Signature Code (PKP) from new Google Sheets rows and post it to Slack", 2638 "slug": "898-create-a-taxpayer-s-signature-code-pkp-from-new-google-sheets-rows-and-post-it-to-slack", 2639 "seoFields": null, 2640 "usage": 0, 2641 "description": "Every time you add a new row to your Google Sheets spreadsheet, Make will automatically generate a Taxpayer's Signature Code (PKP) using the EET module and post it to Slack. The template uses this [example spreadsheet](https://goo.gl/qm1mgb). ", 2642 "categoriesCollection": { 2643 "items": [ 2644 { 2645 "slug": "communication" 2646 }, 2647 { 2648 "slug": "productivity" 2649 }, 2650 { 2651 "slug": "business-operations-erp" 2652 } 2653 ] 2654 }, 2655 "subcategoriesCollection": { 2656 "items": [ 2657 { 2658 "slug": "team-chat" 2659 }, 2660 { 2661 "slug": "team-collaboration" 2662 }, 2663 { 2664 "slug": "spreadsheets" 2665 } 2666 ] 2667 }, 2668 "appsCollection": { 2669 "items": [ 2670 { 2671 "slug": "google-sheets", 2672 "icon": { 2673 "title": "Google Sheets", 2674 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 2675 "width": 512, 2676 "height": 512 2677 }, 2678 "theme": "#0fa763" 2679 }, 2680 { 2681 "slug": "eet", 2682 "icon": { 2683 "title": "EET", 2684 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-eet/f3ea95c69876ef2c098b8263bd079aec/eet.png", 2685 "width": 512, 2686 "height": 512 2687 }, 2688 "theme": "#ff001d" 2689 }, 2690 { 2691 "slug": "slack", 2692 "icon": { 2693 "title": "Slack", 2694 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-slack/f219a01ff93c549ff48c883804802176/slack.png", 2695 "width": 512, 2696 "height": 512 2697 }, 2698 "theme": "#4a154b" 2699 } 2700 ] 2701 } 2702 }, 2703 { 2704 "sys": { 2705 "id": "template-5765" 2706 }, 2707 "priority": 30091, 2708 "name": "Create a Gmail draft message from a new Google Sheets row", 2709 "slug": "5765-create-a-gmail-draft-message-from-a-new-google-sheets-row", 2710 "seoFields": null, 2711 "usage": 258, 2712 "description": "Use this template to create a Gmail draft message when a new row is added to your Google Sheets spreadsheet.\n\nTo work with the template's default settings, your Google Sheets spreadsheet should contain these columns: Email address, Subject of the email and Content of the email.", 2713 "categoriesCollection": { 2714 "items": [ 2715 { 2716 "slug": "communication" 2717 }, 2718 { 2719 "slug": "productivity" 2720 } 2721 ] 2722 }, 2723 "subcategoriesCollection": { 2724 "items": [ 2725 { 2726 "slug": "email" 2727 }, 2728 { 2729 "slug": "spreadsheets" 2730 } 2731 ] 2732 }, 2733 "appsCollection": { 2734 "items": [ 2735 { 2736 "slug": "google-sheets", 2737 "icon": { 2738 "title": "Google Sheets", 2739 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 2740 "width": 512, 2741 "height": 512 2742 }, 2743 "theme": "#0fa763" 2744 }, 2745 { 2746 "slug": "google-email", 2747 "icon": { 2748 "title": "Gmail", 2749 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-email/457baa3cb9cf6a4f82a55f00ab36b0ef/google-email.png", 2750 "width": 512, 2751 "height": 512 2752 }, 2753 "theme": "#dd4b39" 2754 } 2755 ] 2756 } 2757 }, 2758 { 2759 "sys": { 2760 "id": "template-5768" 2761 }, 2762 "priority": 30091, 2763 "name": "Save a Gmail email to Google Sheets as a new row", 2764 "slug": "5768-save-a-gmail-email-to-google-sheets-as-a-new-row", 2765 "seoFields": null, 2766 "usage": 379, 2767 "description": "Use this template to save a Gmail email message to your Google Sheets spreadsheet as a new row.", 2768 "categoriesCollection": { 2769 "items": [ 2770 { 2771 "slug": "productivity" 2772 }, 2773 { 2774 "slug": "communication" 2775 } 2776 ] 2777 }, 2778 "subcategoriesCollection": { 2779 "items": [ 2780 { 2781 "slug": "spreadsheets" 2782 }, 2783 { 2784 "slug": "email" 2785 } 2786 ] 2787 }, 2788 "appsCollection": { 2789 "items": [ 2790 { 2791 "slug": "google-email", 2792 "icon": { 2793 "title": "Gmail", 2794 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-email/457baa3cb9cf6a4f82a55f00ab36b0ef/google-email.png", 2795 "width": 512, 2796 "height": 512 2797 }, 2798 "theme": "#dd4b39" 2799 }, 2800 { 2801 "slug": "google-sheets", 2802 "icon": { 2803 "title": "Google Sheets", 2804 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 2805 "width": 512, 2806 "height": 512 2807 }, 2808 "theme": "#0fa763" 2809 } 2810 ] 2811 } 2812 }, 2813 { 2814 "sys": { 2815 "id": "template-5770" 2816 }, 2817 "priority": 30091, 2818 "name": "Send a Gmail email from a new Google Sheets row", 2819 "slug": "5770-send-a-gmail-email-from-a-new-google-sheets-row", 2820 "seoFields": null, 2821 "usage": 2156, 2822 "description": "Use this template to send a Gmail message when a new row is added to your Google Sheets spreadsheet.\n\nTo work with the template's default settings, your Google Sheets spreadsheet should contain these columns: Email address, Subject of the email and Content of the email.", 2823 "categoriesCollection": { 2824 "items": [ 2825 { 2826 "slug": "communication" 2827 }, 2828 { 2829 "slug": "productivity" 2830 } 2831 ] 2832 }, 2833 "subcategoriesCollection": { 2834 "items": [ 2835 { 2836 "slug": "email" 2837 }, 2838 { 2839 "slug": "spreadsheets" 2840 } 2841 ] 2842 }, 2843 "appsCollection": { 2844 "items": [ 2845 { 2846 "slug": "google-sheets", 2847 "icon": { 2848 "title": "Google Sheets", 2849 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 2850 "width": 512, 2851 "height": 512 2852 }, 2853 "theme": "#0fa763" 2854 }, 2855 { 2856 "slug": "google-email", 2857 "icon": { 2858 "title": "Gmail", 2859 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-email/457baa3cb9cf6a4f82a55f00ab36b0ef/google-email.png", 2860 "width": 512, 2861 "height": 512 2862 }, 2863 "theme": "#dd4b39" 2864 } 2865 ] 2866 } 2867 }, 2868 { 2869 "sys": { 2870 "id": "template-5766" 2871 }, 2872 "priority": 30091, 2873 "name": "Save a Gmail email containing a specific phrase to Google Sheets as a new row", 2874 "slug": "5766-save-a-gmail-email-containing-a-specific-phrase-to-google-sheets-as-a-new-row", 2875 "seoFields": null, 2876 "usage": 517, 2877 "description": "Use this template to save a Gmail message containing a specific phrase to your Google Sheets spreadsheet as a new row.", 2878 "categoriesCollection": { 2879 "items": [ 2880 { 2881 "slug": "productivity" 2882 }, 2883 { 2884 "slug": "communication" 2885 } 2886 ] 2887 }, 2888 "subcategoriesCollection": { 2889 "items": [ 2890 { 2891 "slug": "spreadsheets" 2892 }, 2893 { 2894 "slug": "email" 2895 } 2896 ] 2897 }, 2898 "appsCollection": { 2899 "items": [ 2900 { 2901 "slug": "google-email", 2902 "icon": { 2903 "title": "Gmail", 2904 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-email/457baa3cb9cf6a4f82a55f00ab36b0ef/google-email.png", 2905 "width": 512, 2906 "height": 512 2907 }, 2908 "theme": "#dd4b39" 2909 }, 2910 { 2911 "slug": "google-sheets", 2912 "icon": { 2913 "title": "Google Sheets", 2914 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 2915 "width": 512, 2916 "height": 512 2917 }, 2918 "theme": "#0fa763" 2919 } 2920 ] 2921 } 2922 }, 2923 { 2924 "sys": { 2925 "id": "template-5767" 2926 }, 2927 "priority": 30091, 2928 "name": "Save a Gmail email from a specific sender to Google Sheets as a new row", 2929 "slug": "5767-save-a-gmail-email-from-a-specific-sender-to-google-sheets-as-a-new-row", 2930 "seoFields": null, 2931 "usage": 270, 2932 "description": "Use this template to save a Gmail message from a specific sender to your Google Sheets spreadsheet as a new row.", 2933 "categoriesCollection": { 2934 "items": [ 2935 { 2936 "slug": "productivity" 2937 }, 2938 { 2939 "slug": "communication" 2940 } 2941 ] 2942 }, 2943 "subcategoriesCollection": { 2944 "items": [ 2945 { 2946 "slug": "spreadsheets" 2947 }, 2948 { 2949 "slug": "email" 2950 } 2951 ] 2952 }, 2953 "appsCollection": { 2954 "items": [ 2955 { 2956 "slug": "google-email", 2957 "icon": { 2958 "title": "Gmail", 2959 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-email/457baa3cb9cf6a4f82a55f00ab36b0ef/google-email.png", 2960 "width": 512, 2961 "height": 512 2962 }, 2963 "theme": "#dd4b39" 2964 }, 2965 { 2966 "slug": "google-sheets", 2967 "icon": { 2968 "title": "Google Sheets", 2969 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 2970 "width": 512, 2971 "height": 512 2972 }, 2973 "theme": "#0fa763" 2974 } 2975 ] 2976 } 2977 }, 2978 { 2979 "sys": { 2980 "id": "template-10371" 2981 }, 2982 "priority": 30091, 2983 "name": "Add client inbox label to Gmail", 2984 "slug": "3172-add-client-inbox-label-to-gmail", 2985 "seoFields": null, 2986 "usage": 133, 2987 "description": "The Google Sheets module checks for matches between the sender’s email address and the list of client email addresses. If a match is found, the label `client_mailbox` is added to the email. More information [here](https://bit.ly/3X6QuwR).", 2988 "categoriesCollection": { 2989 "items": [ 2990 { 2991 "slug": "productivity" 2992 }, 2993 { 2994 "slug": "communication" 2995 } 2996 ] 2997 }, 2998 "subcategoriesCollection": { 2999 "items": [ 3000 { 3001 "slug": "spreadsheets" 3002 }, 3003 { 3004 "slug": "email" 3005 } 3006 ] 3007 }, 3008 "appsCollection": { 3009 "items": [ 3010 { 3011 "slug": "google-email", 3012 "icon": { 3013 "title": "Gmail", 3014 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-email/457baa3cb9cf6a4f82a55f00ab36b0ef/google-email.png", 3015 "width": 512, 3016 "height": 512 3017 }, 3018 "theme": "#dd4b39" 3019 }, 3020 { 3021 "slug": "google-sheets", 3022 "icon": { 3023 "title": "Google Sheets", 3024 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 3025 "width": 512, 3026 "height": 512 3027 }, 3028 "theme": "#0fa763" 3029 } 3030 ] 3031 } 3032 }, 3033 { 3034 "sys": { 3035 "id": "template-10932" 3036 }, 3037 "priority": 28037, 3038 "name": "Analyze sentiment in customer feedback on Google Sheets using ChatGPT", 3039 "slug": "10574-classify-sentiment-with-openai-of-feedback-in-google-sheets", 3040 "seoFields": null, 3041 "usage": 482, 3042 "description": "Run a simple sentiment analysis of your customer feedback with the power of Artificial Intelligence!", 3043 "categoriesCollection": { 3044 "items": [ 3045 { 3046 "slug": "it-development" 3047 }, 3048 { 3049 "slug": "ai" 3050 }, 3051 { 3052 "slug": "productivity" 3053 } 3054 ] 3055 }, 3056 "subcategoriesCollection": { 3057 "items": [ 3058 { 3059 "slug": "ml" 3060 }, 3061 { 3062 "slug": "development-tools" 3063 }, 3064 { 3065 "slug": "spreadsheets" 3066 } 3067 ] 3068 }, 3069 "appsCollection": { 3070 "items": [ 3071 { 3072 "slug": "google-sheets", 3073 "icon": { 3074 "title": "Google Sheets", 3075 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 3076 "width": 512, 3077 "height": 512 3078 }, 3079 "theme": "#0fa763" 3080 }, 3081 { 3082 "slug": "openai-gpt-3", 3083 "icon": { 3084 "title": "OpenAI (DALL-E & ChatGPT)", 3085 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-openai-gpt-3/2c793cb438dc46dc9872a0166d4495e5/openai-gpt-3.png", 3086 "width": 512, 3087 "height": 512 3088 }, 3089 "theme": "#10a37f" 3090 } 3091 ] 3092 } 3093 }, 3094 { 3095 "sys": { 3096 "id": "template-10575" 3097 }, 3098 "priority": 28037, 3099 "name": "Create new completions with OpenAI ChatGPT from new rows in Google Sheets", 3100 "slug": "10570-create-new-completions-with-openai-chatgpt-from-new-rows-in-google-sheets", 3101 "seoFields": null, 3102 "usage": 3682, 3103 "description": "Save time by automatically generating completions to any topic, for example, SEO keywords from your content topics. [Learn more](https://community.make.com/t/getting-started-with-openai-gpt-3-and-make/7796?utm_source=make&utm_medium=in-app&utm_campaign=template)", 3104 "categoriesCollection": { 3105 "items": [ 3106 { 3107 "slug": "it-development" 3108 }, 3109 { 3110 "slug": "ai" 3111 }, 3112 { 3113 "slug": "productivity" 3114 } 3115 ] 3116 }, 3117 "subcategoriesCollection": { 3118 "items": [ 3119 { 3120 "slug": "ml" 3121 }, 3122 { 3123 "slug": "development-tools" 3124 }, 3125 { 3126 "slug": "spreadsheets" 3127 }, 3128 { 3129 "slug": "ai-ml" 3130 } 3131 ] 3132 }, 3133 "appsCollection": { 3134 "items": [ 3135 { 3136 "slug": "google-sheets", 3137 "icon": { 3138 "title": "Google Sheets", 3139 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 3140 "width": 512, 3141 "height": 512 3142 }, 3143 "theme": "#0fa763" 3144 }, 3145 { 3146 "slug": "openai-gpt-3", 3147 "icon": { 3148 "title": "OpenAI (DALL-E & ChatGPT)", 3149 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-openai-gpt-3/2c793cb438dc46dc9872a0166d4495e5/openai-gpt-3.png", 3150 "width": 512, 3151 "height": 512 3152 }, 3153 "theme": "#10a37f" 3154 } 3155 ] 3156 } 3157 }, 3158 { 3159 "sys": { 3160 "id": "template-10950" 3161 }, 3162 "priority": 27141, 3163 "name": "Create Notion database items from new Google Sheets rows", 3164 "slug": "5832-create-notion-database-items-from-new-google-sheets-rows", 3165 "seoFields": null, 3166 "usage": 3360, 3167 "description": "Every time a new row is added to your Google Sheets spreadsheet, Make will automatically create a new Notion database item.", 3168 "categoriesCollection": { 3169 "items": [ 3170 { 3171 "slug": "productivity" 3172 }, 3173 { 3174 "slug": "business-operations-erp" 3175 }, 3176 { 3177 "slug": "it-development" 3178 } 3179 ] 3180 }, 3181 "subcategoriesCollection": { 3182 "items": [ 3183 { 3184 "slug": "project-management" 3185 }, 3186 { 3187 "slug": "databases" 3188 }, 3189 { 3190 "slug": "team-collaboration" 3191 }, 3192 { 3193 "slug": "spreadsheets" 3194 } 3195 ] 3196 }, 3197 "appsCollection": { 3198 "items": [ 3199 { 3200 "slug": "google-sheets", 3201 "icon": { 3202 "title": "Google Sheets", 3203 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 3204 "width": 512, 3205 "height": 512 3206 }, 3207 "theme": "#0fa763" 3208 }, 3209 { 3210 "slug": "notion", 3211 "icon": { 3212 "title": "Notion", 3213 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-notion/f324903fce24870c85987aeb69b5ef74/notion.png", 3214 "width": 512, 3215 "height": 512 3216 }, 3217 "theme": "#000000" 3218 } 3219 ] 3220 } 3221 }, 3222 { 3223 "sys": { 3224 "id": "template-5478" 3225 }, 3226 "priority": 26873, 3227 "name": "Share data added to a Google Sheet as Slack messages", 3228 "slug": "5478-share-data-added-to-a-google-sheet-as-slack-messages", 3229 "seoFields": null, 3230 "usage": 680, 3231 "description": "This automation grabs new rows of data from your Google Sheet and sends them as Slack messages.", 3232 "categoriesCollection": { 3233 "items": [ 3234 { 3235 "slug": "communication" 3236 }, 3237 { 3238 "slug": "productivity" 3239 } 3240 ] 3241 }, 3242 "subcategoriesCollection": { 3243 "items": [ 3244 { 3245 "slug": "team-chat" 3246 }, 3247 { 3248 "slug": "team-collaboration" 3249 }, 3250 { 3251 "slug": "spreadsheets" 3252 } 3253 ] 3254 }, 3255 "appsCollection": { 3256 "items": [ 3257 { 3258 "slug": "google-sheets", 3259 "icon": { 3260 "title": "Google Sheets", 3261 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-google-sheets/4a65cfc4c639e261b650a16967d05ea2/google-sheets.png", 3262 "width": 512, 3263 "height": 512 3264 }, 3265 "theme": "#0fa763" 3266 }, 3267 { 3268 "slug": "slack", 3269 "icon": { 3270 "title": "Slack", 3271 "url": "https://images.ctfassets.net/qqlj6g4ee76j/appIcon-slack/f219a01ff93c549ff48c883804802176/slack.png", 3272 "width": 512, 3273 "height": 512 3274 }, 3275 "theme": "#4a154b" 3276 } 3277 ] 3278 } 3279 }, 3280 { 3281 "sys": { 3282 "id": "template-3173" 3283 }, 3284 "priority": 26873, 3285 "name": "Add Slack client info with e-mail to Google Sheets spreadsheet with client contacts", 3286 "slug": "3173-add-slack-client-info-with-e-mail-to-google-sheets-spreadsheet-with-client-contacts", 3287 "seoFields": null, 3288 "usage": 131, 3289 "description": "When a Slack message is sent in a specified channel, the scenario checks the Google sheet with addresses. If it’s already there, it does nothing. But if it’s not there, the scenario adds the new email to the list. More information [here](https://www.Make.co
Developer
Maintained by Community
Actor Metrics
2 monthly users
-
1 star
>99% runs succeeded
Created in Dec 2023
Modified 8 months ago
Categories