MCPcopy Index your code
hub / github.com/simstudioai/sim / compactBody

Function compactBody

apps/sim/tools/instantly/utils.ts:42–44  ·  view source on GitHub ↗
(values: Record<string, unknown>)

Source from the content-addressed store, hash-verified

40}
41
42export function compactBody(values: Record<string, unknown>): Record<string, unknown> {
43 return filterUndefined(values)
44}
45
46export async function parseInstantlyResponse(response: Response): Promise<unknown> {
47 const data = await parseJsonResponse(response)

Callers 8

reply_to_email.tsFile · 0.90
delete_leads.tsFile · 0.90
patch_campaign.tsFile · 0.90
list_leads.tsFile · 0.90
create_campaign.tsFile · 0.90
create_lead.tsFile · 0.90

Calls 1

filterUndefinedFunction · 0.90

Tested by

no test coverage detected