Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey committed Jul 28, 2024
1 parent 40ee3dc commit 80f4813
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions samples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

[Как добавить custom field контакту в amoCRM?](addField.js)

[Как загрузить файл в сделку amoCRM?](uploadFileToLead.js)

[Как получить все контакты из amoCRM?](getAllContacts.js)

[Как получить все сделки из amoCRM?](getAllLeads.js)
Expand All @@ -20,3 +18,10 @@
[Как получить все типы задач в amoCRM?](getAccountTaskTypes.js)

[Как добавить задачу в amoCRM?](getTasks.js)


#### file API

[Как просто загрузить файл в amoCRM?](files/uploadFile.js)

[Как загрузить файл в сделку amoCRM?](files/uploadFileToLead.js)

0 comments on commit 80f4813

Please sign in to comment.