Aircall API contact creation via Bubble.is API connector - Phone List Problem

Hello there!

So, I have succesfully created an api conector that creates contacts in Aircall. But, I need to create those contacts with phone number, which happens to be, it’s a “list parameter” and as a non-coder, I don’t know how to do that.

Here is the contact object in Aircall

{
“id”: 789,
“direct_link”: “https://api.aircall.io/v1/contacts/789”,
“first_name”: “John”,
“last_name”: “Doe”,
“company_name”: “Acme”,
“information”: “”,
“phone_numbers”: [
{
“label”: “Work”,
“value”: “+33631000000”
}
],
“emails”: [
{
“label”: “Work”,
“value”: “john.doe@something.io
}
]
}

And, Here is how I have set up the api connector

So in the workflow, I have it setted up like this, which creates the contact, but with no phone numbers in Aircall

Please bubblers, I’m sure it’s somethig simple (not for me obviously hahaha)

Hello there, anyone knows about this?

If you want people to help you here I would recommend opening your app (and use dummy keys you’ll replace after). Like this it’s quite hard to help i think.

How can I do that?

You can make your app public in the settings tab.

1 Like

ok Done!
let me know @emmanuel and thanks in advance! :slight_smile:

Hello anyone=?!

Did you find a solution? Have similar issue.

not yet :frowning:

This topic was automatically closed after 70 days. New replies are no longer allowed.