Skip to content

Kixie

With Kixie modules in Ibexa Connect, 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 Ibexa Connect

  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 Ibexa Connect 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

Send SMS

Sends an SMS.

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.

Make a Call

Makes a new call.

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

Make a Call to a Queue

Makes a call to a queue.

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.

Remove from a Queue

Removes a contact from the queue.

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

Send to a Cadence

Sends a contact to a cadence.

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

Make an API Call

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

1
For the list of available endpoints, refer to the [Kixie API documentation](https://www.kixie.com/developer/).

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