Skip to content

Instantly share code, notes, and snippets.

@jordanisip
Last active June 28, 2023 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordanisip/8fb4b688be52b67ce64bd24b17c18eae to your computer and use it in GitHub Desktop.
Save jordanisip/8fb4b688be52b67ce64bd24b17c18eae to your computer and use it in GitHub Desktop.
Bubble Demo JSON
{
"templateId": "wptemplate_vicsFL13rQ81bhUo",
"to": "<receiverEmail>",
"variables": {
"reservationRequest": {
"id": "<id>",
"displayName": "<displayName>",
"startDate": "<startDate>",
"endDate": "<endDate>",
"message": "<message>",
"listing": {
"title": "<listingTitle>",
"city": "<listingCity>",
"id": "<listingId>"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment