API Tour
Try the App Integration Platform API
In this interactive tutorial, we'll show you the core concepts of tha App Integration API.
User Authentication
A single API format is used to authenticate all apps on the Interactor engine. This makes development extremely easy and fast. The Interactor engine translates the request to each app's API specifications.
Oops! Something went wrong while calling API
API Call to Interactor Engine
Method :
GET
curl -- location \
http://{{server}}:{{port}}/v1/service/gmail/oauth?userId={{user_id}}
--header 'api_key: default'
oauth url
NOTE : Interactor engine can be installed and run locally or on the cloud.
Documentations
App Store
Installing...
Send Email
Now that the token is registered, emails can be sent using the Gmail action API.
API Call to Interactor Engine
Method :
POST
curl -- location \
http://{{server}}:{{port}}/v1/service/gmail/action/email.send/execute?userId={{user_id}}
--header
'Content-Type: application/json'
\
--header
'api_key: default'
\
--data-raw
'{
"to" : [ ]
\
"subject" : ""
\
"body" : ""
\
}'
Oops! Something went wrong while calling API
Documentations
App Store
Installed
Congratulations!!
This tutorial showed you the basics of what's possible with the Interactor engine. Developing integration directly to each app can take months. The Interactor engine makes it easy and gives you the tools to improve integration efficiency and accelerate user acquisition for your platform.
It's time to add apps to your platform!
It's time to add apps to your platform!
Bonus
With the purchase of an annual license subscription, the Interactor team provides app developer portal setup. App registration and setup can be complicated, and one mistake can delay the validation process by weeks, if not months. The Interactor team helps set up the app using industry best practices and co-manages the app in the developer portal.
INTEGRATION DOCSBonus
With the purchase of an annual license subscription, the Interactor team provides app developer portal setup. App registration and setup can be complicated, and one mistake can delay the validation process by weeks, if not months. The Interactor team helps set up the app using industry best practices and co-manages the app in the developer portal.