-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathtines.json
More file actions
1 lines (1 loc) · 1.88 KB
/
tines.json
File metadata and controls
1 lines (1 loc) · 1.88 KB
1
{"schema_version": 4, "name": "Verify Slack signatures are authentic", "description": "", "guid": "51d7db3cfc5529ddd38c5c4a032395e1", "slug": "verify_slack_signatures_are_authentic", "exported_at": "2022-07-11T17:51:34Z", "agents": {"type": "Agents::HTTPRequestAgent", "name": "Create a New User using MSGraph for Office365", "disabled": false, "guid": "6ce77e939d7e9935c2840bcd057702fd", "options": {"url": "https://graph.microsoft.com/v1.0/users", "method": "post", "content_type": "json", "payload": {"accountEnabled": true, "department": "<<webhook_action.body.department>>", "displayName": "<<webhook_action.body.first_name>> <<webhook_action.body.last_name>>", "givenName": "<<webhook_action.body.first_name>>", "jobTitle": "<<webhook_action.body.title>>", "mailNickname": "<<webhook_action.body.first_name>><<webhook_action.body.last_name>>", "passwordPolicies": "DisablePasswordExpiration", "passwordProfile": {"password": "EnterPassword", "forceChangePasswordNextSignIn": true}, "surname": "<<webhook_action.body.last_name>>", "userPrincipalName": "\"<<webhook_action.body.first_name>><<webhook_action.body.last_name>>@tines.dev\"\n", "usageLocation": "US"}, "headers": {"Authorization": "Bearer <<CREDENTIAL.o365>>"}, "log_error_on_status": ["500"]}, "reporting": {"time_saved_value": 0, "time_saved_unit": "minutes"}, "monitoring": {"monitor_all_events": false, "monitor_failures": false, "monitor_no_events_emitted": null}, "schedule": null}, "diagram_notes": {"content": "", "position": {}}, "links": {"source": 0, "receiver": 2}, "diagram_layout": "", "send_to_story_enabled": false, "entry_agent_guid": null, "exit_agent_guids": ["5e3c8fbd2eaaa28767918c96527f56c3"], "exit_agent_guid": null, "send_to_stories": {}, "form": {"name": "Verify Slack signatures are authentic Form", "description": "", "fields": {}, "visibility": "tenant", "agent_guid": null, "success_message": "Thank you for your submission"}}