Bubble
Connect Bubble.io to Occult API for no-code astrology apps.
API Connector
Add the API Connector plugin in Bubble and configure a new API with the base URL https://api.occultapi.com.
Authentication
Set the X-API-Key header in the API Connector settings with your Occult API key.
Workflow Action
Create a workflow that calls the API endpoint (e.g., /api/astro/rashifal/daily/) with a JSON body containing {"rashi": "aries"}, and stores the result in a custom state.
Display
Use a text element with dynamic data from the custom state to display the astrology results to your users.