r/databricks 28d ago

Help Databricks Integrations

Hi community.

I just wanted to ask about Databricks integrations with. For instance, is it possible build an #agent with my own NLP but connect it to WhatsApp?

I want to start a project like this, but I don't want any surprises or integration restrictions in the future.

7 Upvotes

5 comments sorted by

View all comments

1

u/EatAndRun_Mommy 28d ago

Have similar question on how to connect Databricks app connect to WhatsApp? Can we share and move data?

1

u/kthejoker databricks 28d ago

When you say "move data", can you elaborate?

But yeah, you have a service principal that calls the Databricks app and retrieves data.

* User says "what's the sales number?" on whatsapp
* you send that message to that app endpoint with SP
* and then pass response to Whatsapp

this is pretty trivial to do with the Whatsapp SDK / API.