Returns the default / fallback routing rule configured on the caller’s team for the given business type. Caller must have MANAGE_LEAD_DISTRIBUTION or MANAGE_LEAD_DISTRIBUTION_DEPARTMENT permission.
curl --request GET \
--url https://api.lofty.com/v1.0/routing/rule/supplement/{type} \
--header 'Authorization: <authorization>'{
"roleId": 123,
"businessType": 123,
"strategyType": 123,
"touchMinutes": 123,
"assigneeAgentName": "<string>",
"assigneeAgentId": 123,
"assigneeGroupName": "<string>",
"assigneeGroupId": 123,
"updateTime": 123
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer [access_token]
Routing business type.
1, 2, 4 Role ID. Required when type = 4 (ASSISTANT_LEAD).
Default routing rule for the given business type.
Role id
Routing type
Strategy type
Only next up and blast alert are affected
Only default assignee are affected
Only default assignee are affected
Only default assignee are affected
Only default assignee are affected
Update time
curl --request GET \
--url https://api.lofty.com/v1.0/routing/rule/supplement/{type} \
--header 'Authorization: <authorization>'{
"roleId": 123,
"businessType": 123,
"strategyType": 123,
"touchMinutes": 123,
"assigneeAgentName": "<string>",
"assigneeAgentId": 123,
"assigneeGroupName": "<string>",
"assigneeGroupId": 123,
"updateTime": 123
}