evolution-api/src/api
Davidson Gomes a03ce984f6 chore: Update telemetry and add new integrations
Refactored the telemetry guard to use a new sendTelemetry utility function,
which allows for easier tracking of API routes. Also, added telemetry events
for message sending in the Chatwoot and Typebot services.

Additionally, updated the README.md to include new content creators and
added new integrations with Typebot and Chatwoot services.

Modified:
- README.md
- package.json
- src/api/guards/telemetry.guard.ts
- src/api/integrations/chatwoot/services/chatwoot.service.ts
- src/api/integrations/typebot/services/typebot.service.ts

Added:
- src/utils/sendTelemetry.ts
2024-07-15 12:43:20 -03:00
..
abstract fix: Adjusts in redis for save instances 2024-04-18 10:39:24 -03:00
controllers fix: Correction in response returns from buttons, lists and templates 2024-07-12 13:45:31 -03:00
dto Add support for managing WhatsApp templates via official API 2024-07-12 12:32:44 -03:00
guards chore: Update telemetry and add new integrations 2024-07-15 12:43:20 -03:00
integrations chore: Update telemetry and add new integrations 2024-07-15 12:43:20 -03:00
provider session worker compatibility 2024-06-03 19:06:00 -03:00
repository refactor: using stream instead of temp files in chatwoot and repository services 2024-07-13 08:10:36 -03:00
routes chore: Add telemetry system 2024-07-15 09:25:40 -03:00
services fix: Updated media handling in WhatsApp Baileys and Typebot services 2024-07-14 10:39:32 -03:00
types Add support for managing WhatsApp templates via official API 2024-07-12 12:32:44 -03:00
server.module.ts chore: Integration with MinIO and S3 2024-07-13 16:07:16 -03:00