Create Site
documentedCreate a site.
POST /v1/sitesSitesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://docsapi.helpscout.net/v1/sites" \
-X POST \
-u "{{HELPSCOUT_API_KEY}}:DUMMY_PASSWORD" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"status":"active","subDomain":"{{$subDomain}}","cname":"{{$cname}}","hasPublicSite":{{$hasPublicSite}},"title":"{{$title}}","logoUrl":"{{$logoUrl}}","logoWidth":{{$logoWidth}},"logoHeight":{{$logoHeight}},"favIconUrl":"{{$favIconUrl}}","touchIconUrl":"{{$touchIconUrl}}","homeUrl":"{{$homeUrl}}","homeLinkText":"{{$homeLinkText}}","bgColor":"{{$bgColor}}","description":"{{$description}}","hasContactForm":{{$hasContactForm}},"mailboxId":{{$mailboxId}},"contactEmail":"{{$contactEmail}}","styleSheetUrl":"{{$styleSheetUrl}}","headerCode":"{{$headerCode}}"}'