Skip to main content

Kixie

With Kixie modules in Make, you can send SMSes, make calls, and manage queues in your Kixie account.

To get started with Kixie, create an account at kixie.com.

Connecting Kixie to Make

  1. Log in to your Kixie account.

  2. Click Manage from the menu, then click Account.

    kixie_1.png
  3. Click Integrations.

  4. Copy your Business ID and API key to your clipboard.

    kixie_2.png
  5. Go to your Make scenario and select the Kixie module you want to use.

  6. Under Connection, click Add.

  7. Give your new connection a name.

  8. Paste your Business ID and API key in the fields provided.

  9. Click Save.

You have successfully established the connection.

Automations

Sends an SMS.

Connection

Establish a connection to your Kixie account.

Email address

Enter your Kixie email address.

Target Number

Enter the target phone number you want to send your SMS to.

Message

Enter the text of the SMS.

Makes a new call.

Connection

Establish a connection to your Kixie account.

Email address

Enter your Kixie email address.

Target Number

Enter the target phone number you want to make a call to.

Display Name

Enter the display name.

Queues

Makes a call to a queue.

Connection

Establish a connection to your Kixie account.

Queue ID

Enter the ID of the queue. You can find this on your Kixie dashboard.

Email address

Enter your Kixie email address.

Target Number

Enter the target phone number.

Display Name

Enter the display name.

Removes a contact from the queue.

Connection

Establish a connection to your Kixie account.

Queue ID

Enter the ID of the queue. You can find this on your Kixie dashboard.

Email address

Enter the contact's email address.

Target Number

Enter the target phone number.

Display Name

Enter the display name.

Cadences

Sends a contact to a cadence.

Connection

Establish a connection to your Kixie account.

Cadence ID

Enter the ID of the cadence. You can find this in the cadence settings, called Unique Webhook.

Target Number

Enter the target phone number.

Display Name

Enter the display name.

Other

Performs an arbitrary authorized API call.

Note

For the list of available endpoints, refer to the Kixie API documentation.

Example of use - Retrieve your user data

The following API call returns your user data.

URL: /me

Method: GET

kixie_3.png

Matches of the search can be found in the module's Output under Bundle > Body > row.

kixie_4.png