Connect a Microsoft Mailbox

This endpoint allows you to create a new Microsoft/Outlook mailbox (campaign) using OAuth authentication.

The request should be sent as an HTTP POST to {{host}}/campaigns/microsoft with the form-data request body type.

The request payload should include basic campaign information. Upon successful validation, the API will return an OAuth URL that must be used to complete the Microsoft authentication process.

Response upon successful request

-The API responds with a success status, a 200 status code, and provides an OAuth URL that must be visited to complete the Microsoft authentication process.
-The campaign will be created automatically after successful OAuth completion.

Body Params
string
required
length ≤ 255
string | null
string
required
length ≤ 255

Microsoft/Outlook email address. Must be unique across existing campaigns.

integer | null
0 to 2000

Daily email volume for warmup. Subject to account limits.

integer | null
0 to 100

Target response rate percentage. Subject to account limits.

meta
object
required
Headers
uuid
required

Valid UUID for request tracking

Responses

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json