configurations

Update Mobile App Config

Update mobile app configuration for an organization.

Expects the full MobileAppConfig from the frontend.

put/configurations/mobile-app/{organization_id}

Path parameters

organization_idstring required

Request body

tech_full_schedule_enabledboolean

Whether technicians can see full schedule

messages_tab_enabledboolean

Whether the Messages tab is shown in the mobile app.

phonebook_tab_enabledboolean

Whether the Phonebook tab is shown in the mobile app.

sms_forwarding_enabledboolean

When enabled, inbound customer messages are forwarded via SMS to the technician's personal phone number. Technicians reply from the app or field view via the link in that forward.

proposal_modulesstring[]

Proposal modules enabled in the mobile app, such as landscaping.

Response

Successful Response

tech_full_schedule_enabledboolean

Whether technicians can see full schedule

messages_tab_enabledboolean

Whether the Messages tab is shown in the mobile app.

phonebook_tab_enabledboolean

Whether the Phonebook tab is shown in the mobile app.

sms_forwarding_enabledboolean

When enabled, inbound customer messages are forwarded via SMS to the technician's personal phone number. Technicians reply from the app or field view via the link in that forward.

proposal_modulesstring[]

Proposal modules enabled in the mobile app, such as landscaping.

Changes