Zapier
π Using MarketingBlocks API with Zapier
{ "Authorization": "Bearer mab_xxxxxxxxxxxxxxx", "Content-Type": "application/json" }
Last updated
π Using MarketingBlocks API with Zapier
{
"Authorization": "Bearer mab_xxxxxxxxxxxxxxx",
"Content-Type": "application/json"
}Last updated
https://app.marketingblocks.ai/api/v1/social-sparks/get-channels{
"Authorization": "Bearer mab_abc123xyz456...",
"Content-Type": "application/json"
}{
"channels": {
"current_page": 1,
"data": [
{
"channel_id": 254,
"platform": "facebook",
"account_name": "Jon Snow",
"avatar": "https://example.com/avatar.jpg"
}
],
"total": 1
},
"status": true
}