Steps to add another integration?

hi

how would I go about adding another integration? I searched for a recipe or guide with no success.

Hey @joe_bordes, welcome to the forum!
Have you checked out our docs on Backend Integrations?

Hi

I don’t see any coding steps there. That all looks like how to use an integration from inside the application. I need to add a new connector. To another API

I am looking for something like this: Writing your own external data connector

Am I missing something?

maybe you were referring to this link at the end?

Which integration do you want to add?

If the existing set of integrations does not suffice your specific requirements, you can write a code component that queries the data you need (the link you identified above should guide you on how to do that).

You can also use the HTTP API integration if the service you want to use has an HTTP API.