I have a Switchboard and Switchboard Integration for Zendesk and a Switchboard Integration with a webhook.
When I look at my Switchboard using GET https://api.smooch.io/v2/apps/{appId}/switchboards/ I see the defaultSwitchboardIntegrationId is my custom Switchboard Integration.
When I start a conversation, my custom Switchboard Integration is not activated, though. I can pass control to it with POST https://api.smooch.io/v2/apps/{appId}/conversations/{conversationId}/passControl and it fires at that point.
Why isn't it being activated by default if it's the defaultSwitchboardIntegrationId?
Thanks!