PageXcrm

FREE
By muhamed | Updated 12 days ago | Business
Health Check

N/A

README

PageXCRM API Documentation

Welcome to the PageXCRM API, your solution for seamless lead integration. This documentation provides comprehensive guidance on utilizing our API effectively.

Endpoint:

subscribe for free to get the endpoint .

Parameters:

  • name (string, optional): Full name of the lead.
  • email (string, optional): Email address of the lead.
  • phone (string, optional): Phone number of the lead.
  • plat (string, optional): which means platform which means lead source like facebook , insta , x โ€ฆetc.
  • customer_id (string, optional): Unique customer ID if exist.
  • more (Array, optional): Additional details about the lead.
  • api_key (string, required): your api key from your pagexcrm integrations page .
  • you can get your api key from your pagexcrm , after login : integrations->api , or you can visit this page to get your key :
    https://www.pagexcrm.com/plugins/api

Example:

{
  "api_key": "enter your api key",
  "name": "John Doe",
  "email": "john.doe@example.com",
  "phone": "123-456-7890",
  "customer_id": "CUST123",
  "more": {
    "company": "ABC Corp",
    "source": "Website Form"
  }
}

Response:

Success (HTTP 200 OK):
(json response)

{
  "status": "success",
  "message": "Lead successfully added to PageXCRM."
}

Error (HTTP 4xx/5xx):


{
  "status": "error",
  "message": "Detailed error message here."
}

Notes:

  1. All fields are optional but at least one must be provided.
  2. If no values are sent, the API will not insert data into PageXCRM.
  3. The more field allows for additional, customizable lead details.
  4. Ensure data is sent in POST method .
  5. Use HTTPS for secure communication.

Feel free to integrate the PageXCRM API into your system and enjoy streamlined lead management. If you have any questions or encounter issues, refer to this documentation or contact our support team at admin@pagexcrm.com.

Followers: 0
API Creator:
Rapid account: Muhamed
muhamed
thunderhurt
Log In to Rate API
Rating: 5 - Votes: 1