Open Connector
All tools

Everflow

Connect to Everflow to manage performance marketing offers, affiliates, webhooks, and reporting.

everflowv1.0.044 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "EVERFLOW_DELETE_WEBHOOKS_NETWORKS_WEBHOOKS_WEBHOOKID",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("EVERFLOW_DELETE_WEBHOOKS_NETWORKS_WEBHOOKS_WEBHOOKID", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute EVERFLOW_DELETE_WEBHOOKS_NETWORKS_WEBHOOKS_WEBHOOKID --data '{ }'

Tool catalog

Available tools

44 callable operations

Delete WebhookEVERFLOW_DELETE_WEBHOOKS_NETWORKS_WEBHOOKS_WEBHOOKIDPermanently delete a webhook configuration by its ID.

Permanently delete a webhook configuration by its ID.

Authentication

Connected account required

Tags

Webhookswebhooks
List All OffersEVERFLOW_GET_ADVERTISER_OFFERS_ADVERTISERS_OFFERSList All Offers

List All Offers

Authentication

Connected account required

Tags

Advertiser Offersadvertiser-offers
Get Offer By IDEVERFLOW_GET_ADVERTISER_OFFERS_ADVERTISERS_OFFERS_OFFERIDGet Offer By ID

Get Offer By ID

Authentication

Connected account required

Tags

Advertiser Offersadvertiser-offers
Find All Visible OffersEVERFLOW_GET_AFFILIATE_OFFERS_AFFILIATES_ALLOFFERSFind All Visible Offers

Find All Visible Offers

Authentication

Connected account required

Tags

Affiliate Offersaffiliate-offers
Find Offer By IDEVERFLOW_GET_AFFILIATE_OFFERS_AFFILIATES_OFFERS_OFFERIDFind Offer By ID

Find Offer By ID

Authentication

Connected account required

Tags

Affiliate Offersaffiliate-offers
Find Impression URLEVERFLOW_GET_AFFILIATE_OFFERS_AFFILIATES_OFFERS_OFFERID_IMPRESSIONURL_URLIDFind Impression URL

Find Impression URL

Authentication

Connected account required

Tags

Affiliate Offersaffiliate-offers
Find Tracking URLEVERFLOW_GET_AFFILIATE_OFFERS_AFFILIATES_OFFERS_OFFERID_URL_URLIDFind Tracking URL

Find Tracking URL

Authentication

Connected account required

Tags

Affiliate Offersaffiliate-offers
Find All Runnable OffersEVERFLOW_GET_AFFILIATE_OFFERS_AFFILIATES_OFFERSRUNNABLEFind All Runnable Offers

Find All Runnable Offers

Authentication

Connected account required

Tags

Affiliate Offersaffiliate-offers
Get Affiliate by IDEVERFLOW_GET_AFFILIATES_NETWORKS_AFFILIATES_AFFILIATEIDGet Affiliate by ID

Get Affiliate by ID

Authentication

Connected account required

Tags

Affiliatesaffiliates
Get Offer by IDEVERFLOW_GET_OFFERS_NETWORKS_OFFERS_OFFERIDGet Offer by ID

Get Offer by ID

Authentication

Connected account required

Tags

Offersoffers
Get Click by Transaction IDEVERFLOW_GET_REPORTING_CLICKS_NETWORKS_REPORTING_CLICKS_TRANSACTIONIDGet Click by Transaction ID

Get Click by Transaction ID

Authentication

Connected account required

Tags

Reportingreporting-clicks
Get Conversion by IDEVERFLOW_GET_REPORTING_CONVERSIONS_NETWORKS_REPORTING_CONVERSIONS_CONVERSIONIDGet Conversion by ID

Get Conversion by ID

Authentication

Connected account required

Tags

Reportingreporting-conversions
Get Conversion Upload by IDEVERFLOW_GET_REPORTING_CONVERSIONS_NETWORKS_REPORTING_UPLOAD_CONVERSIONS_UPLOADIDGet Conversion Upload by ID

Get Conversion Upload by ID

Authentication

Connected account required

Tags

Reportingreporting-conversions
Get Webhook ConfigEVERFLOW_GET_WEBHOOKS_NETWORKS_WEBHOOKS_WEBHOOKIDGet Webhook Config

Get Webhook Config

Authentication

Connected account required

Tags

Webhookswebhooks
Get Webhook Delivery LogsEVERFLOW_GET_WEBHOOKS_NETWORKS_WEBHOOKS_WEBHOOKID_LOGSGet Webhook Delivery Logs

Get Webhook Delivery Logs

Authentication

Connected account required

Tags

Webhookswebhooks
Apply Affiliate Bulk EditEVERFLOW_PATCH_AFFILIATES_NETWORKS_AFFILIATESApply Affiliate Bulk Edit

Apply Affiliate Bulk Edit

Authentication

Connected account required

Tags

Affiliatesaffiliates
Process Pending AffiliatesEVERFLOW_PATCH_AFFILIATES_NETWORKS_PENDING_AFFILIATESProcess Pending Affiliates

Process Pending Affiliates

Authentication

Connected account required

Tags

Affiliatesaffiliates
Update Conversion StatusEVERFLOW_PATCH_REPORTING_CONVERSIONS_NETWORKS_REPORTING_CONVERSIONSUpdate Conversion Status

Update Conversion Status

Authentication

Connected account required

Tags

Reportingreporting-conversions
Update Conversion Status by Transaction IDEVERFLOW_PATCH_REPORTING_CONVERSIONS_NETWORKS_REPORTING_CONVERSIONS_TRANSACTIONIDModify the status of all conversions and events linked to a single transaction ID. Only `approved` and `rejected` are accepted values. Conversions that are `invalid` will be ignored; only `approved`, `rejected`, and `pending` conversions will be updated. Note that the endpoint is asynchronous. Even when the endpoint returns `true` immediately, it may take up to a few seconds for the conversion updates to be processed (and to fire partner pixels if appropriate).

Modify the status of all conversions and events linked to a single transaction ID. Only `approved` and `rejected` are accepted values. Conversions that are `invalid` will be ignored; only `approved`, `rejected`, and `pending` conversions will be updated. Note that the endpoint is asynchronous. Even when the endpoint returns `true` immediately, it may take up to a few seconds for the conversion updates to be processed (and to fire partner pixels if appropriate).

Authentication

Connected account required

Tags

Reportingreporting-conversions
Find Offers (Advanced)EVERFLOW_POST_AFFILIATE_OFFERS_AFFILIATES_OFFERSTABLEFind Offers (Advanced)

Find Offers (Advanced)

Authentication

Connected account required

Tags

Affiliate Offersaffiliate-offers
Create AffiliateEVERFLOW_POST_AFFILIATES_NETWORKS_AFFILIATESCreate Affiliate

Create Affiliate

Authentication

Connected account required

Tags

Affiliatesaffiliates
Find Affiliates (Advanced)EVERFLOW_POST_AFFILIATES_NETWORKS_AFFILIATESTABLEFind Affiliates (Advanced)

Find Affiliates (Advanced)

Authentication

Connected account required

Tags

Affiliatesaffiliates
Create OfferEVERFLOW_POST_OFFERS_NETWORKS_OFFERSCreate Offer

Create Offer

Authentication

Connected account required

Tags

Offersoffers
Find Offers (Advanced)EVERFLOW_POST_OFFERS_NETWORKS_OFFERSTABLEFind Offers (Advanced)

Find Offers (Advanced)

Authentication

Connected account required

Tags

Offersoffers
Get Reporting SummaryEVERFLOW_POST_REPORTING_AGGREGATED_NETWORKS_REPORTING_ENTITY_SUMMARYGet Reporting Summary

Get Reporting Summary

Authentication

Connected account required

Tags

Reportingreporting-aggregated
Get Aggregated Reporting DataEVERFLOW_POST_REPORTING_AGGREGATED_NETWORKS_REPORTING_ENTITY_TABLEGet Aggregated Reporting Data

Get Aggregated Reporting Data

Authentication

Connected account required

Tags

Reportingreporting-aggregated
Get MTTI ReportEVERFLOW_POST_REPORTING_AGGREGATED_NETWORKS_REPORTING_MTTI_TABLEGet MTTI Report

Get MTTI Report

Authentication

Connected account required

Tags

Reportingreporting-aggregated
Search Post-Conversion EventsEVERFLOW_POST_REPORTING_AGGREGATED_NETWORKS_REPORTING_POSTCONVERSIONSSearch Post-Conversion Events

Search Post-Conversion Events

Authentication

Connected account required

Tags

Reportingreporting-aggregated
Get Variance ReportEVERFLOW_POST_REPORTING_AGGREGATED_NETWORKS_REPORTING_VARIANCEGet Variance Report

Get Variance Report

Authentication

Connected account required

Tags

Reportingreporting-aggregated
Get Click ReportEVERFLOW_POST_REPORTING_CLICKS_NETWORKS_REPORTING_CLICKS_STREAMGet Click Report

Get Click Report

Authentication

Connected account required

Tags

Reportingreporting-clicks
Create Conversions without Transaction IDsEVERFLOW_POST_REPORTING_CONVERSIONS_NETWORKS_CONVERSIONS_REPORTINGCreate Conversions without Transaction IDs

Create Conversions without Transaction IDs

Authentication

Connected account required

Tags

Conversion Updatesreporting-conversions
Create Conversions with Transaction IDsEVERFLOW_POST_REPORTING_CONVERSIONS_NETWORKS_CONVERSIONS_REPORTING_TRANSACTION_IDSCreate Conversions with Transaction IDs

Create Conversions with Transaction IDs

Authentication

Connected account required

Tags

Conversion Updatesreporting-conversions
Get Conversion ReportEVERFLOW_POST_REPORTING_CONVERSIONS_NETWORKS_REPORTING_CONVERSIONSGet Conversion Report

Get Conversion Report

Authentication

Connected account required

Tags

Reportingreporting-conversions
Search Conversions by EmailEVERFLOW_POST_REPORTING_CONVERSIONS_NETWORKS_REPORTING_CONVERSIONS_EMAILSearch Conversions by Email

Search Conversions by Email

Authentication

Connected account required

Tags

Reportingreporting-conversions
Get Conversion SummaryEVERFLOW_POST_REPORTING_CONVERSIONS_NETWORKS_REPORTING_CONVERSIONS_SUMMARYGet Conversion Summary

Get Conversion Summary

Authentication

Connected account required

Tags

Reportingreporting-conversions
Upload Conversions CSVEVERFLOW_POST_REPORTING_CONVERSIONS_NETWORKS_REPORTING_UPLOAD_CONVERSIONSUpload Conversions CSV

Upload Conversions CSV

Authentication

Connected account required

Tags

Reportingreporting-conversions
List Conversion UploadsEVERFLOW_POST_REPORTING_CONVERSIONS_NETWORKS_REPORTING_UPLOAD_CONVERSIONS_TABLEList Conversion Uploads

List Conversion Uploads

Authentication

Connected account required

Tags

Reportingreporting-conversions
Create WebhookEVERFLOW_POST_WEBHOOKS_NETWORKS_WEBHOOKSCreate Webhook

Create Webhook

Authentication

Connected account required

Tags

Webhookswebhooks
Update AffiliateEVERFLOW_PUT_AFFILIATES_NETWORKS_AFFILIATES_AFFILIATEIDUpdate Affiliate

Update Affiliate

Authentication

Connected account required

Tags

Affiliatesaffiliates
Update OfferEVERFLOW_PUT_OFFERS_NETWORKS_OFFERS_OFFERIDUpdate Offer

Update Offer

Authentication

Connected account required

Tags

Offersoffers
Update Conversion NotesEVERFLOW_PUT_REPORTING_CONVERSIONS_NETWORKS_REPORTING_CONVERSIONS_CONVERSIONID_NOTESUpdate Conversion Notes

Update Conversion Notes

Authentication

Connected account required

Tags

Reportingreporting-conversions
Update Conversion Payout and RevenueEVERFLOW_PUT_REPORTING_CONVERSIONS_NETWORKS_REPORTING_CONVERSIONS_CONVERSIONID_PAYOUTREVENUEUpdate Conversion Payout and Revenue

Update Conversion Payout and Revenue

Authentication

Connected account required

Tags

Reportingreporting-conversions
Update Conversion Sale AmountEVERFLOW_PUT_REPORTING_CONVERSIONS_NETWORKS_REPORTING_CONVERSIONS_CONVERSIONID_SALEAMOUNTUpdate Conversion Sale Amount

Update Conversion Sale Amount

Authentication

Connected account required

Tags

Reportingreporting-conversions
Update WebhookEVERFLOW_PUT_WEBHOOKS_NETWORKS_WEBHOOKS_WEBHOOKIDUpdate Webhook

Update Webhook

Authentication

Connected account required

Tags

Webhookswebhooks

Provider resources