MCPcopy Create free account
hub / github.com/simstudioai/sim / ctx

Function ctx

apps/sim/lib/webhooks/providers/twilio.test.ts:187–193  ·  view source on GitHub ↗
(body: Record<string, unknown>)

Source from the content-addressed store, hash-verified

185
186 describe('formatInput', () => {
187 const ctx = (body: Record<string, unknown>) => ({
188 webhook: {},
189 workflow: { id: 'wf1', userId: 'u1' },
190 body,
191 headers: {},
192 requestId: 'r1',
193 })
194
195 it('maps inbound SMS params to aligned output keys', async () => {
196 const body = {

Callers 1

twilio.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected