Retrieve contact template list

Get contact templates

GET https://ris.rightsline.com/v4/contact-templates

This endpoint allows you to retrieve template data for contacts.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{
  "templates": [
    {
      "templateId": 1,
      "templateName": "Person",
      "processId": 2,
      "processName": "Contact Workflow"
    }
  ]
}

Last updated