Parabola
π Using MarketingBlocks API in Parabola
β Step 1: Get Your Bearer Token
Visit:
https://app.marketingblocks.ai/api-token/Copy the generated token that begins with
mab_...
β Step 2: Use API Import/Export
Drag in an API Import step.
Configure it with:
Method:
POSTorGETURL: Your MarketingBlocks API endpoint
Headers:
Authorization: Bearer mab_xxxxxxxxxxxxxContent-Type: application/json
Body: Paste your raw JSON request payload.
(Optional) Use the API Export step to send data from Parabola to external services.
π Example: Fetching Channels
Method: GET
URL:
https://app.marketingblocks.ai/api/v1/social-sparks/get-channelsHeaders:
Authorization: Bearer mab_abc123xyz456...
Success Response:
Last updated