POST /feeds

Creates a new external feed for dynamic content in email campaigns.

Use this to:

Key information returned:

Important considerations:

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
username String No

Username for basic authentication (required if authType is 'basic')

name String Yes

Name of the feed

url String Yes

URL of the external data source

maxRetries Integer No

Maximum number of retry attempts for failed requests

Default value: 5

cache Boolean No

Whether to cache the feed response

Default value: false

token String No

Token for token-based authentication (required if authType is 'token')

authType String No

Authentication type for accessing the feed

Valid values:

  • "basic"
  • "noAuth"
  • "token"

Default value: "noAuth"

password String No

Password for basic authentication (required if authType is 'basic')

headers[] Array No

Custom HTTP headers for the feed request

headers[].name String Yes

Header name

headers[].value String Yes

Header value

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.