You are here

http_client_manager.http_config_request.create_post.yml in HTTP Client Manager 8

modules/http_client_manager_example/config/install/http_client_manager.http_config_request.create_post.yml

File

modules/http_client_manager_example/config/install/http_client_manager.http_config_request.create_post.yml
View source
  1. uuid: 8a1ae0a9-a7d1-460c-9fdc-4b52111beb05
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: create_post
  6. label: 'Create Post'
  7. service_api: example_services
  8. command_name: CreatePost
  9. parameters:
  10. title: '[current-user:display-name]''s lucky numbers!'
  11. body: "Date: [current-date:medium]\r\nIP address: [current-user:ip-address]\r\nYour lucky number is [random:number]!"
  12. userId: '[current-user:uid]'