Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

176
Views
Claudia Js messenger button custom Reply

I'm a newbie in Claudia Js with lambda and I can't figure out how to have a custom reply when I click Agree in messenger chat bot then it will show a text then followed by another button Here is my sample code:

module.exports = botBuilder(message => {
  if (message.type === 'facebook') {
    return new fbTemplate.Button('Would you like to send your Health Declaration now?')
      .addButton('Yes', 'YES')
      .addButton('No', 'NO')
      return new fbTemplate.button('By clicking the AGREE button below, you are giving consent to this company.')
      .addButton('Agree', 'AGREE')
      .addButton('Disagree', 'DISAGREE')
      .get();
  }
});

Thank you for anyone who will answer

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!