Sign in

Create Site

documented

Create a site.

POST /v1/sitesSitesno implementation yet0 runs
No 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}}"}'
Create Site · helpscout · OpenIntegrations