You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/automations/custom-automations.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,11 +185,11 @@ This is different from workspace webhooks, which fire on any matching event acro
185
185
186
186
**Configuration**
187
187
188
-
| Field | Required | Notes |
189
-
|---|---|---|
190
-
| URL | Yes | Must be a publicly reachable `http://` or `https://` address. Local and private network addresses are not accepted. |
191
-
| Secret key | Auto-generated | Generated when you save the action. Shown once in plain text - copy it before leaving. After that it appears masked as `plane_wh_••••XXXX`. |
192
-
| Custom headers | No | Up to 20 headers. Mark a header as secret to store its value encrypted - the value won't be returned in subsequent reads. |
| URL | Yes | Must be a publicly reachable `http://` or `https://` address. Local and private network addresses are not accepted.|
191
+
| Secret key | Auto-generated | Generated when you save the action. Shown once in plain text - copy it before leaving. After that it appears masked as `plane_wh_••••XXXX`. |
192
+
| Custom headers | No | Up to 20 headers. Mark a header as secret to store its value encrypted - the value won't be returned in subsequent reads.|
193
193
194
194
**The secret key**
195
195
@@ -201,13 +201,13 @@ If your key is compromised or you lose it, open the action in the automation edi
201
201
202
202
Every request includes these headers:
203
203
204
-
| Header | Value |
205
-
|---|---|
206
-
|`Content-Type`|`application/json`|
207
-
|`User-Agent`|`Autopilot`|
208
-
|`X-Plane-Delivery`| Unique ID for this delivery attempt |
209
-
|`X-Plane-Event`| The automation event that triggered the action |
210
-
|`X-Plane-Signature`| HMAC-SHA256 signature of the request body |
Use raw request body bytes - not a parsed or re-serialized version - or the signature will not match.
232
232
233
-
**Delivery behavior**
233
+
**Delivery behavior**
234
234
235
235
Plane makes a single attempt with a 30-second timeout. If the request fails or times out, it is not retried. Check your automation's Activity log to see whether the delivery succeeded and what response your server returned.
Copy file name to clipboardExpand all lines: docs/core-concepts/pages/editor-blocks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ Both modes feature a consistent toolbar with **Save** and **Exit** buttons, maki
162
162
163
163
Creates visually distinct sections with customizable icons and colors for highlighting warnings, tips , and calls-to-action.
164
164
165
-
## AI block <Badgetype="info"text="Pro" />
165
+
## AI block <Badgetype="tip"text="Business" />
166
166
167
167
Generate or transform content directly within your pages using AI. The AI Block lets you draft new content, summarize existing text, or run custom prompts without leaving the editor.
0 commit comments