MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / createEmailUrl

Function createEmailUrl

js/botasaurus-server-js/src/server.ts:13–18  ·  view source on GitHub ↗
({ email, subject, body }:any)

Source from the content-addressed store, hash-verified

11import { createControls, FileTypes } from 'botasaurus-controls'
12
13export function createEmailUrl({ email, subject, body }:any) {
14 const emailSubject = encodeURIComponent(subject)
15 const emailBody = encodeURIComponent(body)
16 const emailURL = `mailto:${email}?subject=${emailSubject}&body=${emailBody}`
17 return emailURL
18}
19const validScraperTypes = new Set([ScraperType.REQUEST, ScraperType.BROWSER, ScraperType.TASK]);
20function getReadme(): string {
21 try {

Callers 1

getConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected