Lines Matching refs:example
9 …completed via a webhook. Webhooks need to be configured per project. For example, if you want to b…
37 The build webhook payload may look as the example below:
43 "projectName": "example",
44 …"buildDetailsPageUrl": "https://expo.dev/accounts/dsokal/projects/example/builds/147a3212-49fd-446…
56 "appName": "example",
65 "appIdentifier": "com.expo.example",
121 The submit webhook payload may look as the example below:
127 "projectName": "example",
128 …"submissionDetailsPageUrl": "https://expo.dev/accounts/dsokal/projects/example/builds/0374430d-777…
156 Here's an example of how you can implement your server:
175 // Do something here. For example, send a notification to Slack!