What is Custom API?

API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like Facebook, send an instant message, or check the Bitcoin price on your phone, you’re using an API.

How to use POST method to send data into your system from third party software?

Most of the time if you are sending data to an API you will use 'POST' to send the data. If you are pulling data from an API into your flow you will use 'GET'.

  1. Inside your Flow: Select Custom API from Data Services
  2. Paste your third party API link to perform your operation This is provided by the third party API or service you are using. For example; If your trying to post a webhook to Zapier you would use the URL Zapier provides to receive the webhook
  3. Select your HTTP Method: POST / GET
  4. From Body Data Choose

No Code (POST REQUEST with JSON)

Untitled

No Code (POST REQUEST with Custom Body)