Replies: 1 comment
-
Hey @helmoski! I'm here to help you with any bugs, questions, or contributions you have. Let's get this issue sorted out together. Yes, the Booker atom supports round robin events. To set it up, you need to configure the eventTypes: [
{
id: 1,
slotInterval: 30,
schedulingType: SchedulingType.ROUND_ROBIN,
length: 30,
metadata: {
apps: {
salesforce: {
enabled: true,
appCategories: ["crm"],
roundRobinLeadSkip: true,
},
},
},
users: [
{
id: 101,
},
{
id: 102,
},
],
},
], This setup includes a 30-minute slot interval and length, with additional metadata for app integration [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the Booker atom support round robin events?
If so, what is the correct combination of attributes to use?
Beta Was this translation helpful? Give feedback.
All reactions