This Action will add a post to Buffer. If your Buffer is full then the post will be skipped.
Developer info
- API endpoint slug
- buffer.add_to_buffer
- Filter code method
- Buffer.addToBuffer.skip(string?: reason)
- Runtime method
- runAction("buffer.add_to_buffer", {})
Action fields
Message Text input
- Label
- Update
- Slug
- message
- Required
- true
- Can have default value
- true
- Filter code method
- Buffer.addToBuffer.setMessage(string: message)