Implement any of Data8's API's into Salesforce through the External Services feature, and use them in Flows.
Swagger files are available for each of our services which can be used to generate an External Service within Salesforce. This service can then be called from a Screen Flow, through the actions node.
Please note that you will need credits on your account for the service you are trying to use. You will also need to create a server-side API key (API key without any authorised domains).
We are currently working on generating individual swagger files for every service. In the mean time, we do have some swagger files available to use which group some of our services together:
Here's an example flow for the bank validation service, using the external service generated from the validation services swagger file.
Lets look at how the main components of this flow were created.
That's it! Save and Run the flow to test it. See the relevant page under Products on the website for validation examples to try.