Guest User

Untitled

a guest
Jan 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ---
  2. flows:
  3. - steps:
  4. - kind: connector
  5. componentId: twitter-timeline-1
  6. componentScheme: twitter-timeline
  7. properties:
  8. accessToken: '{{twitter-timeline-1.accessToken}}'
  9. accessTokenSecret: '{{twitter-timeline-1.accessTokenSecret}}'
  10. consumerKey: '{{twitter-timeline-1.consumerKey}}'
  11. consumerSecret: '{{twitter-timeline-1.consumerSecret}}'
  12. delay: "30000"
  13. timelineType: MENTIONS
  14. - kind: filter
  15. expression: ${body.text} contains '#e2e'
  16. steps:
  17. - kind: filter
  18. expression: ${body.text} contains '#syndesis4ever'
  19. steps:
  20. - kind: endpoint
  21. uri: log:that
  22. - kind: endpoint
  23. uri: atlas:mapping-step-4.json
  24. - kind: endpoint
  25. uri: log:that
  26. - kind: endpoint
  27. uri: salesforce-upsert-sobject-5
  28. properties:
  29. sObjectIdName: TwitterScreenName__c
  30. sObjectName: Contact
Add Comment
Please, Sign In to add comment