Outbound
Make Call
Initiates an outbound phone call associated with the specified outbound ID. The request body must contain the necessary details for making the call. Once initiated, the call will be routed to the first available agent.
POST
Authorizations
Specify the authorization token.
For more information, check out the Authorization Guide.
Path Parameters
The unique identifier of the outbound campaign for which the call is being initiated.
Body
The details required to make the outbound phone call, encapsulated in an NLPearl.Core.Models.OutboundMakeCallRequest object.
Defines the request structure for making an outbound call.
Response
200
text/plain
The outbound phone call was successfully initiated and the active state is returned.
Defines the result structure for an outbound call operation.