(path: string)
| 490 | } |
| 491 | |
| 492 | private buildWebhookUrl(path: string): string { |
| 493 | return `${WEBHOOK_BASE_URL}/webhooks/inbound/${path}`; |
| 494 | } |
| 495 | |
| 496 | private mapConfigurationRecord(record: WebhookConfigurationRecord): WebhookConfiguration { |
| 497 | return { |
no outgoing calls
no test coverage detected