Sign in

Add notification email

documented

Add an email address to the notifications system for a business.

POST /business/notifications/email/addBusinessesno 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://app.gatherup.com/api/business/notifications/email/add" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"businessId": {{$business_id}}, "email": "{{$email}}", "clientId": "{{$client_id}}", "hash": "{{$hash}}", "type": "{{$type}}"}'