Solved

Programatically connect email channels to Front

  • 1 February 2023
  • 1 reply
  • 62 views

As an admin, can I connect O365 email channels (private inboxes, shared inboxes, and distro lists alike) to Front programmatically through the API without touching the Front UI at all?

Use case: a customer is migrating from Gmail to Outlook and making a domain change to all their email addresses, and they’re looking for the best way to reconnect all these channels to Front. If it’s not possible to do this programmatically, will they have to re-connect each channel by hand?

icon

Best answer by jason 1 February 2023, 19:09

View original

1 reply

Userlevel 4
Badge +7

Hi Jack,

You can use the API to connect email channels which use our SMTP forwarding infrastructure (see https://dev.frontapp.com/reference/post_inboxes-inbox-id-channels and https://dev.frontapp.com/reference/post_channels-channel-id-validate for docs).

You can not connect OAuth channels (such as Office365 or Gmail channels) via the API as the external mail provider (Office/Gmail) requires the owner of the address to explicitly grant access to Front via the OAuth process.

Hope that helps!

Reply