Skip to content
RicardoE105
RicardoE105
@ricardoe105
Active Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 18
Reply
RE: OAuth Callback URL with localhost:5678

You might find this helpful: Docs Configuration | callin.io Docs callin.io is an extendable workflow automation tool that enables you to conne...

4 years ago
Forum
Reply
RE: Integration with Voice Assistants [Google / Siri / Alexa]

I'm not familiar with those platforms, but if they enable you to create webhooks through their UI, this can be readily accomplished using the Webhook ...

4 years ago
Forum
Reply
RE: Multi-select fields in Airtable and Notion integrations

Welcome to the community. Currently, you can use names exclusively with the multi_select type. I attempted to add this functionality to the select t...

4 years ago
Forum
Reply
RE: Multi-select fields in Airtable and Notion integrations

Okay, I've just tested it, and Notion does indeed support setting multi-selects using both the name and the ID. Currently, it's using the ID, which is...

4 years ago
Forum
Reply
RE: Multi-select fields in Airtable and Notion integrations

Yes, that's the expected behavior. When setting a multi-select property in Notion, you need to provide an array of IDs. It's different from Airtable, ...

4 years ago
Forum
Reply
RE: Multi-select fields in Airtable and Notion integrations

Unlike the Notion node, the Airtable node requires the data you intend to insert to be provided in the input. If the multi_select field shares the sam...

4 years ago
Forum
Reply
RE: Airtable integration: Deleting multiple records

Yes, that's correct. The Node is designed to handle batching for you. You should send batches of 10 records. By the way, where did you find informat...

4 years ago
Forum
Reply
RE: HTTP feature: Body parameters for DELETE operations

Yes, we're nearing completion on node versioning. It's presently undergoing internal testing. Following its release, we'll shift our focus to a V2 of ...

4 years ago
Forum
Reply
RE: Banking: Extending generic OAuth2 API for custom header support

Welcome to the community. Make sure you upvote it. The more votes, the more chances of being added.

4 years ago
Forum
Reply
RE: Sending to RabbitMQ via Airtable

You can likely read multiple messages from the queue. This would be a question related to RabbitMQ.

4 years ago
Forum
Reply
RE: Sending to RabbitMQ via Airtable

Ah, I see. My apologies for the initial misunderstanding. The example below should accomplish what you need. ```json { "nodes": [ { "par...

4 years ago
Forum
Reply
RE: Sending to RabbitMQ via Airtable

It appears the workflow wasn't pasted correctly. Could you please verify this? Additionally, could you explain how the data is being received from the...

4 years ago
Forum
Reply
RE: Issue with Airtable Update

The issue has been resolved. We will notify you upon its release.

4 years ago
Forum
Reply
RE: Issue with Airtable Update

I just checked, and it appears the API call for updating records has been modified. I'm looking into it and will provide updates.

4 years ago
Forum
Reply
RE: Issue with Airtable Update

Ah, that clarifies the issue. You have two options: either use a string within the Set node or adjust the field type in Airtable to be a number. im...

4 years ago
Forum
Page 1 / 2