Teamwork CRM API

Getting access, Developing, Testing

Back to Teamwork CRM

List all email providers

Returns a list of providers an user can connect.

The following targets are allowed in filter query parameters:

  • isEnabled

Output

type: object title: emailProvidersResponse properties: emailProviders: type: array items: type: object title: EmailProvider properties: code: type: string id: type: integer isEnabled: type: boolean logo: type: string name: type: string settings: type: object title: EmailProviderSettings properties: authUrl: type: string