The Posts module contains methods for managing and publishing posts on connected social networks.
Using this module requires including the name “posts” in the url, like so:
https://www.womplify.com/api/posts/
?AccessKeyID=[keyid]&AccessKey=[key]&[otherparams]
For more details on how to begin using the Marketing Automation API, see our Getting Started guide.
Below are all the methods currently included in the posts module. Click on the method name to see full documentation for each.
Method | Description |
---|---|
PostNow |
Publish a Post immediately |
GetPosts |
Fetch existing Posts in Project |
DeletePosts |
Delete a list of Posts |
AddPost |
Add a new Post to Project |
UpdatePost |
Update a specific Post |
GetPostBrief |
Fetch summary details of Post |
GetPost |
Fetch a specific Post |
GetPostComplete |
Fetch complete details for a specific Post |
VerifyPostOwnership |
Verify the ownership of a Post |
GetPostPlatforms |
Fetch list of platforms associated with a Post |
DeletePostPlatforms |
Delete a list of Platforms from a Post |
DeletePostsPlatforms |
Delete a list of Platforms from a list of Posts |
SetPostPlatforms |
Associate Platforms with a Post |
GetPostsThrottle |
Fetch defined Throttles for Posts |
SetPostsThrottle |
Define the Throttle for Posts |