A connector for Re:infer and Power Automate / Azure Logic Apps.
Re:infer empowers everyone to create custom high-quality machine learning models to interpret conversations. No technical expertise is required with out of the box support for emails, tickets, feedback, chat or phone calls.
You can use this connector to
- import communication data into Re:infer and
- perform actions in other systems in response to predictions on new messages
For importing data, you should also consider using Re:infer's native integrations (e.g. Office 365, Salesforce etc.) as it can be more flexible.
You will need two things
- A Re:infer account. Sign up for a free trial if you don't have one or get in touch.
- An API token for authentication. You can obtain this from your Manage Account page.
IMPORTANT: When entering the API token in the connector, you need to prefix it with "Bearer" followed by white space, e.g.
Bearer REINFER-API-TOKEN
This is unfortunately required because of limitations in the old version of OpenAPI used by Power Automate (v2). _
Happy automations!
To develop the connector, you need a Power Automate account and to install the Python CLI for Power Automate
pip install paconn
To add the custom connector to your Power Automate account, login and create it with
paconn login && paconn create --settings settings.json
Once created, to update the connector, run
paconn update --settings settings.json
The connector supports the following operations:
TODO: fill in all the supported operations
You can find our API documentation and developer docs here.
For any questions, please feel free to contact us.