(params: {
externalScopeId: string;
content: string;
})
| 63 | content: string; |
| 64 | }): PlatformDeliveryRequest[]; |
| 65 | sendText?(params: { |
| 66 | externalScopeId: string; |
| 67 | content: string; |
| 68 | }): Promise<PlatformTextDeliveryResult | null | undefined>; |
no outgoing calls
no test coverage detected