How to use API Module inside Pabbly Connect to Integrate 1000's of Applications

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 36

  • @Pabbly
    @Pabbly  3 роки тому

    Check Pabbly Connect Plans Here: www.pabbly.com/out/pabbly-connect-plans

  • @robertfuture
    @robertfuture 2 роки тому +1

    You did an amazing job of simplifying what seemed very complicated. Thanks!!!

    • @Pabbly
      @Pabbly  2 роки тому

      Glad it was helpful!

  • @andersn1989
    @andersn1989 3 роки тому +3

    Hi, could you please make a video with an example of a POST action and that shows adding child records to properties as well: eg.: prices (parent property) > unitPrice (child property): 14000 (value) in one API call.

    • @Pabbly
      @Pabbly  3 роки тому

      Sure, Thanks for your suggestion. We've shared your suggestion with the team.
      Thank you

  • @adriandrysdale661
    @adriandrysdale661 2 роки тому

    Great tutorial. I was trying to use rapidapi as well so this demonstration was perfect.

    • @Pabbly
      @Pabbly  2 роки тому

      Glad it was helpful!

  • @ankitshah4536
    @ankitshah4536 2 роки тому

    How many task does this flow consume ?

    • @Pabbly
      @Pabbly  2 роки тому

      Pabbly Connect won't charge you for Trigger step and Internal Actions.

  • @gayathrian850
    @gayathrian850 3 роки тому

    is it possible to connect dialogflow with airtable through pabbly connect

    • @Pabbly
      @Pabbly  3 роки тому

      Please submit your integration request here - pabbly.hellonext.co/

  • @VinaySharma-fu3gf
    @VinaySharma-fu3gf 3 роки тому

    How to integrate IFTTT with pabbly?
    Unable to see any documentation available

    • @Pabbly
      @Pabbly  3 роки тому

      You can ask your technical questions on our forum at
      forum.pabbly.com/

  • @calvinmcdanielparealtor8242
    @calvinmcdanielparealtor8242 4 роки тому

    Is API app available on the FREE account? I can't seem to find it.

    • @Pabbly
      @Pabbly  4 роки тому

      Yes, it is also available on the free account. We do not restrict apps on any plans. You will find the API module on the Action step.
      That means when you click the + button, the action step has the API module in it.

  • @edgger1
    @edgger1 Рік тому

    Do you guys integrate to Etsy?

  • @charanjitsingh1815
    @charanjitsingh1815 3 роки тому

    How do you add POST request body?
    I am not able to add it

    • @Pabbly
      @Pabbly  3 роки тому

      You can ask your technical questions on our forum at
      forum.pabbly.com/

    • @scottlanders3854
      @scottlanders3854 2 роки тому

      @@Pabbly This is a really basic question that needs to be addressed in your tutorials/docs (pity you don't seem to actually have proper docs)... I'm trying to send a POST request which is failing because a particular item needs to be in the body and I can't find anywhere to edit the body

  • @ajinkyapatil1642
    @ajinkyapatil1642 3 роки тому

    Please make video on telegram bot and mysql integration.
    And how to auto save telegram bot message to mysql database

    • @Pabbly
      @Pabbly  3 роки тому

      Thanks for submitting your usecase request. We've shared your suggestion with the team. Thank you

  • @michaelthedev_
    @michaelthedev_ 2 роки тому

    How can I send raw JSON body with the API module?

    • @Pabbly
      @Pabbly  2 роки тому

      You can use Iterator Module of Pabbly Connect.

  • @sopnilsohan269
    @sopnilsohan269 2 роки тому

    can you tell me ? how can i fetch all subscriber list in my laravel controller in Http method ? actually i am not getting where to set api keys..!!!

    • @Pabbly
      @Pabbly  2 роки тому

      Can you please your question on forum.pabbly.com

  • @yashchintawar6084
    @yashchintawar6084 2 роки тому

    pls guide how to send sms using api

    • @Pabbly
      @Pabbly  2 роки тому

      Please post support questions here so that the team can review your workflow once - forum.pabbly.com/

  • @davidcawley8433
    @davidcawley8433 Рік тому

    I need to use this API with an API Key - but that's not a choice.

    • @Pabbly
      @Pabbly  Рік тому +1

      Sorry to hear that. You may need to contact the provider of the API to inquire about the possibility of using an API key.

    • @davidcawley8433
      @davidcawley8433 Рік тому

      @@Pabbly I was able to get it working! I chose no authentication, and put Authorization: with the API key as a header. It's working great! I was able to use a clickup API method that your integration does not yet support. It's the get time entries in a date range. The iterator is able to process the Jason payload perfectly.