SaaS Automation
  1. Microsoft
SaaS Automation
Inbox Automation
  • Ping
  • Inbox Automation
  • Content Automation
  • Business Info
  • How to Set-up Domains on Google
  • How to Set-up Domains on Microsoft
  • Cloudflare
    • Adding Domain
      POST
    • Adding DNS Record
      POST
    • Domain Forwarding
      POST
    • Saving Credentials
      POST
    • Fetching Credentials
      GET
  • Microsoft
    • Adding Domain
      POST
    • Adding User
      POST
    • Saving Credentials
      POST
    • Fetching Credentials
      GET
  • Google
    • Adding User
      POST
    • Adding Domain
      POST
    • Saving Credentials
      POST
    • Fetching Credentials
      GET
  1. Microsoft

Adding Domain

POST
https://api.saasautomation.link/inbox/microsoft/domain

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
data
object 
required
Domains
string 
required
microsoft
object 
required
cloudflare
object 
required
Example
{
  "data": {
    "Domains": "example.com",
    "microsoft": {
      "tenantID": "B8YG786R878-B87T867BTNI8OM98_8NYO",
      "clientID": "BUYG-876GT867-BT67BN",
      "clientSecret": "GIUYVGIBYiuygoiub-hibkguo_~kjbill",
      "msadmin": "msadmin"
    },
    "cloudflare": {
      "cloudflareApiKey": "authKey",
      "cloudflareAuthEmail": "[email protected]",
      "accountID": "87yn98n7N879YN897"
    }
  }
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.saasautomation.link/inbox/microsoft/domain' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
   "data":{
      "Domains":"example.com",
      "microsoft": {
            "tenantID":"B8YG786R878-B87T867BTNI8OM98_8NYO",
            "clientID":"BUYG-876GT867-BT67BN",
            "clientSecret":"GIUYVGIBYiuygoiub-hibkguo_~kjbill",
            "msadmin":"msadmin"
       },
      "cloudflare": {
            "cloudflareApiKey":"authKey",
            "cloudflareAuthEmail":"[email protected]",
            "accountID":"87yn98n7N879YN897"
      }
   }
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
Fetching Credentials
Next
Adding User
Built with