Dialpad WFM integration (Productivity, Data). Imported from open-connector.
https://api.teamsurfboard.com/api/v1/schedule
| Param | Type | Required | Description |
|---|---|---|---|
| start | string | required | Start of the reporting interval in RFC 3339 format. |
| end | string | required | End of the reporting interval in RFC 3339 format. |
| includeDeletedAgents | boolean | optional | Whether to include deleted agent schedules. Dialpad WFM defaults this to true. |
| pageSize | integer | optional | Maximum number of schedule entries to return in one response. Dialpad WFM defau… |
| pageAfter | string | optional | Schedule pagination cursor from the links.next URL in a previous response. |
/metrics/agent
| Param | Type | Required | Description |
|---|---|---|---|
| start | string | required | Start of the reporting interval in RFC 3339 format. |
| end | string | required | End of the reporting interval in RFC 3339 format. |
| emails | string | optional | Comma-separated agent email addresses to filter by. |
| includeDeletedAgents | boolean | optional | Whether to include deleted agents in the response. |
| limit | integer | optional | Maximum number of metric records to return. Dialpad WFM defaults to 500 and cap… |
| cursor | string | optional | Pagination cursor from a previous Dialpad WFM response. |
/metrics/activity
| Param | Type | Required | Description |
|---|---|---|---|
| start | string | required | Start of the reporting interval in RFC 3339 format. |
| end | string | required | End of the reporting interval in RFC 3339 format. |
| emails | string | optional | Comma-separated agent email addresses to filter by. |
| includeDeletedAgents | boolean | optional | Whether to include deleted agents in the response. |
| limit | integer | optional | Maximum number of metric records to return. Dialpad WFM defaults to 500 and cap… |
| cursor | string | optional | Pagination cursor from a previous Dialpad WFM response. |