For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
- First response time: measured from when a thread is created until the first response is sent.
- Next response time: measured each time the customer sends a new message, until a user responds.
serviceLevelAgreement:createserviceLevelAgreement:editserviceLevelAgreement:delete
Create an SLA
Provide eitherfirstResponseTimeMinutes or nextResponseTimeMinutes (but not both. That creates a first-response SLA on one tier and a next-response SLA on the same tier with separate calls).
Mutation
Variables
Update an SLA
Field-level wrapper inputs apply: pass{ "value": ... } for the fields you want to update and omit the rest.
Mutation
Variables
Delete an SLA
Mutation
Variables

