Skip to main content

Description

AI-powered call tracking and routing through Ringba integration. Use this integration to manage campaigns, calls, targets, numbers, webhooks, and call logs.

Authentication

  • Ringba API Token.

Available Actions

  • List/get/update campaigns
  • Get/annotate calls
  • Get account info
  • Manage targets (get/create)
  • Manage numbers (create/get/delete)
  • Work with webhooks (list, get, create conversion)
  • Query call logs (columns, tags, detail, export)
  • Blacklist numbers
  • Raw API requests

Examples

Example 1: Ringba - Get Account Info Fetch Ringba accounts available for the API token.
Example 2: Ringba - List Campaigns List campaigns for an account.
Example 3: Ringba - Get Campaign Retrieve details for a campaign by ID.
Example 4: Ringba - Update Campaign Update campaign fields by ID.
Example 5: Ringba - Get Call Retrieve a call by inboundCallId.
Example 6: Ringba - Annotate Call Add annotation tags to a call.
Example 7: Ringba - Get Target Retrieve details for a target by ID.
Example 8: Ringba - Create Target Create a target with minimal required fields.
Example 9: Ringba - Create Number Purchase/allocate a new number (charges may apply).
Example 10: Ringba - Get Number Get details for a number by ID.
Example 11: Ringba - Delete Number Release a number (use with caution).
Example 12: Ringba - List Webhooks List webhooks configured for an account.
Example 13: Ringba - List Webhooks (WebHooks) List webhooks via WebHooks endpoint (per collection).
Example 14: Ringba - Get Single Webhook Retrieve a webhook by webHookId.
Example 15: Ringba - Create Conversion Webhook Create a conversion webhook using WebHooks/CreateConversion.
Example 16: Ringba - Call Logs: Columns Get call log column names for reporting.
Example 17: Ringba - Call Logs: Tags List all tag types and names available for filtering call logs.
Example 18: Ringba - Call Logs: Basic Report Create a call log report for a date range with defaults.
Example 19: Ringba - Call Logs: Detail by InboundCallIds Get detailed info for one or more InboundCallIds.
Example 20: Ringba - Call Logs: Export CSV (Create Job) Create an export job for a date range.
Example 21: Ringba - Call Logs: Export CSV (Check Status) Check an export job status by csvJobId.
Example 22: Ringba - Blacklist Number Add a phone number to compliance blacklist.
Example 23: Ringba - Raw Request Call any Ringba endpoint under /v2.

Third-Party Documentation