You might find this helpful: Docs Configuration | callin.io Docs callin.io is an extendable workflow automation tool that enables you to conne...
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 ...
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...
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...
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, ...
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...
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...
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 ...
Welcome to the community. Make sure you upvote it. The more votes, the more chances of being added.
You can likely read multiple messages from the queue. This would be a question related to RabbitMQ.
Ah, I see. My apologies for the initial misunderstanding. The example below should accomplish what you need. ```json { "nodes": [ { "par...
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...
The issue has been resolved. We will notify you upon its release.
I just checked, and it appears the API call for updating records has been modified. I'm looking into it and will provide updates.
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...