2
0
Commit Graph

82 Commits

Author SHA1 Message Date
Baptiste Arnaud
d696f551c3 🐛 (webhook) Don't send body when GET method is used 2022-09-11 11:42:25 +02:00
Baptiste Arnaud
cf07cfe3ab 🧑‍💻 (smtp) Use secure prop instead of ignoreTLS
BREAKING CHANGE: The SMTP_IGNORE_TLS environment has been removed in favore of SMTP_SECURE. If
SMTP_SECURE is true,  the connection will use TLS when connecting to server. If false (the default)
then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if
you are connecting to port 465. For port 587 or 25 keep it false
2022-09-01 07:40:35 +02:00
Baptiste Arnaud
43891b06aa fix(webhooks): improve body parsing 2022-08-29 07:50:51 +02:00
Baptiste Arnaud
ee338f62dc build: add pnpm 2022-08-10 18:49:06 +02:00
Baptiste Arnaud
d6aa6e7c75 fix: remove json escape for single variable body
Closes #110
2022-07-09 08:11:08 +02:00
Baptiste Arnaud
d35bfeb323 fix(api): 🐛 webhookSteps returns blocks instead of step 2022-07-06 07:19:56 +02:00
Baptiste Arnaud
9cddc755a3 fix(sheets): 🔒️ Check token id before updating creds 2022-07-02 08:28:20 +02:00
Baptiste Arnaud
38a3ee7010 fix(bot): 🐛 Accept file upload without fileType 2022-07-01 17:52:58 +02:00
Baptiste Arnaud
a9a0aec375 fix(email): 🐛 Reply to name parsing 2022-07-01 09:00:27 +02:00
Baptiste Arnaud
f4c81f2f07 fix(integration): 🐛 From name behavior 2022-06-29 07:57:38 +02:00
Baptiste Arnaud
75604bd3b1 feat(integration): ️ Add reply-to name on from field 2022-06-27 07:55:04 +02:00
Baptiste Arnaud
7c3345ab13 feat(bot): ️ Add attachment in emails 2022-06-24 16:18:07 +02:00
Baptiste Arnaud
ea765640cf feat(bot): ️ Add custom file upload size limit 2022-06-21 17:00:47 +02:00
Baptiste Arnaud
20dbfe64c9 fix(webhook): 🐛 Properly escape backslash and quotes 2022-06-20 10:45:57 +02:00
Baptiste Arnaud
0ffdd88dba fix(integrations): 🚑️ Empty body emails 2022-06-15 16:34:35 +02:00
Baptiste Arnaud
3105adedb3 fix(auth): 🔧 Add ignoreTLS option for SMTP creds 2022-06-13 11:50:05 +02:00
Baptiste Arnaud
75365a0d82 feat(editor): Add file upload input 2022-06-12 17:34:33 +02:00
Baptiste Arnaud
97980f42ca feat(bot): Custom email body and HTML content 2022-06-12 09:05:10 +02:00
Baptiste Arnaud
2df8338505 refactor: ♻️ Rename step to block 2022-06-11 08:14:52 +02:00
Baptiste Arnaud
274f30c6c2 fix(engine): 🐛 Payment for zero-decimal currencies 2022-06-02 10:15:00 +02:00
Baptiste Arnaud
c1461f0758 feat(input): ️ Better payment accessibility 2022-06-01 08:47:15 +02:00
Baptiste Arnaud
7aa6dab78a fix(integration): 🐛 Empty receipt email 2022-05-31 11:59:21 +02:00
Baptiste Arnaud
797ff1892d fix(integration): 🐛 Payment receipt email parsing 2022-05-31 08:25:52 +02:00
Baptiste Arnaud
d02f267588 fix(engine): 🐛 Multi-line var parsing for webhook 2022-05-27 11:05:50 -07:00
Baptiste Arnaud
2cb8330790 fix(editor): 🐛 Custom currency payment input 2022-05-27 09:55:51 -07:00
Baptiste Arnaud
3a6ca3dbde feat(editor): Payment input 2022-05-24 15:14:06 -07:00
Baptiste Arnaud
f0fdf08b00 feat(editor): Team workspaces 2022-05-13 15:33:53 -07:00
Baptiste Arnaud
e268638786 ci: Fix e2e tests 2022-05-13 06:47:39 -07:00
Baptiste Arnaud
092f16d3c1 fix: 🐛 Misc 2022-05-12 07:04:43 -07:00
Baptiste Arnaud
78c4596e93 fix(integration): 🔒️ Enforce Sheets security 2022-05-03 06:39:54 -07:00
Baptiste Arnaud
12f43cdb88 feat(webhook): ️ Show linked typebots results in webhook sample 2022-04-21 09:18:35 -07:00
Baptiste Arnaud
54a757b21b feat(results): ️ Improve logs details 2022-04-19 14:31:52 -07:00
Baptiste Arnaud
29254f675c docs(api): 📝 Simplified API endpoints 2022-04-15 07:49:27 -07:00
Baptiste Arnaud
7b8169c9ae feat(viewer): 🐛 Fix multiple cc bcc email 2022-04-12 10:00:54 -05:00
Baptiste Arnaud
82446c41af fix(viewer): 🐛 Result creation fail 2022-04-09 11:18:38 -05:00
Baptiste Arnaud
fffcb060ac fix(webhook): 🐛 Graceful fail if typebot not found 2022-04-09 10:55:45 -05:00
Baptiste Arnaud
c7d5373127 fix: 🐛 misc
- Collaboration / Invitation type change failed
- ChoiceForm items text align left
- Webhook fails when choosing GET only
2022-03-30 10:54:31 +02:00
Baptiste Arnaud
de784820eb fix(viewer): 🐛 Better result initialization 2022-03-25 11:16:46 +01:00
Baptiste Arnaud
f4e6f63b26 feat: Add new onboarding flow 2022-03-23 09:57:02 +01:00
Baptiste Arnaud
ddb6798eba feat(integrations): 🚸 Add Reply-To field for email sending 2022-03-22 10:54:11 +01:00
Baptiste Arnaud
7399140e49 fix(webhook): 🐛 Sample result w/ multi input blocks 2022-03-21 17:05:51 +01:00
Baptiste Arnaud
cfbea6bbba fix(api): 🐛 subscribeWebhook upsert 2022-03-18 14:31:11 +01:00
Baptiste Arnaud
21e926a477 docs(lp): 💄 Refont LP for v2 2022-03-17 14:37:00 +01:00
Baptiste Arnaud
69248f94d4 docs: 📝 Update env var and write Configuration doc 2022-03-13 08:56:10 +01:00
Baptiste Arnaud
9427b2a823 fix(viewer): 🐛 Link to public bot CORS 2022-03-10 15:33:20 +01:00
Baptiste Arnaud
7e61ab19eb feat(engine): Link typebot step 2022-03-09 15:56:38 +01:00
Baptiste Arnaud
fd9c19a4c2 feat(integration): 🚸 Easy webhook config 2022-03-07 08:12:05 +01:00
Baptiste Arnaud
2a31b13cb3 build(lib): 🔖 Update lib to 2.1.3 2022-03-04 17:00:30 +01:00
Baptiste Arnaud
d13ca0fa9a feat(integration): ️ Improve feedback on GSheets errors 2022-03-04 14:40:13 +01:00
Baptiste Arnaud
831150e040 fix(viewer): 🐛 Fix subscribe webhook method 2022-03-03 08:04:40 +01:00