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
"bluesky_share_message": "Join us at this event!",
155
+
"facebook_share_description": "Come deliver the petition with us",
156
+
"facebook_share_title": "Deliver the Petition to the Wizard",
157
+
"meta_title": "Deliver the Petition to the Wizard - Event",
158
+
"meta_description": "Join us as we travel to the Emerald City",
159
+
"twitter_share_description": "Join us in the Emerald City!",
160
+
"twitter_share_message": "Attending this event to deliver our petition",
161
+
"twitter_share_title": "Deliver the Petition to the Wizard",
162
+
"web_share_api_share_message": "Check out this event in the Emerald City",
163
+
"whatsapp_share_message": "I'm attending this event to deliver the petition. Join me!"
144
164
}
145
165
}
146
166
```
@@ -260,7 +280,17 @@ the event `slug` is `chapter-meeting-1`.
260
280
"sharing_disabled": false,
261
281
"web_conference_url": null,
262
282
"mentor": null,
263
-
"reviewer": null
283
+
"reviewer": null,
284
+
"bluesky_share_message": null,
285
+
"facebook_share_description": null,
286
+
"facebook_share_title": null,
287
+
"meta_title": null,
288
+
"meta_description": null,
289
+
"twitter_share_description": null,
290
+
"twitter_share_message": null,
291
+
"twitter_share_title": null,
292
+
"web_share_api_share_message": null,
293
+
"whatsapp_share_message": null
264
294
}
265
295
}
266
296
```
@@ -300,20 +330,30 @@ The fields that can be changed this way are:
300
330
301
331
Field | Type | Description
302
332
------|------|------------
333
+
bluesky_share_message | String | Custom message used when sharing the event on Bluesky
303
334
campaigner_contactable | Boolean | Whether members of the public can contact the event host via the public event page
304
335
description | String | Description of the event
305
336
event_host_name_override | String | Name to display for the event host on the event page. Set to `null` to use the name from the event host's user account.
306
337
extra_location_info | String | Additional non-address information about the event's location, e.g. "7th floor" or "Park in the back parking lot"
338
+
facebook_share_description | String | Custom description used when sharing the event on Facebook
339
+
facebook_share_title | String | Custom title used when sharing the event on Facebook
307
340
forum_enabled | Boolean | Enables or disables the discussion forum feature for the event's attendees
308
341
hidden_address | Boolean | Indicates that the event's address is private. The city/locality will be shown on the web, but the full address will only be provided to members who RSVP to the event.
309
342
hide_recent_attendees | Boolean | Do not display the names of people who recently RSVPed in the post-RSVP sharing prompt.
310
343
host_address | String | The mailing address of the event host. May be used to mail event materials.
311
344
location_venue | String | Venue name. Only relevant for in-person events.
312
345
max_attendees_count | Integer | Limit on how many people, besides the host, may sign up for this event. Set to `null` for no limit.
346
+
meta_description | String | Custom meta description for the event page (used for SEO and social media previews)
347
+
meta_title | String | Custom meta title for the event page (used for SEO and social media previews)
313
348
redirect_to | String | If set, visitors to the event page will be redirected to this URL
314
349
sharing_disabled | Boolean | Turns off the social sharing prompts for the event
315
350
title | String | Event title
351
+
twitter_share_description | String | Custom description used when sharing the event on Twitter/X
352
+
twitter_share_message | String | Custom message used when sharing the event on Twitter/X
353
+
twitter_share_title | String | Custom title used when sharing the event on Twitter/X
316
354
web_conference_url | String | Video call or web conference tool URL for attendees to access the event
355
+
web_share_api_share_message | String | Custom message used when sharing the event via the Web Share API
356
+
whatsapp_share_message | String | Custom message used when sharing the event on WhatsApp
"twitter_share_message": "Sign this petition to end tea taxes",
165
+
"twitter_share_title": "No Taxes on Tea",
166
+
"web_share_api_share_message": "Check out this petition about tea taxes",
167
+
"whatsapp_share_message": "I just signed a petition about tea taxes. Join me!"
158
168
}
159
169
}
160
170
```
@@ -325,7 +335,17 @@ Get a paginated list of all petitions, including ones that are unlaunched or oth
325
335
"slug": "end-colonialism-now",
326
336
"title": "End Colonialism"
327
337
}
328
-
]
338
+
],
339
+
"bluesky_share_message": null,
340
+
"facebook_share_description": null,
341
+
"facebook_share_title": null,
342
+
"meta_title": null,
343
+
"meta_description": null,
344
+
"twitter_share_description": null,
345
+
"twitter_share_message": null,
346
+
"twitter_share_title": null,
347
+
"web_share_api_share_message": null,
348
+
"whatsapp_share_message": null
329
349
}
330
350
}
331
351
```
@@ -398,6 +418,7 @@ Field | Type | Description
398
418
------|------|------------
399
419
admin_events_status | String | Whether the petition creator can create events associated with the petition. Must be one of "on" (events can be created), "off" (events cannot be created), or "auto" (use the default setting based on moderation status and number of signatures).
400
420
alias | String | Used for the petition's short URL. Setting `alias` to "foo" will result in a short URL of /p/foo
421
+
bluesky_share_message | String | Custom message used when sharing the petition on Bluesky
401
422
campaigner_contactable | Boolean | Whether members of the public can contact the petition creator via the public petition page
402
423
can_download_signers | Boolean | Whether the petition creator can download information about petition signers
403
424
categories_locked | Boolean | Petition creator cannot change which categories the petition is in
@@ -408,18 +429,27 @@ external_facebook_page | String | URL of a Facebook page associated with the pet
external_site | String | URL of a non-ControlShift page associated with the petition
410
431
external_site_locked | Boolean | Petition creator cannot change the external site URL
432
+
facebook_share_description | String | Custom description used when sharing the petition on Facebook
433
+
facebook_share_title | String | Custom title used when sharing the petition on Facebook
411
434
hide_petition_creator | Boolean | Do not display the petition creator's name or profile picture on the petition page
412
435
hide_recent_signers | Boolean | Do not display the list of recent signers on the petition page
413
436
hide_signature_form | Boolean | Turn off the form that allows people to sign the petition via the petition page
437
+
meta_description | String | Custom meta description for the petition page (used for SEO and social media previews)
438
+
meta_title | String | Custom meta title for the petition page (used for SEO and social media previews)
414
439
partnerships | Array | List of partnerships this petition should be associated with, formatted like `[{"slug": "foo"}, {"slug": "bar"}]`. If the petition was associated with any partnerships that are not included in the list, it will be removed from those partnerships.
415
440
petition_creator_name_override | String | Name to display for the petition creator on the petition page. Set to `null` to use the name from the petition creator's user account.
416
441
redirect_to | String | If set, visitors to the petition page will be redirected to this URL
417
442
show_progress_bar | Boolean | Whether to show the signature progress bar on the petition page
418
443
signature_count_add_amount | Integer | If set, the displayed signature total on the petition page will be this much higher than the actual number of signatures recorded by the platform. This is usually used to reflect signatures that were gathered elsewhere and cannot be added to the platform, or signers whose data has been anonymized. A negative number can be specified to subtract from the total.
419
444
title | String | Petition title
420
445
title_locked | Boolean | Petition creator cannot change the title
446
+
twitter_share_description | String | Custom description used when sharing the petition on Twitter/X
447
+
twitter_share_message | String | Custom message used when sharing the petition on Twitter/X
448
+
twitter_share_title | String | Custom title used when sharing the petition on Twitter/X
449
+
web_share_api_share_message | String | Custom message used when sharing the petition via the Web Share API
421
450
what | String | Petition text in HTML format
422
451
what_locked | Boolean | Petition creator cannot change the "what" field
452
+
whatsapp_share_message | String | Custom message used when sharing the petition on WhatsApp
423
453
who | String | Name of the person this petition is targeting. Petitions associated with a decision maker will not necessarily use this setting.
424
454
who_locked | Boolean | Petition creator cannot change the "who" field
425
455
why | String | "Why is this important?" text in HTML format
0 commit comments