Skip to content
  • There are no suggestions because the search field is empty.

How to Initiate Network‑Based Calls via API in FreJun? | Create‑Call Endpoint Guide

FreJun lets you trigger network‑based calls programmatically using a simple REST API. To place a call, issue a POST request to /api/v1/integrations/create-call/ including the user_email of the caller and the cadidate_number for the destination phone number as required parameters.

 

Make a POST request to this endpoint /api/v1/integrations/create-call/ with necessary parameters:

  • user_email: Email of the user making the call
  • cadidate_number: Destination number to call. Docs

If you have any more questions or need assistance, feel free to reach out to us at Hello@frejun.com. We’re here to help!

Sign Up