Abstract

Learn how to use Abstract with Composio

Overview

Enum

ABSTRACT

Description

Abstract API provides a suite of APIs for developers to automate various tasks, including data validation, enrichment, and more.

Authentication Details

Actions

Tool to enrich an email address with reputation and risk scoring data. use when you need to assess an address's deliverability and risk before outreach. use after confirming your api key is valid.

Action Parameters

email
Required

Action Response

data
object
error
string
successful
boolean
Tool to validate whether an email address is real and deliverable. use after collecting an email address to confirm deliverability.

Action Parameters

auto_correct
booleanDefaults to True
email
Required

Action Response

data
object
error
string
successful
boolean
Tool to validate the format and country code of an iban number. use after collecting an iban to ensure it is correctly formatted.

Action Parameters

iban
stringRequired

Action Response

data
object
error
string
successful
boolean