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

Function sendblueHeaders

apps/sim/tools/sendblue/utils.ts:14–20  ·  view source on GitHub ↗
(params: SendblueBaseParams)

Source from the content-addressed store, hash-verified

12 * the `sb-api-key-id` and `sb-api-secret-key` headers.
13 */
14export function sendblueHeaders(params: SendblueBaseParams): Record<string, string> {
15 return {
16 'sb-api-key-id': params.apiKeyId.trim(),
17 'sb-api-secret-key': params.apiSecretKey.trim(),
18 'Content-Type': 'application/json',
19 }
20}
21
22/**
23 * Shared credential param definitions reused across all Sendblue tools.

Callers 5

send_message.tsFile · 0.90
get_message.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected