Update site details
pushengage_update_site_detailsModify your PushEngage site settings: update site name, URL, timezone, enable geolocation, or remove branding. Provide at least one field to receive the updated site details.
Instructions
Updates the current site's details. Pass only the fields you want to change: site_name (Site Name), site_url (Site URL), timezone (Website Time Zone, an IANA name), enable_geolocation (Enable Geolocation), and/or remove_powered_by_pushengage (Remove "Powered By PushEngage", which needs a paid plan). Provide at least one field. Returns the updated site details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | No | Override the currently selected site. | |
| site_url | No | Site URL. A full http(s) URL, e.g. https://example.com. | |
| timezone | No | Website Time Zone as an IANA name, e.g. "America/New_York" or "Asia/Kolkata". | |
| site_name | No | Site Name. 3-150 characters. | |
| enable_geolocation | No | Enable Geolocation. Personalizes notifications based on the subscriber's location and timezone. | |
| remove_powered_by_pushengage | No | Remove "Powered By PushEngage" branding from notifications. Requires a paid (white-label) plan; the API rejects it otherwise. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | No | ||
| site_url | No | ||
| timezone | No | ||
| site_name | No | ||
| site_image | No | ||
| enable_geolocation | No | ||
| remove_powered_by_pushengage | No |