What do you want to automate

with Infobip and Square?

Prompt, edit and deploy AI agents that connect to Infobip, Square and 2,500+ 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
Create Customer with Square API on New SMS Message (Instant) from Infobip API
Infobip + Square
 
Try it
Create Customer with Square API on New Whatsapp Message (Instant) from Infobip API
Infobip + Square
 
Try it
Create Invoice with Square API on New SMS Message (Instant) from Infobip API
Infobip + Square
 
Try it
Create Invoice with Square API on New Whatsapp Message (Instant) from Infobip API
Infobip + Square
 
Try it
Create Order with Square API on New SMS Message (Instant) from Infobip API
Infobip + Square
 
Try it
New SMS Message (Instant) from the Infobip API

Emit new event when a new SMS message is received.

 
Try it
Catalog Item Updated from the Square API

Emit new event every time a catalog item is updated. See the docs

 
Try it
New Whatsapp Message (Instant) from the Infobip API

Emit new event when a new message is received on Whatsapp.

 
Try it
New Booking Created from the Square API

Emit new event for every new booking created. See the docs

 
Try it
New Customer Created from the Square API

Emit new event for every new customer created. See the docs

 
Try it
Create Customer with the Square API

Creates a new customer for a business. Must provide at least one of the following: Given Name, Family Name, Company Name, Email Address, or Phone Number. See the docs

 
Try it
Send SMS with the Infobip API

Sends an SMS message to a specified number. See the documentation

 
Try it
Create Invoice with the Square API

Creates a draft invoice for an order. You must send (publish) the invoice before Square can process it. See the documentation

 
Try it
Send Viber Text Message with the Infobip API

Send a text message to multiple recipients via Viber. See the documentation

 
Try it
Create Order with the Square API

Creates a new order that can include information about products for purchase. See docs here

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

Overview of Infobip

The Infobip API is a communication platform that enables seamless integration of messaging, voice, and email functionalities into various applications. With Infobip, you can automate notifications, authenticate users via one-time passwords, engage customers across multiple channels, and track communication performance. Pipedream's serverless execution environment lets you create sophisticated workflows that harness the capabilities of Infobip by triggering actions based on events, manipulating data, and connecting with numerous other apps.

Connect Infobip

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    infobip: {
      type: "app",
      app: "infobip",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.infobip.$auth.base_url}.api.infobip.com/sms/1/logs`,
      headers: {
        "Authorization": `App ${this.infobip.$auth.api_key}`,
      },
    })
  },
})

Overview of Square

The Square API opens up a realm of possibilities for merchants to effortlessly manage their sales, inventory, customers, and payments. With Pipedream, you can automate actions based on events in Square, such as new transactions, updated orders, or customer profile changes. Craft custom workflows that react in real-time, sync data across platforms, or streamline reporting. Through Pipedream's serverless platform, you can connect Square with countless other apps without writing extensive code, turning manual tasks into automated, efficient processes.

Connect Square

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: {
    square: {
      type: "app",
      app: "square",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      method: "post",
      url: `https://connect.squareup.com/oauth2/token/status`,
      headers: {
        Authorization: `Bearer ${this.square.$auth.oauth_access_token}`,
      },
    })
  },
})

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