Skip to main content
Description: Manage operations in Ringba. Authentication:
  • See integration-specific authentication requirements
Available Actions: Examples:
Action: unknown
Example 1: Ringba - List Campaigns List campaigns for an account.
{
  "automationType": "ringba",
  "nodeId": "ringba-list-campaigns-001"
}
Example 2: Ringba - Get Call Retrieve a call by inboundCallId.
{
  "automationType": "ringba",
  "nodeId": "ringba-get-call-001"
}
Example 3: Ringba - Annotate Call Add annotation tags to a call.
{
  "automationType": "ringba",
  "nodeId": "ringba-annotate-call-001"
}
Example 4: Ringba - List Webhooks List webhooks configured for an account.
{
  "automationType": "ringba",
  "nodeId": "ringba-list-webhooks-001"
}
Example 5: Ringba - Blacklist Number Add a phone number to compliance blacklist.
{
  "automationType": "ringba",
  "nodeId": "ringba-blacklist-001"
}
Example 6: Ringba - Raw Request Call any Ringba endpoint under /v2.
{
  "automationType": "ringba",
  "nodeId": "ringba-raw-request-001"
}
Example 7: Ringba - Get Account Info Fetch Ringba accounts available for the API token.
{
  "automationType": "ringba",
  "nodeId": "ringba-get-account-info-001"
}
Example 8: Ringba - Call Logs: Columns Get call log column names for reporting.
{
  "automationType": "ringba",
  "nodeId": "ringba-calllogs-columns-001"
}
Example 9: Ringba - Call Logs: Tags (all types) List all tag types and names available for filtering call logs.
{
  "automationType": "ringba",
  "nodeId": "ringba-calllogs-tags-001"
}
Example 10: Ringba - Call Logs: Basic report (date range) Create a call log report for a date range with defaults.
{
  "automationType": "ringba",
  "nodeId": "ringba-calllogs-post-001"
}
Example 11: Ringba - Call Logs: Detail by InboundCallIds Get detailed info for one or more InboundCallIds.
{
  "automationType": "ringba",
  "nodeId": "ringba-calllogs-detail-001"
}
Example 12: Ringba - Call Logs: Export CSV (create job) Create an export job for a date range.
{
  "automationType": "ringba",
  "nodeId": "ringba-calllogs-export-001"
}
Example 13: Ringba - Call Logs: Export CSV (check status) Check an export job status by csvJobId.
{
  "automationType": "ringba",
  "nodeId": "ringba-calllogs-export-status-001"
}
Example 14: Ringba - Get Campaign Retrieve details for a campaign by ID.
{
  "automationType": "ringba",
  "nodeId": "ringba-campaigns-get-001"
}
Example 15: Ringba - Update Campaign (partial) Update campaign fields by ID.
{
  "automationType": "ringba",
  "nodeId": "ringba-campaigns-update-001"
}
Example 16: Ringba - Get Target Retrieve details for a target by ID.
{
  "automationType": "ringba",
  "nodeId": "ringba-targets-get-001"
}
Example 17: Ringba - Create Target (minimal) Create a target with minimal required fields (example body, adjust per your account requirements).
{
  "automationType": "ringba",
  "nodeId": "ringba-targets-create-001"
}
Example 18: Ringba - Create Number Purchase/allocate a new number (charges may apply).
{
  "automationType": "ringba",
  "nodeId": "ringba-numbers-create-001"
}
Example 19: Ringba - Get Number Get details for a number by ID.
{
  "automationType": "ringba",
  "nodeId": "ringba-numbers-get-001"
}
Example 20: Ringba - Delete Number (unlink example) Release a number (use with caution).
{
  "automationType": "ringba",
  "nodeId": "ringba-numbers-delete-001"
}
Example 21: Ringba - List Webhooks (WebHooks) List webhooks via WebHooks endpoint (per collection).
{
  "automationType": "ringba",
  "nodeId": "ringba-webhooks-get-v2-001"
}
Example 22: Ringba - Get Single Webhook Retrieve a webhook by webHookId.
{
  "automationType": "ringba",
  "nodeId": "ringba-webhook-get-001"
}
Example 23: Ringba - Create Conversion Webhook Create a conversion webhook using WebHooks/CreateConversion.
{
  "automationType": "ringba",
  "nodeId": "ringba-webhooks-create-conv-001"
}
Third-Party Documentation: