Developer API
Connect to Yola directly through an easy API.
Authentication

Ticket API
Customers API
Parameters
Data Type
Required
Description
Custom Fields API
Last updated
Connect to Yola directly through an easy API.

Last updated
POST https://v3-api.yola.ai/api/platform/v1/conversations/{subcompany_id}/create-ticket{
"subject": "string" (required),
"customer_id": "string",
"external_customer_id": "string",
"gateway_profile_id": "string",
"provided_unique_id": "string"
}{
"id": "The id of the created conversation."
}GET https://v3-api.yola.ai/api/platform/v1/customers/{subcompany_id}/customer/{provided_unique_id}/get-customerA JSON dictionary of all customer information other than their associated custom field values. PUT https://v3-api.yola.ai/api/platform/v1/customers/{subcompany_id}/create-customer/{provided_unique_id}{
"external_customer_id": "string" (optional),
"name": "string" (optional),
"location": "string" (optional),
"email": "string" (optional),
"phone_number": "string" (optional),
"avatar": "string" (optional)
}A JSON dictionary of the created customer.PUT https://v3-api.yola.ai/api/platform/v1/customers/{subcompany_id}/customer/{provided_unique_id}/add-tagsPUT https://v3-api.yola.ai/api/platform/v1/customers/{subcompany_id}/customer/{provided_unique_id}/add-custom-fieldsGET https://v3-api.yola.ai/api/platform/v1/custom-fields/{subcompany_id}/list-custom-fieldsPOST https://v3-api.yola.ai/api/platform/v1/custom-fields/{subcompany_id}/create-custom-fieldDELETE https://v3-api.yola.ai/api/platform/v1/custom-fields/{subcompany_id}/custom-field/{custom_field_id}/delete-custom-fields