-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build workflow updates #740
Conversation
mint.json
Outdated
"integrations/providers/push/pushpad", | ||
"integrations/providers/push/push-webhook", | ||
"integrations/providers/push/pusher-beams" | ||
"workflow/channels/sms", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like you changed all the urls for those pages, it will affect SEO. We will need to have redirects to them. But, I don't think the delivery providers should live under workflow, would keep it as parallel concept
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
workflow/overview.mdx
Outdated
- Delay | ||
- Digest | ||
- Custom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add here links and in any other relevant place
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed.
workflow/overview.mdx
Outdated
|
||
### Trigger | ||
|
||
Every workflow starts with a **trigger**. This is the event that starts a workflow. It represents an action or event that initiates the workflow by making a call to the Novu API, along with a specified workflow trigger identifier (`workflow_id`). The identifier helps match the trigger to the corresponding workflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first 2 sentences feel almost identical, maybe rephrase it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
workflow/overview.mdx
Outdated
|
||
Every workflow starts with a **trigger**. This is the event that starts a workflow. It represents an action or event that initiates the workflow by making a call to the Novu API, along with a specified workflow trigger identifier (`workflow_id`). The identifier helps match the trigger to the corresponding workflow. | ||
|
||
When a trigger occurs, it sends the necessary payload data that the workflow will use to deliver notifications to subscribers. **Learn more about subscribers**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
workflow/overview.mdx
Outdated
Here's an example of an API call to trigger an event: | ||
|
||
```bash | ||
curl -X POST https://api.novu.co/v2/events/trigger \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no v2 events endpoint to my knowledge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
workflow/overview.mdx
Outdated
"subscriberId": "<UNIQUE_SUBSCRIBER_IDENTIFIER>", | ||
}, | ||
"payload": {} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one is extra "}"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
workflow/step-conditions.mdx
Outdated
sidebarTitle: "Step Conditions" | ||
--- | ||
|
||
**Step Conditions** allow you to customize a **Subscriber's** workflow journey using their **Data**, **Topics**, **Segment Membership**, or prior behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a segment membership is? we don't have any concept like this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
Screen.Recording.2024-11-25.at.1.53.20.mov
After the initial review, I will modify and add the rest.