Infobip

Infobip is a global leader in omnichannel engagement powering a broad range of messaging channels, tools, and solutions for advanced customer engagement, authentication, and security.

This integration lets you send targeted messages using the specific cohorts you've created in Amplitude.

Setup

Infobip setup

  1. Navigate to the Infobip Portal, click Project Settings, and select API Keys.
  2. Generate a new key and add a description. Copy the key.

Amplitude setup

  1. In Amplitude Data, click Catalog and select the Destinations tab.
  2. In the Cohort section, click Infobip.
  3. Enter a name and Infobip API Key.
  4. Save the destination.

Statuses

Create a new list

URL: https://api.infobip.com/saas/amplitude/1/lists

Status codes

{
"listId": 2568
}

Add people to list

URL: https://api.infobip.com/saas/amplitude/1/lists/%257BlistId%257D/add

  • If no errors, just the modified/created counters will show the number of ids.
  • If one or more ids were unable to be added to a list, the errors section will be populated with the total counter and arrays of grouped ids by type of error
{
"modifiedCount": 0,
"createdCount": 3,
"errors": {
"count": 1,
"failed": {
"VALIDATION_ERROR": ["invalid_mail.com"]
}
}
}

Remove people from list

URL: https://api.infobip.com/saas/amplitude/1/lists/%257BlistId%257D/remove

{}

Was this page helpful?

November 6th, 2024

Need help? Contact Support

Visit Amplitude.com

Have a look at the Amplitude Blog

Learn more at Amplitude Academy

© 2025 Amplitude, Inc. All rights reserved. Amplitude is a registered trademark of Amplitude, Inc.