This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Atomicwork — Integration Architecture</title> | |
| <style> | |
| :root { | |
| --aw-purple: #6B46C1; | |
| --aw-purple-light: #EDE9FE; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>App Sync Config — Full Technical Reference</title> | |
| <style> | |
| :root { | |
| --purple-900: #2d1b69; | |
| --purple-800: #3d2494; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Tenant Group Trigger Report — 2026-02-26</title> | |
| <style> | |
| * { box-sizing: border-box; margin: 0; padding: 0; } | |
| body { font-family: Arial, sans-serif; background: #f0f4f8; color: #1a1a2e; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Tenant Group Trigger Report — 2026-02-26</title> | |
| <style> | |
| * { box-sizing: border-box; margin: 0; padding: 0; } | |
| body { font-family: Arial, sans-serif; background: #f0f4f8; color: #1a1a2e; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "app_name": "MS_TEAMS", | |
| "id": 5, | |
| "action_name": "TEAMS_DIRECT_MESSAGE", | |
| "meta": { | |
| "description": "Add user to a teams channel", | |
| "display_name": "Add user to a teams channel" | |
| }, | |
| "form_fields": [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "app_name": "MS_TEAMS", | |
| "id": 5, | |
| "action_name": "TEAMS_ADD_USER_TO_CHANNEL", | |
| "meta": { | |
| "description": "Add user to a teams channel", | |
| "display_name": "Add user to a teams channel" | |
| }, | |
| "form_fields": [ | |
| { |