Skip to content
harshil1712
harshil1712
@harshil1712
Eminent Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 20
Reply
RE: IMAP (Gmail) ERROR: Invalid credentials (Failure)

Thanks! Looking at the code, it should have been handled by the code itself, not sure what’s going on there. Anyways, we will fix this ASAP

4 years ago
Forum
Reply
RE: IMAP (Gmail) ERROR: Invalid credentials (Failure)

Hello, Welcome to the community The page does not seem to be a 404 for me. Could you please share where you obtained the link? This informatio...

4 years ago
Forum
Reply
RE: How to access the raw request body

That's great! I've found a related feature request. Could you share your specific use case here and give it your vote? MS Teams: recognize in...

4 years ago
Forum
Reply
RE: How to access the raw request body

Hi, You can utilize the sim node within the Function node. Ensure that crypto is exported and available in the node. If you are using the callin.io ...

4 years ago
Forum
Reply
RE: How to access the raw request body

Hey, My apologies, it's the Move Binary Data node. Within the node, you can choose the Binary to JSON mode to convert the binary data into a JSON ob...

4 years ago
Forum
Reply
RE: How to access the raw request body

Hey, Have you attempted to convert the binary data into JSON format using the Read Binary node? This approach might resolve your problem.

4 years ago
Forum
Reply
RE: Full callin.io Integration - Receive SMS & Calls

Hello, Thank you for submitting the Feature Request. I reviewed the documentation and discovered that Twilio can initiate Webhook calls upon receivi...

4 years ago
Forum
Reply
RE: OAuth Callback URL with localhost:5678

Hello! Were you able to configure the WEBHOOK_TUNNEL variable? Please let us know if you require further assistance.

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

Hello! Thank you for submitting this Feature Request. Are you looking for a node for these services? Or would you prefer an app that can run your ca...

4 years ago
Forum
Reply
RE: Airtable node in workflow not returning value

Awesome! I'm happy we resolved it. Have a great time!

4 years ago
Forum
Reply
RE: Airtable node in workflow not returning value

Could you please verify if the IF1 node is returning true? You can access the IF1 node to view the data it presents. If no data is shown (by default, ...

4 years ago
Forum
Reply
RE: Airtable node in workflow not returning value

Hello! Because the node is linked to the workflow that includes the Webhook node, it will pause and wait for the webhook call. When you initiate the...

4 years ago
Forum
Reply
Reply
RE: Need help manipulating text from the HTML Extract module

Yes, the .match() method will indeed return the matches. Since we're also searching for the word "Mileage", it gets included in the results. This is a...

5 years ago
Forum
Reply
RE: Need help manipulating text from the HTML Extract module

The d checks for digits. For Mileage, this might not work if the length isn't fixed. The approach you're proposing seems more logical.

5 years ago
Forum
Page 1 / 2