Act-On
Marketing automation and customer engagement platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.actonsoftware.com/ | link | — | — | — |
Actions (37)
Content · 35
- Add footerPOST /api/1/footer
Create a new footer.
documented - Add headerPOST /api/1/header
Create a new header asset.
documented - Add imagePOST /api/1/image
Upload a new image to the account.
documented - Add mediaPOST /api/1/media
Upload a new media file.
documented - Add media linkPOST /api/1/medialink
Add a new trackable media URL.
documented - Create logoPOST /api/1/logo
Add a new logo to the account (image file or URL).
documented - Delete footerDELETE /api/1/footer/{id}
Delete a footer by ID.
documented - Delete headerDELETE /api/1/header/{id}
Delete a header by ID.
documented - Delete imageDELETE /api/1/image/{id}
Delete an image by ID.
documented - Delete landing pageDELETE /api/1/page/{id}
Delete a landing page by ID.
documented - Delete logoDELETE /api/1/logo/{id}
Remove a logo from the account by ID.
documented - Delete mediaDELETE /api/1/media/{id}
Delete a media item by ID.
documented - Get classic form URLsGET /api/1/form/{id}/urls
Get URLs for a classic promo form by ID.
documented - Get footerGET /api/1/footer/{id}
Retrieve a specific footer by ID.
documented - Get headerGET /api/1/header/{id}
Retrieve a specific header by ID.
documented - Get imageGET /api/1/image/{id}
Retrieve a specific image by ID.
documented - Get landing pageGET /api/1/page/{id}
Retrieve a landing page by ID.
documented - Get landing page URLsGET /api/1/page/{id}/urls
Get the URLs for the specified landing page.
documented - Get landing page URLsGET /api/1/page/{id}/urls
Get the URLs for a specified landing page by ID.
documented - Get logoGET /api/1/logo/{id}
Retrieve a specific logo by its ID.
documented - Get mediaGET /api/1/media/{id}
Retrieve a specific media item by ID.
documented - List footersGET /api/1/footer
Get a list of footer assets in the account.
documented - List formsGET /api/1/form
Get a list of forms in the account.
documented - List headersGET /api/1/header
Get a list of header assets in the account.
documented - List imagesGET /api/1/image
Get a list of image assets in the account.
documented - List landing pagesGET /api/1/page
Get a list of landing pages in the account.
documented - List logosGET /api/1/logo
Get a list of logos in the account.
documented - List mediaGET /api/1/media
Get a list of media items in the account.
documented - List programsGET /api/1/program
Get a list of programs in the account.
documented - PlaceholderGET /api/1/customer
Documentation placeholder entry (not an actual public endpoint).
documented - Update footerPUT /api/1/footer/{id}
Update an existing footer by ID.
documented - Update headerPUT /api/1/header/{id}
Update an existing header by ID.
documented - Update imagePUT /api/1/image/{id}
Update an existing image by ID.
documented - Update logoPUT /api/1/logo/{id}
Update an existing logo by ID.
documented - Update mediaPUT /api/1/media/{id}
Update a media item by ID.
documented