Import into a Callgent, Then Invoke
We are ready to create the recruiting callgent, then import the API document into the callgent.
We can use the following widget to create a new callgent,
A callgent contains:
- a list of
Client Entries
to accept calling requests to the callgent, - a list of
Server Entries
to forward the calling requests to the actual services, - a list of
Event Entries
callback hooks from actual service.
After creating the callgent, we may create an SEP
, then import the API document into it:
- Click
Create SEP
button, - Here we create an Email SEP, fill in your Email address,
Every incoming call request will be sent to this Email address - Click
Import API
button to import the API document into the SEP.
Creating recruiting callgent is all done.
Now you may call this new service anywhere by every CEP
as show in the callgent,
try invoke List all job positions
API as follows,
curl https://api.callgent.com/api/rest/invoke/{callgentId}/{clientEntryId}/positions
or by sending an Email to
callgent+yourCepId#my.callgent.com
You may create more CEN
s to accept calling requests to the callgent, e.g. SIP
, WebRTC
, SMS
, etc.