WildApricot · Example Payload

Wildapricot Email Draft Example

Membership ManagementAssociationsNonprofitEventsPayments

Wildapricot Email Draft Example is an example object payload from WildApricot, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdUrlCreatedDateTypeSubjectBodyReplyToNameReplyToAddressEventIdCreatorIsLinkTrackingAllowedRecipientsLastChangedDateModifierIsScheduledScheduledDate

Example Payload

Raw ↑
{
  "Id": 5207,
  "Url": null,
  "CreatedDate": "example-value",
  "Type": null,
  "Subject": "example-value",
  "Body": "example-value",
  "ReplyToName": "Jane Smith",
  "ReplyToAddress": "example-value",
  "EventId": 4137,
  "Creator": null,
  "IsLinkTrackingAllowed": true,
  "Recipients": null,
  "LastChangedDate": "example-value",
  "Modifier": null,
  "IsScheduled": true,
  "ScheduledDate": "example-value"
}