What do you want to automate

with Mocean API and Cloudflare?

Prompt, edit and deploy AI agents that connect to Mocean API, Cloudflare and 2,800+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Change Development Mode with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Change Zone's SSL Setting with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Create a Certificate with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Create DNS Record with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Create IP Access Rule with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Create Key/Value Pairs with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Create Namespace with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Create Zone with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Delete DNS Record with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Export DNS Records with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Import DNS Records with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
List Certificates with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
List DNS Records with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Patch DNS Record with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Purge All Files with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Purge Files by URL with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Query Worker Analytics with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Revoke Certificate with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Update Zone Security Level with Cloudflare (API key) API on Balance Updated from Mocean API API
Mocean API + Cloudflare
 
Try it
Balance Updated from the Mocean API API

Emit new event when the account balance has been updated. See the documentation

 
Try it
Change Development Mode with the Cloudflare API

Development Mode temporarily allows you to enter development mode for your websites if you need to make changes to your site. This will bypass Cloudflare's accelerated cache and slow down your site. See the documentation

 
Try it
Get Balance with the Mocean API API

Retrieve your current account balance with Mocean API. See the documentation

 
Try it
Change Zone's SSL Setting with the Cloudflare API

Choose the appropriate SSL setting for your zone. See the docs here

 
Try it
Send SMS with the Mocean API API

Send an outbound SMS from your Mocean account. See the documentation

 
Try it
Create a Certificate with the Cloudflare API

Creates an Origin CA certificate. See the documentation

 
Try it
Create DNS Record with the Cloudflare API

Creates a DNS Record given its zone id

 
Try it
Create IP Access Rule with the Cloudflare API

Creates a new IP Access Rule for an account. The rule will apply to all zones in the account. See the documentation

 
Try it
Create Key/Value Pairs with the Cloudflare API

Create new Key/Value pairs in a Namespace. See the documentation

 
Try it
Create Namespace with the Cloudflare API

Create a new Namespace in an account. See the documentation

 
Try it
Create Zone with the Cloudflare API

Create Zone. See the docs here

 
Try it
Delete DNS Record with the Cloudflare API

Deletes a DNS record of a zone. See the docs here

 
Try it
Export DNS Records with the Cloudflare API

Export a BIND config of a zone. See the docs here

 
Try it
Import DNS Records with the Cloudflare API

Import a BIND config into a zone. See the documentation

 
Try it
List Certificates with the Cloudflare API

List all existing Origin CA certificates for a given zone. See the documentation

 
Try it
List DNS Records with the Cloudflare API

List, search, sort, and filter a zones' DNS records. See the docs here

 
Try it
Patch DNS Record with the Cloudflare API

Patches a DNS record of a zone. See the docs here

 
Try it
Purge All Files with the Cloudflare API

Remove ALL files from Cloudflare's cache. See the documentation

 
Try it
Purge Files by URL with the Cloudflare API

Granularly remove one or more files from Cloudflare's cache by specifying URLs. See the documentation

 
Try it
Query Worker Analytics with the Cloudflare API

Retrieves Workers KV request metrics for the given account. See the docs here

 
Try it
Revoke Certificate with the Cloudflare API

Revoke an existing Origin CA certificate by its serial number. See the documentation

 
Try it
Update Zone Security Level with the Cloudflare API

Choose the appropriate security profile for your website, which will automatically adjust each of the security settings. See the documentation

 
Try it
Integrate the Mocean API API with the Cloudflare API
Setup the Mocean API API trigger to run a workflow which integrates with the Cloudflare API. Pipedream's integration platform allows you to integrate Mocean API and Cloudflare remarkably fast. Free for developers.

Overview of Mocean API

The Mocean API provides tools for sending SMS and making voice calls, enabling you to integrate communication features into your applications or workflows seamlessly. With MoceanAPI on Pipedream, you can automate sending notifications, create alert systems, or even implement two-factor authentication (2FA). It interacts with other apps and services to craft powerful, event-driven automation.

Connect Mocean API

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform" export default defineComponent({ props: { mocean_api: { type: "app", app: "mocean_api", } }, async run({steps, $}) { return await axios($, { url: `https://rest.moceanapi.com/rest/2/account/balance`, params: { "mocean-api-key": `${this.mocean_api.$auth.api_key}`, "mocean-api-secret": `${this.mocean_api.$auth.api_secret}`, }, }) }, }) 

Overview of Cloudflare

Harness the power of Cloudflare within Pipedream's scalable platform to automate and optimize your web operations. The Cloudflare API enables you to programmatically control countless aspects of your web presence, from security settings and firewall rules to traffic and DNS management. By integrating this with Pipedream, you can create custom workflows that react to specific triggers, manipulate Cloudflare configurations on-the-fly, and connect to countless other services for a seamless automation experience.

Connect Cloudflare

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform" export default defineComponent({ props: { cloudflare_api_key: { type: "app", app: "cloudflare_api_key", } }, async run({steps, $}) { return await axios($, { url: `https://api.cloudflare.com/client/v4/user`, headers: { "x-auth-key": `${this.cloudflare_api_key.$auth.api_key}`, "x-auth-email": `${this.cloudflare_api_key.$auth.email}`, }, }) }, }) 

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo