5{plI0wYR
zw90HuQ11;uXm=P)_rfr3XEpwt5gYd|vz|Yrh8@panhX{4E32l+>-CDHg#?k3-aVn`
z-N;+f*N|n@v_}W3tQVUR7~`lyUMesw$d|8Ewd}`q?+O`ztc?{38hgr>2$bR8xCL_m
zM9NNutj7W@MFQND$-sWA*S96aOM1qGP=D^j=YW_p^@R|;QoZ%(GnFzFUxeWNQI<-oWMpIvJ)Vgh2^scMPpqB}qb3HqfS>9sK@14V$CNl+OqN>b#x5jb
z!90CP&tsdA4y!y8RafaRWk@Oj+RFcV3)hJy=B7p(=@S!*G0&c0Qb#B$}lvJ)r~&g=`7@ih(G_9Bhvnkq>TV6yp4Jv-Hz_LL?LVndZh
zgP&F}6@M3pGzGahmgANki`Dr||EKa&E@<}D+&kHSS?IKCS7OUUVFbzhuI%z|5+IjB
zmm^4qXL#K!jRsE81(}v1PFn4oYcB2f4Xx0kH_{ucCGsF(A_&kx{__{_d;gm-n$TiN
zh>=byr~LhLIWb~SsmnJ*%B@n+{lV)aet~+J1dqpI%r@yRL**>V`6ts#u*bwf7R%Rs
zcO$Dqe!QoMS(PpScl*>+gZrPL{~~8f)n{9tbv<1YMRe)Y?55iF78gxIm6dRmU0jmk
zzP-R1WKZ6_(%Yl`pDkM#U{ts5*ae
literal 0
HcmV?d00001
diff --git a/tsconfig.json b/tsconfig.json
index d50f49d..369fd87 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,4 @@
{
- // This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
From 3860a788bf23f4cf367f41b9ea819c6ab6662144 Mon Sep 17 00:00:00 2001
From: dev-callgent
Date: Thu, 20 Jun 2024 13:24:07 +0800
Subject: [PATCH 03/36] docs: callgent webhook
Signed-off-by: dev-callgent
---
solutions/showcase/webhook/webhook.mdx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/solutions/showcase/webhook/webhook.mdx b/solutions/showcase/webhook/webhook.mdx
index bd7b646..3e0e1eb 100644
--- a/solutions/showcase/webhook/webhook.mdx
+++ b/solutions/showcase/webhook/webhook.mdx
@@ -9,7 +9,9 @@ keywords: [Callgent function-calling technique, integrate AI with email and Slac
The callgent you create is no more than the delegate to a business service. It receives requests from `Client endpoint`s (CEP), then maps the requests to specific `Server Endpoint`s (SEP) to do invocation to the actual business service.
-There is one more scenario, where the actual business services may have several internal `Service Event`s (EEP) to notify users/clients, usually via `webhook` or emails.
+There is one more scenario, where the actual business services may have several internal Service `Event`s to notify users/clients, usually via `webhook` or emails.
+
+Callgent provides `Event Endpoint`s (EEP) to receive these events.