Interactor main
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.

MAGIC! 🧙
Interactor got the Gmail authentication URL link for you!

When authenticating using the free Gmail.com email, press the "Advanced" button to trust the application.
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
Gmail
Installing...
Slack
Salesforce
OpenAI
Jira

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" : ""
\
}'

Enter your email content

Oops! Something went wrong while calling API
Documentations
App Store
Gmail
Installed
Slack
Salesforce
OpenAI
Jira

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!

Key Benefits

Single unified APIs. Learn once, and the same API applies to all app integrations.  

Token management and authentication are done by the product. This eliminates the need to build and maintain a separate token system.


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 DOCS
API Tour